aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-26fix(Ignore Activities): Fixes games manually added not being able to be ↵Nuckyz
ignored (#162) Co-authored-by: Ven <vendicated@riseup.net>
2022-10-26Fix betterUploadButtonVendicated
2022-10-26Settings: Cache default valueVendicated
2022-10-26Make tsc happyVendicated
2022-10-26Make jsFactory shorter -> bundle size -10%Vendicated
2022-10-26ci: Only rebuild on actual code changesVen
2022-10-25Update READMEVendicated
2022-10-25feat(settings): add beforeSave check (#161)megumin
2022-10-25fix(vcDoubleClick): add required parentheses (#160)Nico
2022-10-25fix(vcDoubleClick): exclude text channel mentions (#159)Nico
2022-10-25feat: add new plugin ForceOwnerCrown (#157)Nico
2022-10-25Improve genPluginListVendicated
2022-10-25Add autogenerated plugin list, closes #151Vendicated
2022-10-25Fix vcDoubleClick, add support for stage channels (#158)Nico
2022-10-25Ignore Activities: Fix button not working (#156)Nuckyz
explode
2022-10-25feat(plugin): Ignore Activities (#142)Nuckyz
2022-10-24[ShowHiddenChannels] Add last message info, fix collapsing (#146)Nico
Co-authored-by: Snek <107999380+sneksnake@users.noreply.github.com>
2022-10-23Vencord Standalone without git/node (#148)Ven
2022-10-23fix: plugin dependencies not enabling (#150)megumin
2022-10-23Update license headers in files created by Samu (#149)Berlin
2022-10-23feat(NoCanaryMessageLinks): Allow custom subdomains (#147)Roman / Linnea Gräf
2022-10-23feat(plugin): Show Hidden Channels (#101)Snek
2022-10-22encoding binary doesn't return a buffer??Vendicated
2022-10-22feat: switch in plugin settings (#140)KraXen72
2022-10-22buildWeb: use fflate instead of yazlVendicated
2022-10-22patcher: Add back support for discord_arch_electronVendicated
2022-10-22Unbrick OpenAsar installsVendicated
2022-10-22oops, add plugin to depsVendicated
2022-10-22style: Sort importsVendicated
2022-10-22Windows: Patch host updater to reinject (#138)Ven
2022-10-22Implement Chrome extension loading myself because ↵Vendicated
electron-devtools-installer is ultra bloated
2022-10-22Monaco for Discord DesktopVendicated
2022-10-22Installer: add custom path option (#77)Ven
2022-10-22Remove now obsolete licensing info from READMEVendicated
2022-10-22fix userscript, lint new filesVendicated
2022-10-22Add license headersVendicated
2022-10-22feat(api): add Clipboard entry in webpack common (#127)Cynthia Foxwell
2022-10-22feat(api): Message Accessories API (#131)Cynthia Foxwell
2022-10-21Vencord Web: QuickCss Monaco EditorVendicated
2022-10-21Update nitroBypass.ts (#132)jue131
2022-10-21Update PronounDB Plugin (#115)TymanWasTaken
* Add X-PronounDB-Source header, add options to pronoundb * Adapt to defaults fix, better lowercase logic * User popouts :)
2022-10-21feat(plugins): Moyai ignore bots setting (#130)Nuckyz
2022-10-20New plugin: vcDoubleClickVendicated
2022-10-20Fix error when enabling a plugin with commands if CommandsAPI hasn't loadedVendicated
2022-10-20Document apisVendicated
2022-10-20legal: Make esbuild generate & link licensing informationVendicated
2022-10-20Add DataStore (IndexedDB wrapper)Vendicated
An alternative to the synchronous Settings API to work around storage limitations of localStorage and allow storing of arbitrarily large data in form of most Javascript DataTypes, see https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm#supported_types
2022-10-20more eslintVendicated
2022-10-20feat(moyai): Add option to toggle triggering moyai when the window is not ↵Nuckyz
focused (#123)
2022-10-20feat: add sendify plugin (#122)Katlyn Lorimer
* feat: add sendify plugin * fix: tweak plugin description * fix: respect message replies This implements code provided by Ven, while taking into account possible errors from Discord as well as minor changes for readability. Co-authored-by: Ven <vendicated@riseup.net>