Commit graph

363 commits

Author SHA1 Message Date
thororen1234
efb0fee156 Updates 2024-07-03 15:10:20 -04:00
Vendicated
99b41dba19
improve settings ui (again) 2024-07-02 21:49:09 -03:00
thororen1234
0ef25db8ed Finish Suncord Port Hopefully (Equicord) 2024-07-02 18:07:51 -04:00
thororen1234
61a355980f Updates 2024-06-30 20:31:49 -04:00
Antti Ellilä
2d570a524b
friendsSince: add support for new profiles (#2623)
Co-authored-by: vee <vendicated@riseup.net>
2024-06-29 16:39:09 +00:00
thororen1234
a40ef29b3a Fix Monaco 2024-06-22 09:59:51 -04:00
Nuckyz
87d3e30ebf
web extension: fix vencord sometimes breaking after reloading
Co-Authored-By: vee <vendicated+git@riseup.net>
2024-06-22 08:05:18 +02:00
thororen1234
767efb1cb6 Merge remote-tracking branch 'upstream/dev' 2024-06-21 16:49:48 -04:00
thororen1234
5fbb3698f4 Fixes 2024-06-21 16:43:31 -04:00
Vendicated
0b033aa51b
PluginManager: catch errors during plugin flux handlers 2024-06-21 22:42:25 +02:00
thororen1234
2960e9a74a Updates 2024-06-21 15:50:36 -04:00
thororen1234
40a53e0da9 Updates 2024-06-21 14:34:04 -04:00
Vendicated
b9392c3be2
Improve SupportHelper
- improve update check when entering support channel
- add "Run Snippet" button to venbot messages with codeblock
- add "Send /vencord-debug" button to messages that contain /vencord-debug
- add "Update Now" button to messages by venbot and in #known-issues that contain "update"
- add some common issues like RPC disabled / NoRPC enabled to /vencord-debug
- split plugin list into separate /vencord-plugins command to reduce size & avoid >2000 chars errors
2024-06-21 19:58:01 +02:00
Nuckyz
d4ed747434
Clean-up related additions to mangled exports 2024-06-21 04:15:44 -03:00
thororen1234
cd96099b3d Merge remote-tracking branch 'upstream/dev' 2024-06-20 12:35:54 -04:00
Nuckyz
a01ee40591
Clean-up related additions to mangled exports 2024-06-19 23:50:04 -03:00
Vendicated
3ce241021f
PluginModals: add plugin website & source code links 2024-06-20 04:40:07 +02:00
thororen1234
2e40a9e07b Updates 2024-06-18 22:37:54 -04:00
vee
d6f1209438
fix first set of plugins (#2591)
* Add back mangled webpack searching

* Make window non enumerable in all cases

* fix some webpack commons

* oops

* fix more webpack commons

* fix some finds

* fix more webpack commons

* fix common names

* fix reporter

* fix Constants common

* more fix

* fix SettingsStores (return of old SettingsStoreAPI)

* doomsday fix: MutualGroupDMs (#2585)

* fix SettingsStoreAPI

* fix MessageLinkEmbeds

* fix checking uninitialised settings

* doomsday fix: BetterSessions (#2587)

* doomsday fix: ReviewDB and Summaries (#2586)

Co-authored-by: vee <vendicated@riseup.net>

* fix various things that use default/other names

* fix settings

* wbctxmenus

* fix BetterSettings

* wouldnt it be funny if discord reverted again once we're done

* fix ViewIcons

* fix showconnections

* fix FriendsSince

* FakeNitro: fix app icons

* doomsday fix: NoPendingCount (#2590)

---------

Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
Co-authored-by: Amia <9750071+aamiaa@users.noreply.github.com>
Co-authored-by: Manti <67705577+mantikafasi@users.noreply.github.com>
2024-06-19 03:04:15 +02:00
thororen1234
8a093424c0 Merge remote-tracking branch 'upstream/dev' 2024-06-12 13:44:23 -04:00
Vendicated
9de18ac8c7
Experiments: add toggle for toolbar dev button
Co-Authored-By: F53 <fseusb@gmail.com>
2024-06-12 03:45:29 +02:00
thororen1234
6dd85a104b Updates 2024-06-06 03:30:30 -04:00
thororen1234
10d684a364 Merge remote-tracking branch 'upstream/dev' 2024-06-05 23:05:21 -04:00
nekohaxx
67b709a796
new plugin NoOnboardingDelay: skip long onboarding animations (#2533)
Co-authored-by: Vendicated <vendicated@riseup.net>
2024-06-06 02:01:44 +00:00
vishnyanetchereshnya
e5e8b9ba01
new plugin CopyEmojiMarkdown ~ more easily copy emoji formatting (#2266)
Co-authored-by: Happy enderman <66224387+happyendermangit@users.noreply.github.com>
Co-authored-by: vee <vendicated@riseup.net>
2024-06-06 01:40:02 +02:00
Ryan Cao
0aa7bef9fa
new plugin AppleMusicRichPresence (#2455)
Co-authored-by: Vendicated <vendicated@riseup.net>
2024-06-06 01:19:53 +02:00
Nuckyz
ed5ae2ba5c
Add shortcut for lazy loading chunks 2024-06-05 23:46:52 +02:00
thororen1234
ad0b1a5dd3 Merge remote-tracking branch 'upstream/dev' 2024-06-02 16:40:03 -04:00
Nuckyz
d8524b087c
Add shortcut for lazy loading chunks 2024-06-01 18:39:01 -03:00
thororen1234
9e3e573d93 Megal 2024-06-01 17:08:22 -04:00
thororen1234
7da91d94d8 Updates 2024-06-01 14:32:22 -04:00
thororen1234
268e053d68 Merge remote-tracking branch 'upstream/dev' 2024-06-01 13:14:59 -04:00
Nuckyz
d07e4c71b5
Make Reporter runnable in desktop 2024-05-31 23:28:58 -03:00
Nuckyz
05a40445c8
refactor: improve build scripts & automatic testing
- Fix reporter breaking because of ConsoleShortcuts
- Fix extractAndLoadChunks issue with 2 match groups; Improve testing of lazy extractAndLoadChunks
- Reporter: Properly implement reporter build of Vencord; Test more plugins; Fix running in wrong pages
- Fix wrong external files and clean up build script; Remove non used stuff
2024-05-30 23:30:44 +02:00
thororen1234
f2d2ca1fa8 Merge remote-tracking branch 'upstream/dev' 2024-05-30 10:51:39 -04:00
thororen1234
68343dc8e2 Merge remote-tracking branch 'upstream/dev' 2024-05-30 10:34:07 -04:00
Nuckyz
9a9c1b0487
Reporter: Properly implement reporter build of Vencord; Test more plugins; Fix running in wrong pages 2024-05-30 04:44:13 -03:00
vee
a78dba321d
ConsoleShortcuts: Fix autocomplete on lazies, add more utils (#2519) 2024-05-28 17:31:58 -03:00
Lexi
b9e83d9d28
new plugin DontRoundMyTimestamps: round 7.6y -> 7y instead of 8y (#2060)
Co-authored-by: V <vendicated@riseup.net>
2024-05-28 02:22:42 +00:00
sunnie
c2f8837602
new plugin: MaskedLinkPaste (#2514)
Co-authored-by: vee <vendicated@riseup.net>
2024-05-28 02:23:30 +02:00
thororen1234
736c0856f5 Merge remote-tracking branch 'upstream/dev' 2024-05-22 09:31:06 -04:00
goodbee
9c092b9c29
feat(BetterRoleContext): Add option to view role icons (#2482)
Co-authored-by: vee <vendicated@riseup.net>
2024-05-21 00:24:00 +00:00
thororen1234
9d0550bf79 Merge remote-tracking branch 'upstream/dev' 2024-05-20 15:39:21 -04:00
Noxillio
caed7cd92c
MoreUserTags: If server owner tag is disabled, do not give other tags (#2219) 2024-05-19 00:22:45 +00:00
vee
c3757a2ae6
add package for publishing types to npm (#2473)
https://www.npmjs.com/package/@vencord/types
2024-05-17 23:01:07 +02:00
thororen1234
6de6ad49ed Fix Devs 2024-05-17 09:59:34 -04:00
thororen1234
55074e866f Fix Devs 2024-05-17 09:46:03 -04:00
thororen1234
314b042532 Merge remote-tracking branch 'upstream/dev' 2024-05-17 09:40:30 -04:00
Moxxie
ffe1d7cc4d
new plugin ReplaceGoogleSearch (#2450) 2024-05-17 04:17:14 -03:00
Tuur Martens
03d83e1ff7
new plugin AutomodContext (#2290) 2024-05-17 04:11:41 -03:00