Nuckyz
2fc814124f
add new webpack apis
2024-06-21 02:23:04 -03:00
Nuckyz
13d47d91bf
Merge branch 'dev' into immediate-finds
2024-06-14 18:15:14 -03:00
Vendicated
ca810250d1
ConsoleShortcuts: add Stores
map with all stores
2024-06-14 22:56:21 +02:00
Nuckyz
aa4c6e5496
Update permissions
2024-06-12 22:50:25 -03:00
Nuckyz
002a1cfc16
grrr
2024-06-12 17:46:37 -03:00
Nuckyz
08f1b6a3c9
LazyComponents: Allow accessing inner; Improve typings
2024-06-12 17:06:20 -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
Nuckyz
c0984db612
Merge branch 'dev' into immediate-finds
2024-05-30 05:13:13 -03: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
Nuckyz
99160638df
sdfgdsfdsds
2024-05-30 01:04:44 -03:00
Nuckyz
7816727e26
Merge branch 'dev' into immediate-finds
2024-05-30 01:02:25 -03:00
Nuckyz
892de53603
Fix extractAndLoadChunks issue with 2 match groups; Improve testing of lazy extractAndLoadChunks
2024-05-30 00:51:23 -03:00
Nuckyz
8de1ca86a9
I only understood today the reason for the Object.assign
2024-05-29 23:42:14 -03:00
Nuckyz
6e1094a5d1
Merge branch 'dev' into immediate-finds
2024-05-29 05:08:19 -03:00
Nuckyz
537fc5e33d
feat(API): updateMessage API for forcing re-renders
2024-05-29 04:57:18 -03:00
Vendicated
9b9a5322c9
webpack: make window exports non enumerable
2024-05-29 06:32:49 +02:00
Nuckyz
4b4caa798a
onceReady -> onceDiscordLoaded
2024-05-28 18:02:57 -03:00
Nuckyz
6bbd91fafc
Merge branch 'dev' into immediate-finds
2024-05-28 17:41:34 -03:00
Nuckyz
65adaf335c
adjust size
2024-05-26 20:55:33 -03:00
Nuckyz
437e4eae44
Update flux events again
2024-05-26 20:53:08 -03:00
Nuckyz
f7d12d209c
Merge branch 'dev' into immediate-finds
2024-05-26 20:47:52 -03:00
Nuckyz
8a5678bec5
update more licenses
2024-05-26 20:41:28 -03:00
Vendicated
c836270320
fix minor bugs in various plugins
...
- FriendsSince: Don't show for friend requests
- FakeNitro: Fix attempting to bypass unicode emojis #2503
- MessageLatency: ignore bots #2504
- CtrlEnterSend: use cmd+enter on macOS #2502
- ReplaceGoogleSearch: trim LF character #2488
Co-authored-by: AutumnVN <autumnvnchino@gmail.com>
Co-authored-by: rushiiMachine <33725716+rushiiMachine@users.noreply.github.com>
Co-authored-by: Lumap <lumap@duck.com>
Co-authored-by: Mylloon <kennel.anri@tutanota.com>
2024-05-26 18:24:02 +02:00
Manti
4f2c2b8e4a
new plugin Summaries: show Discords AI-generated convo summaries ( #2481 )
...
Co-authored-by: Vendicated <vendicated@riseup.net>
2024-05-26 18:14:29 +02:00
Nuckyz
999d6c812f
better types? no ts-ignore, also filters.componentByCode is recursive now
2024-05-25 23:51:59 -03:00
Nuckyz
cdbd9ad101
Merge branch 'dev' into immediate-finds
2024-05-23 06:42:07 -03:00
Nuckyz
f686cba398
Fix not setting property on originalOnChunksLoaded
2024-05-22 05:11:09 -03:00
Nuckyz
1a1e5c2e1d
Fix Flex component type
2024-05-22 01:07:58 -03:00
Nuckyz
c9d9d53fb1
Merge branch 'dev' into immediate-finds
2024-05-22 01:01:58 -03:00
Nuckyz
f469060ccf
Fix reporter false positive and DefaultExtractAndLoadChunksRegex not catching all cases
2024-05-22 00:47:12 -03:00
Nuckyz
9a1a7b374f
Merge branch 'dev' into immediate-finds
2024-05-19 23:09:43 -03:00
Nuckyz
0a595120b9
Fix: Ignore bundled lib webpack on web
2024-05-19 23:08:33 -03:00
vee
70f60193b0
explosion part 2
2024-05-17 23:10:21 +02:00
vee
9e60d4979d
explosion
2024-05-17 23:08:59 +02:00
vee
3562c8ae11
Merge branch 'dev' into immediate-finds
2024-05-17 23:08:07 +02: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
Nuckyz
8045d65e99
Merge branch 'dev' into immediate-finds
2024-05-17 05:09:35 -03:00
Nuckyz
6547cc10f7
FakeNitro: Fix attempting to bypass unicode emojis
...
Closes #2470
2024-05-17 04:34:50 -03:00
Nuckyz
7f5aaada88
Merge branch 'dev' into immediate-finds
2024-05-15 23:02:13 -03:00
Nuckyz
c0c897fc23
extractAndLoadChunksLazy: Cache result to avoid searching factories everytime
2024-05-15 23:00:21 -03:00
Nuckyz
0cc89996c6
forgot this
2024-05-15 00:00:54 -03:00
Nuckyz
c72099fc39
feat: Allow finds to use regex ( #2452 )
2024-05-14 23:59:07 -03:00
Nuckyz
f74da73086
feat: Allow finds to use regex ( #2452 )
2024-05-14 23:57:43 -03:00
Nuckyz
82f9e36e5a
Merge remote-tracking branch 'upstream/dev' into immediate-finds
2024-05-14 23:53:41 -03:00
ScattrdBlade
4da8b9aad7
PetPet: Fix Upload Image Option ( #2461 )
2024-05-15 02:44:47 +00:00
Nuckyz
f6e484034c
more pog
2024-05-11 06:05:20 -03:00
Nuckyz
5676f45781
whatever
2024-05-11 05:56:26 -03:00
Nuckyz
e11d651e33
work
2024-05-11 05:51:18 -03:00
Nuckyz
09a6a9bf85
wtf?
2024-05-11 05:47:53 -03:00
Nuckyz
1b64419ef1
Make commons have proper ProxyInner typing
2024-05-11 05:44:52 -03:00