Commit graph

1612 commits

Author SHA1 Message Date
Lewis Crichton 2ae1a70f7f
Merge branch 'dev' into feat/usercss 2024-01-07 00:21:11 +00:00
Grzesiek11 ba2695b499
Add FixCodeblockGap plugin (#2064) 2024-01-06 02:05:23 +00:00
Vendicated d73790efb3
bump to v1.6.6 2024-01-06 01:22:04 +01:00
effct • Lia Aaron Thoma 0d6bb35075
TextReplace: allow replacing with nothing (#1933) 2024-01-06 00:02:09 +00:00
Hari Rana d5c58ab2b3
updater: Add top and bottom margins between commits (#2042)
Co-authored-by: V <vendicated@riseup.net>
2024-01-05 23:55:14 +00:00
Grzesiek11 be9ec3b7ac
SendTimestamps: add setting to disable message replacement (#2076) 2024-01-05 23:23:09 +00:00
Moxie 6530526fb2
Updater: Fix grammar (1 Updates => 1 Update) (#2084)
Co-authored-by: V <vendicated@riseup.net>
2024-01-06 00:10:16 +01:00
Vendicated 13961a4ba5
ReverseImageSearch: add support for image modal 2024-01-05 23:52:22 +01:00
Vendicated 4d198e46bc
fix wrongly patching 'Events' context menu 2024-01-05 23:31:34 +01:00
Vendicated 3eada99ad6
fix(ToolBox): don't add entries of disabled plugins 2024-01-05 22:15:54 +01:00
sunnie 88fc15752d
webContextMenus: add Show My Camera item (#2086) 2024-01-05 22:12:13 +01:00
Vendicated 9e810e5511
fix cobu sync 2024-01-05 22:07:00 +01:00
Lewis Crichton e947f6aa74
Merge branch 'feat/usercss' of ssh://github.com/lewisakura/Vencord into feat/usercss 2024-01-04 16:07:54 +00:00
Lewis Crichton 0b8429f40c
Merge branch 'dev' of ssh://github.com/Vendicated/Vencord into feat/usercss 2024-01-04 16:07:32 +00:00
Lewis Crichton 15749dc8ce
Merge branch 'dev' into feat/usercss 2024-01-04 16:07:22 +00:00
Nuckyz 4a1c85c8ad
Decor: only search for DecorationModalStyles once 2024-01-03 09:58:09 -03:00
nexpid 1eb2510353
feat(Decor): Enforce guidelines more (#2035) 2024-01-03 09:49:03 -03:00
Jack a963a19bdc
fix(Decor): Fix AvatarDecorationModalPreview find (#2089) 2024-01-03 12:37:56 +00:00
Lewis Crichton d0dfdbbd5f
fix: Vencord_cloudSecret check (#2077)
finally got around to fixing it - `null` is never a valid return value,
it's `undefined` 🤦
2024-01-03 09:31:57 -03:00
V 7e395fc696
Update codeburger mirror 2023-12-31 05:02:05 +01:00
Lewis Crichton 02272c5b46
perf: dont use cloned array, iterate backwards 2023-12-31 01:10:32 +00:00
Lewis Crichton 6a3c592d5f
fix: hacky way of checking if themes are valid 2023-12-31 00:29:00 +00:00
jd 30bc979c8d
feat(Urban Dictionary): Chooses top rated definition & more results. (#2080) 2023-12-31 00:06:19 +00:00
Lewis Crichton 1c0dff3666
feat: pass vencord variable when compiling
this is another one of those standards-defining things like
`vc-requiredPlugins`, but i do genuinely think passing the client mod
that's in use here will be beneficial in the long run for usercss
authors since they can write one file that works across multiple.
hopefully other mods that implement usercss will adopt this 🤞
2023-12-28 14:05:25 +00:00
Lewis Crichton 2cafedc7e7
feat: make missing plugins prevent enabling the theme 2023-12-28 13:59:36 +00:00
Lewis Crichton 9b89ef58be
feat: better buttons and icons for theme import/export 2023-12-28 13:50:29 +00:00
Lewis Crichton 18b1fe0413
feat: clipboard copying of theme settings
this also removes the stupid state management that every theme setting
had, which I do not remember the justification for but was completely
unnecessary and broke rendering when you update the settings from
outside of these components
2023-12-28 13:23:18 +00:00
Lewis Crichton 85bd99c2ca
fix: web native stub 2023-12-28 02:44:40 +00:00
Lewis Crichton 0413a2399a
Merge branch 'dev' of ssh://github.com/Vendicated/Vencord into feat/usercss 2023-12-28 02:03:22 +00:00
Lewis Crichton 42307ccc0e
fix: Vencord_cloudSecret check (#2077)
finally got around to fixing it - `null` is never a valid return value,
it's `undefined` 🤦
2023-12-28 02:02:49 +00:00
Lewis Crichton 669c7f3964
chore: error handling 2023-12-27 17:53:06 +00:00
Lewis Crichton 85b510b881
merge: dev 2023-12-26 14:50:01 +00:00
Nuckyz 5dee2e8549
Future proof reporter to work in latest canary 2023-12-21 21:46:34 -03:00
Nuckyz 109d842e29
Fix NSFWGateBypass possibly Vencord 2023-12-21 21:46:22 -03:00
Vendicated 686f2d925f
fix canary crashing 2023-12-21 23:41:12 +01:00
Nuckyz fdf3480b27
Fix DeArrow patch 2023-12-20 01:34:08 -03:00
TheKodeToad 2e04b3d1ef
Implement Twitter easter egg for ShowConnections (#2062) 2023-12-17 18:12:42 -03:00
Nuckyz 9950bf00b2
GameActivityToggle: option to use old icon 2023-12-17 18:06:16 -03:00
Nuckyz 467c5e0c4c
Delete FixImagesQuality
Discord fixed their issue with images getting converted to webp losing quality. In the future this plugin can be re-purposed to keep images format as the original, but that requires more than just removing part of the Discord code, and a bit of study to make sure it does not cause issues.
2023-12-17 17:40:59 -03:00
Nuckyz 2cd82944e3
Move commons from discord utils; Make ThemesTab use invite modal util 2023-12-13 22:01:07 -03:00
Nuckyz 2f1dc2c704
reporter: fix icon 2023-12-13 21:46:51 -03:00
Nuckyz a5442d87d5
Fix reporter and AlwaysAnimate patch 2023-12-13 21:41:09 -03:00
V a8b0ce6f03
fix(notrack): murder sentry 2023-12-14 01:29:57 +01:00
Lewis Crichton c25e8ac8c1
Merge branch 'dev' into feat/usercss 2023-12-13 23:20:31 +00:00
Andrew Grant b32959126e
TypingIndicator: setting to disable for current channel (#2043) 2023-12-13 19:54:09 -03:00
zImPatrick 2cf52d0775
AlwaysAnimate: Add guild banner (#2036) 2023-12-13 20:41:50 +00:00
sappho 40b3ec57ce
FakeNitro: fix non apng gif stickers being sent as images (#2050) 2023-12-13 06:37:31 -03:00
ruukulada 817cb9b60b
GameActivityToggle: Icon cleanup (#2041) 2023-12-12 23:40:13 -03:00
Nuckyz c86de3299e
fixAll.eslint: true -> "explicit" 2023-12-12 23:29:22 -03:00
Nuckyz 1df0b571af
Fix broken patches 2023-12-12 22:57:32 -03:00