Nuckyz
7415367d6c
Add missing MenuSearchControl webpack find
2025-01-29 10:09:05 -03:00
Nuckyz
33d4f13a24
Fix everything broken by recent Discord update ( #3177 )
...
Co-authored-by: sadan <117494111+sadan4@users.noreply.github.com>
Co-authored-by: Vendicated <vendicated@riseup.net>
2025-01-29 01:04:36 -03:00
Nuckyz
cdc756193e
Settings API: Fix erroring if plugin settings don't exist
2025-01-28 01:13:36 -03:00
jamesbt365
f43baddc55
NoBlockedMessages: Add ignored messages ( #3126 )
2025-01-27 22:57:16 -03:00
Nuckyz
21ded874a3
Settings API: Add utility to migrate a setting
2025-01-27 21:12:58 -03:00
Vendicated
ea1e96185b
MessageLatency: ErrorBoundary should be noop
2025-01-27 20:54:16 +01:00
Vendicated
ceba9776c4
Delete MoreUserTags for now because it's unstable
...
This plugin is written in a way that makes it susceptible to crashes.
This is not the first time it has caused crashes and will not be the last.
A rewrite is necessary to make it more robust
2025-01-27 20:44:54 +01:00
Nuckyz
c4f8221f75
IrcColors: Make lightness apply without restart
2025-01-27 14:30:11 -03:00
Vendicated
3350922c09
LastFmRPC: Add option to hide if there is another presence
...
closes #2866
Co-Authored-By: 54ac <me@54ac.ovh>
2025-01-27 04:25:37 +01:00
vishnyanetchereshnya
f29662c5b3
feat(ViewRaw): add View Role option ( #3083 )
...
Co-authored-by: v <vendicated@riseup.net>
2025-01-27 04:12:26 +01:00
Grzesiek11
cf28c65374
Add IrcColors plugin ( #2048 )
...
Co-authored-by: V <vendicated@riseup.net>
2025-01-27 03:34:00 +01:00
Suffocate
87cb1fd930
Fix top level settings notifying global listeners ( #3166 )
2025-01-26 15:32:34 +00:00
sadan4
aac5242dc8
ImageZoom: Fix incorrectly adding context menu in some places ( #3150 )
2025-01-24 21:15:56 -03:00
sadan4
4036fbab92
ConsoleJanitor: Remove old patch and add getLastCrash ( #3151 )
2025-01-25 00:01:12 +00:00
jamesbt365
79cbfe96c8
HideAttachments, UnsupressEmbeds: Work with forwarded messages ( #2928 )
2025-01-24 20:56:39 -03:00
jamesbt365
7ee70e831a
MessageLogger: Make collapseDeleted require a restart ( #2923 )
2025-01-24 23:46:47 +00:00
jamesbt365
e45b867ff0
ServerInfo: Add Ignored Users tab ( #3127 )
2025-01-24 23:42:05 +00:00
229ef03adf
Merge branch 'main' of https://github.com/Vendicated/Vencord
2025-01-24 18:17:07 +01:00
Nuckyz
78c2f0d61a
Fix calling option onChange listeners for legacy settings
2025-01-24 00:43:33 -03:00
Nuckyz
e000a947a3
Optimize slow patches
2025-01-22 23:10:43 -03:00
Nuckyz
5c8ba6e542
Settings API: add support for custom objects / arrays ( #3154 )
2025-01-23 01:51:11 +00:00
v
317121fc08
Replace API add/remove funcs with methods in plugin definition ( #3028 )
2025-01-23 01:48:44 +00:00
Nuckyz
30647b6bd9
Fix patches with duplicate finds
2025-01-22 22:44:52 -03:00
Nuckyz
ed99ae7f23
ShowHiddenThings: Fix showing ModView
2025-01-22 22:22:43 -03:00
AutumnVN
17f1ef275e
CustomRPC: improve rich presence preview & UX ( #3159 )
...
Co-authored-by: Vendicated <vendicated@riseup.net>
2025-01-23 01:33:11 +01:00
Nuckyz
ea0182a194
Fix BetterUploadButton & FixImagesQuality
2025-01-22 18:03:51 -03:00
Nuckyz
9e9d71d014
AccountPanelServerProfile: Fix buttons unusable and request spam
2025-01-22 17:40:47 -03:00
Vendicated
9bb983d40c
SortFriendRequests: improve formatting & display
2025-01-22 20:01:33 +01:00
Nuckyz
8346dba324
SortFriendRequests: Fix showing dates
2025-01-22 15:07:33 -03:00
Vendicated
47315b0eba
fix plugins modifying message content
2025-01-22 18:19:04 +01:00
sadan4
a60af65b6d
RevealAllSpoilers: Fix error on <C-S-Click> ( #3149 )
2025-01-18 18:05:06 -03:00
Sqaaakoi
88e3bc037d
ConsoleShortcuts: Set FluxStore toStringTag to store name ( #3144 )
2025-01-18 20:05:20 +00:00
sadan4
19361ef790
BadgeApi, AccountPanelServerProfile: Fix not working ( #3147 )
2025-01-18 16:52:35 -03:00
Nuckyz
c8f4ce9785
Fix PinDMs and BetterSettings eager load
2025-01-15 11:17:40 -03:00
Nuckyz
3243120baa
Reapply "MessagePopoverAPI: Fix buttons not appearing"
...
Actually applying the fix this time
2025-01-10 01:07:58 -03:00
Nuckyz
4ab297c9e3
Revert "MessagePopoverAPI: Fix buttons not appearing"
...
I didn't mean to push this yet
2025-01-09 06:22:07 -03:00
sadan4
154f371b14
BetterFolders: Fix for Discord Canary build ( #3133 )
2025-01-09 09:20:15 +00:00
Nuckyz
263a96c310
MessagePopoverAPI: Fix buttons not appearing
2025-01-08 19:41:13 -03:00
Nuckyz
5a77149b26
PinDMs: Fix real time updating when changing settings
...
again...
2025-01-08 19:06:09 -03:00
sadan4
2707b10021
BetterFolders: Fix dedicated sidebar ( #3129 )
2025-01-08 09:14:59 +00:00
v
7be3a40b7c
Add React eslint & update depencenies ( #3090 )
...
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
2025-01-04 03:24:50 -03:00
sadan4
16a1c44947
PictureInPicture: Fix picture in picture button ( #3120 )
2025-01-04 02:21:50 -03:00
sadan4
3af06edb95
ConsoleShortcuts: Add openModal and openModalLazy ( #3118 )
2025-01-04 05:01:58 +00:00
nin0dev
34629307dd
SpotifyControls: Setting to restart playing song if playtime >3s ( #3103 )
2025-01-04 01:54:40 -03:00
sadan4
20ed7dc96b
new plugin FullUserInChatbox ( #2766 )
2024-12-30 02:07:26 -03:00
sadan4
0fd76ab15a
NoUnblockToJump: Also allow jump for ignored users ( #3110 )
2024-12-30 02:28:22 +00:00
fae
0e813e78d0
OpenInApp: Add support for geo.music.apple.com links ( #3101 )
2024-12-30 02:24:29 +00:00
Sqaaakoi
79e2cb15f1
QuickReply: Prevent caret from moving when selecting message ( #3104 )
2024-12-29 23:22:10 -03:00
Nuckyz
cca5d7dc09
ShowHiddenThings: Discovery filter bypass is patched
...
Filtering is now done server-side in Discord
2024-12-21 20:55:41 -03:00
Vendicated
9ccc74bde3
use correct prodversion in chrome extension installer
2024-12-20 15:06:19 +01:00
Heli-o
5d1f6e606a
Merge branch 'main' of https://github.com/Vendicated/Vencord
2024-12-17 08:39:35 +01:00
Nuckyz
48a9aef2eb
PinDMs: Fix real time updating when changing settings
2024-12-16 19:36:15 -03:00
Nuckyz
0a0bd6a713
NoTrack: Make hasClientMods return false
2024-12-14 02:36:16 -03:00
Nuckyz
40a8cf1a85
PinDMs: Fix duplicate channels
2024-12-12 19:46:51 -03:00
Lumap
5f1c5fa370
AppleMusicRichPresence: Fix token fetching Regex ( #3071 )
2024-12-12 22:40:44 +00:00
sadan4
00c968473e
FavoriteEmojiFirst: Fix sorting emojis ( #3074 )
2024-12-12 19:35:40 -03:00
sadan4
2dc8c2bf76
Fix multiple plugins for latest Discord update ( #3072 )
2024-12-12 03:49:21 -03:00
sadan4
464c4a9b61
TypingTweaks: Fix usernames not being colored ( #3070 )
2024-12-11 01:06:34 -03:00
sadan4
dcfddcbc21
ConsoleJanitor: Add HLJS deprecations ( #3062 )
2024-12-10 21:37:21 +00:00
Nuckyz
9d3c91e9df
TypingTweaks: Fix plugin
2024-12-10 18:29:15 -03:00
Nuckyz
8d65bcf743
BetterFolders: Fix folder icon setting
2024-12-10 18:09:54 -03:00
Heli-o
ae6f37267c
Merge branch 'main' of https://github.com/Vendicated/Vencord
2024-12-10 18:42:00 +01:00
Nuckyz
4a5f0838e2
Remove workaround for Devtools theme
2024-12-07 20:32:16 -03:00
Nuckyz
99dc65fe4e
Fix TypingIndicator & CallTimer
2024-12-07 20:31:08 -03:00
Nuckyz
3a339636d1
Remove old plugin migrations
2024-12-07 19:55:37 -03:00
Nuckyz
cea0a3c9d9
NoScreensharePreview: Allow plugin to be turned on/off
2024-12-07 19:15:05 -03:00
Vendicated
a3f5dc39a0
CallTimer: fix crashing on canary
2024-12-07 00:14:08 +01:00
sadan4
df44edd41b
BetterFolders: Fix including open folders in main sidebar ( #3064 )
2024-12-05 21:07:30 -03:00
Nuckyz
cdfc89b819
NoScreensharePreview: Migrate to stock Discord feature
2024-12-03 22:39:36 -03:00
Nuckyz
8711dd9a4b
WebContextMenus: Fix input bar menu
2024-12-03 21:51:41 -03:00
Sqaaakoi
df454ca952
MutualGroupDMs: Fix in DM sidebar when no mutual friends/servers ( #2976 )
2024-12-02 23:30:56 -03:00
Etorix
6628624082
CommandHelpers: Make findOption use nullish coalescing ( #3047 )
2024-12-03 02:16:13 +00:00
Etorix
dd87f360d7
CommandsAPI: Fix spread overwriting omitted subcommand options ( #3057 )
2024-12-03 02:13:27 +00:00
Nuckyz
3f61fe722d
AlwaysTrust: Fix disabling suspicious file popup
2024-12-02 21:51:29 -03:00
Nuckyz
d70e0f27dc
ServerListIndicators: Account for pending clans count
2024-12-02 20:39:54 -03:00
Nuckyz
0ac80ce9d1
MessagePopoverAPI: Add buttons after quick reactions
2024-12-01 00:10:08 -03:00
sadan4
02f50b161b
ImageZoom: Fix zoom level not saving ( #3054 )
2024-11-29 22:26:10 +00:00
Vendicated
1150a50355
Badges: fix overflow in Discord's css
2024-11-29 22:46:28 +01:00
Nuckyz
60b776669b
WebContextMenus: Fix copy context menu
2024-11-25 20:03:34 -03:00
sadan4
d8df96d1e3
BetterFolders: Fix dedicated sidebar ( #3037 )
2024-11-25 19:44:29 -03:00
Sqaaakoi
a9d44e3341
PermissionsViewer: Fix permission description tooltip & cleanup ( #3040 )
2024-11-25 01:14:25 -03:00
Mia Rodriguez
e7a54b0587
SilentTyping: Improve button visual look ( #3026 )
2024-11-25 00:35:12 +00:00
sadan4
23c9e2ce22
ShowHiddenThings: Allow opening mod view on yourself ( #3045 )
2024-11-24 21:30:27 -03:00
Etorix
5fb63246ca
Add support for onAuxClick on ChatBarButton ( #3043 )
2024-11-24 21:25:30 -03:00
samara
2bfeef88ca
Update to newer Discord icons in Vencord Settings ( #3029 )
2024-11-23 23:23:03 -03:00
Hen
7ca4ea3d13
RoleColorEverywhere: Fix message headers colors ( #3036 )
2024-11-23 23:16:41 -03:00
Cassie
f8dfe217b1
Remove no-longer desired collaborator ( #3032 )
2024-11-24 02:08:53 +00:00
sadan4
f22d0e14a4
EmoteCloner: Fix recognizing animated emojis ( #3027 )
2024-11-24 02:07:46 +00:00
sadan4
ac1b1d44f5
ShowHiddenChannels: Fix viewing voice channels ( #3033 )
2024-11-24 02:03:59 +00:00
sadan4
13993f3f69
Decor: Fix avatar decorations not showing (again) ( #3025 )
2024-11-24 02:01:58 +00:00
Heli-o
61ddbe9bcd
Merge branch 'main' of https://github.com/Vendicated/Vencord
2024-11-22 16:03:58 +01:00
Nuckyz
a0308e03af
Fix OpenInApp & ShowHiddenThings
2024-11-19 21:17:20 -03:00
Nuckyz
cd61f4e744
RoleColorEverywhere: Fix Online/Offline
2024-11-17 20:45:05 -03:00
jenku
5cf22113cf
Decor: Update notice about joining the server for clarity ( #3021 )
2024-11-17 18:55:33 -03:00
Nuckyz
ea2772476d
RoleColorEverywhere: Poll Results & Cleanup
...
Co-authored-by: jamesbt365 <jamesbt365@gmail.com>
2024-11-17 18:45:07 -03:00
nyx
99458da3be
ViewRaw: Add support for Group DMs ( #3010 )
2024-11-14 20:00:11 -03:00
Lumap
c4f6f151e6
PictureInPicture: Fix button not showing up ( #3014 )
2024-11-14 19:57:16 -03:00
Frocat
8558b1a589
ShikiCodeblocks: Updated codeblocks themes ( #3013 )
2024-11-14 19:54:01 -03:00
Nuckyz
76df29fba2
Actually stop searching for CSS debugging chunk
2024-11-14 14:51:58 -03:00
80866a609b
Merge branch 'main' of https://github.com/Vendicated/Vencord
2024-11-14 13:15:41 +01:00