Commit Graph

47 Commits

Author SHA1 Message Date
Vendicated 1368c25824
ci: Auto generate plugin json 2023-03-23 04:37:53 +01:00
Vendicated 5d1283bd85
Add Web/Desktop specific plugin capabilities; misc fixes 2023-03-11 14:18:32 +01:00
Vendicated d5c05d857f
Add DevOnly plugin capability 2023-03-11 00:25:32 +01:00
Ven 399305fd8a
Automatic extension publishing (#453) 2023-01-26 22:38:02 +01:00
Ven 5d3148cf50
New plugin: VcNarrator (#402)
Co-authored-by: Nico <nico@d3sox.me>
2023-01-25 03:42:01 +01:00
Vendicated 8a43e9b25f
dev: Better errors when using Node < v18 2023-01-23 04:02:09 +01:00
hunter 84cfe531af
Ignore dotfiles in plugin dirs (#447) 2023-01-23 00:27:55 +01:00
Ven efb0ef8b9c
Dev inject: add Mac support (#414) 2023-01-14 18:44:02 +01:00
Ven 6c5fcc4119
Use GUI installer for pnpm inject/uninject (#407)
* Use GUI installer for pnpm inject/uninject

* Run Installer in DevMode
2023-01-13 17:52:28 +01:00
Ven cf2bf2b43a
oop 2023-01-04 01:17:08 +01:00
Ven 2e5d27b6b6
feat: Proper CSS api & css bundle (#269)
Co-authored-by: Vap0r1ze <superdash993@gmail.com>
2022-12-25 20:47:35 +01:00
Vendicated b0c41d556a
Improve treeshaking 2022-12-22 18:05:04 +01:00
megumin fea8c60a40
hotfix injector for ptb/canary/dev (#330) 2022-12-14 23:35:02 +01:00
Cloudburst 8a5a5c7d1e
UserScript: add csp bypassing fetch (#284) 2022-12-04 13:58:29 +01:00
A user 62b2acebe6
Add support for Flatpak for Git updating (#274)
Co-authored-by: Ven <vendicated@riseup.net>
2022-12-02 16:55:53 +01:00
Roman / Linnea Gräf 0ff6d3dd41
Add Firefox extension build (#277) 2022-12-01 19:16:09 +01:00
Vendicated f0ee16f173
[skip ci] update genPluginList 2022-11-28 00:45:41 +01:00
Haneul Seong 47c181beec
[skip ci] Add support for DVM installation path. (#265) 2022-11-27 14:32:54 +01:00
Cloudburst c45d89697a
make userscript autoincrement version :trollface: (#233) 2022-11-21 16:32:56 +01:00
Vendicated a788813383
VencordWeb: Migrate to manifest v3 2022-11-16 16:23:52 +01:00
Vendicated 3c8084ec36
Add VSCode debug config 2022-11-09 19:26:46 +01:00
Vendicated a13c0df1cd
build: Add metadata header to all bundles 2022-11-07 21:29:31 +01:00
Ven 3af9a14a0e
Patcher: More useful errors with code diffs (#177)
* Patcher: More useful errors with code diffs

* Nicer log formatting

* PluginCards: ellipsises
2022-10-30 02:58:11 +01:00
Ven 93859883c1
build: inject createElement alias (#176) 2022-10-29 20:27:48 +02:00
Vendicated 2af324c302
Improve genPluginList 2022-10-25 12:29:55 +02:00
Vendicated 4bddcee40b
Add autogenerated plugin list, closes #151 2022-10-25 12:20:29 +02:00
Ven 5fac8be0ae
Vencord Standalone without git/node (#148) 2022-10-23 23:23:52 +02:00
Vendicated 409fb6ff4e
encoding binary doesn't return a buffer?? 2022-10-22 23:47:26 +02:00
Vendicated a3b0556a9a
buildWeb: use fflate instead of yazl 2022-10-22 23:35:30 +02:00
Ven a7dbd73547
Windows: Patch host updater to reinject (#138) 2022-10-22 18:17:02 +02:00
Vendicated c116d00d03
Implement Chrome extension loading myself because electron-devtools-installer is ultra bloated 2022-10-22 06:31:47 +02:00
Vendicated 44f6f71c3e
Monaco for Discord Desktop 2022-10-22 04:42:54 +02:00
Ven 23d4cae123
Installer: add custom path option (#77) 2022-10-22 02:36:49 +02:00
Vendicated 7d555a96ea
fix userscript, lint new files 2022-10-22 01:22:44 +02:00
Vendicated f92f3f1a5e
Add license headers 2022-10-22 01:17:14 +02:00
Vendicated c80ed1b824 legal: Make esbuild generate & link licensing information 2022-10-20 20:23:14 +02:00
Vendicated 36f4478a4f
more eslint 2022-10-20 11:58:20 +02:00
megumin 9d6021f0b9
feat: gitignored src/userplugins directory (#112) 2022-10-17 23:46:52 +02:00
Vendicated 20237f5664
watch: enable sourcemaps and disable minify 2022-10-16 17:21:23 +02:00
Vendicated 01ae0983b3
Optimise Web via treeshaking, cleanup build scripts 2022-10-16 17:15:15 +02:00
Vendicated 845088ec02
buildWeb: suppress experimental api warnings 2022-10-15 20:56:48 +02:00
Vendicated 304bf4fe29
Unignore lock file 2022-10-09 22:31:51 +02:00
Vendicated dea34503ef
Add more eslint rules 2022-10-08 20:36:57 +02:00
Ven 74c3930e0a
add eslint config (#53)
* eslint

* workflow

* lint main
2022-10-06 00:42:58 +02:00
Rie Takahashi a9e67aa340 pnpm inject/uninject instead of patch/unpatch 2022-10-05 21:58:17 +01:00
megumin e010b2d63e
fix(installer): Fix patch conflict with newer pnpm versions (#44) 2022-10-04 22:36:46 +02:00
megumin 88542b9ede
feat(installer): Implement cross-platform patcher. (#39)
* megu cute
2022-10-04 22:07:34 +02:00