aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-22feat: switch in plugin settings (#140)KraXen72
2022-10-22patcher: Add back support for discord_arch_electronVendicated
2022-10-22Unbrick OpenAsar installsVendicated
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-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>
2022-10-19Add volume settings to fart plugin (#113)Animal
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-19feat: settings sliders (#120)megumin
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-19feat(BANger): Customisable gif or video (#121)Glitchy
Signed-off-by: glitchy <thepatheticweebgamer@gmail.com>
2022-10-19feat(plugin): Ify improvements (#119)Nuckyz
2022-10-19Fix ViewIcons, make banner have right cursorVendicated
Discord loves pushing 2 almost identical Avatar components for A/B testing, they have never heard of an if statement :trolleybus:
2022-10-19feat: randomiseFileNames -> anonymiseFileNames (#116)obscurity
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-19Fix nitroBypassVendicated
2022-10-19fix(interactionKeybinds): disable ping when replying to own message (#118)obscurity
2022-10-18Settings: Implement plugin options defaults (#117)Ven
2022-10-18Updater: Fix error when update check failsVen
fixes #114
2022-10-18show only the dependants that are enabled (#111)Stijn van der Kolk
2022-10-17fix(Experiments): Broken isStaff matchRie Takahashi
2022-10-17Settings 2.0 (#107)megumin
Co-authored-by: Vendicated <vendicated@riseup.net>
2022-10-17Add pronoundb plugin (#104)TymanWasTaken
2022-10-17Fix messageActionsVendicated