aboutsummaryrefslogtreecommitdiff
path: root/src/api
AgeCommit message (Collapse)Author
2023-03-01feat: Crash Handler (#531)Nuckyz
Co-authored-by: Ven <vendicated@riseup.net>
2023-02-28Windows: Add Option to use native titlebar ~ Closes #537Vendicated
2023-02-16Badges should use ErrorBoundariesVendicated
2023-02-14NotificationAPI: Correctly request browser permissionsVendicated
2023-02-10Notification API (#467)Ven
Co-authored-by: Ven <vendicated@riseup.net> Co-authored-by: afn <hey@afn.lol> Co-authored-by: afn <afnzmn@gmail.com>
2023-01-28feat(settings): Add the ability to make the window transparent (#457)Kaydax
2023-01-24Make Windows Ctrl+Q feature optional; add opt-in auto update (#451)Ven
2023-01-13feat: Typesafe Settings Definitions (#403)Justice Almanzar
Co-authored-by: Ven <vendicated@riseup.net>
2023-01-12feat: Add option to disable the window frame (#400)Nick
Co-authored-by: Ven <vendicated@riseup.net>
2022-12-25feat: Proper CSS api & css bundle (#269)Ven
Co-authored-by: Vap0r1ze <superdash993@gmail.com>
2022-12-21feat(PlatformIndicators): add indicator to messages (#343)ActuallyTheSun
2022-12-16[ShowHiddenChannels] Fix last message date (#342)Nico
2022-12-14feat(plugin): add MessageLinkEmbeds (#264)ActuallyTheSun
Co-authored-by: Ven <vendicated@riseup.net>
2022-12-02feat(plugin): ShikiCodeblocks (#267)Justice Almanzar
Co-authored-by: ArjixWasTaken <53124886+ArjixWasTaken@users.noreply.github.com> Co-authored-by: Ven <vendicated@riseup.net>
2022-12-02add ViewRaw plugin & MiniPopover API (#275)12944qwerty
Co-authored-by: Vendicated <vendicated@riseup.net>
2022-12-01Add basic themes tabVendicated
2022-11-28perf(settings): Cache proxiesVendicated
2022-11-28Path aliases, better lazyWebpack (#268)Ven
2022-11-19feat(plugin): Read all notifications button (#217)Kareem Olim
Co-authored-by: Ven <vendicated@riseup.net>
2022-11-18Fix commands showing up multiple times Part 2Vendicated
2022-11-18Fix commands showing up multiple timesVendicated
2022-11-17Donor Badges && Add donate info to settingsVendicated
2022-11-14Less confusing plugin names (bulk plugin rename) (#214)Ven
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
2022-11-14MessageLogger: fixes + ignoreSelf & ignoreBots option (#213)Ven
2022-11-11feat: Badge API (#206)megumin
2022-11-08fix double click actions using outdated contentVendicated
2022-11-07feat(nitroBypass): add sticker bypass (#184)Nico
Co-authored-by: Vendicated <vendicated@riseup.net>
2022-10-30Webpack Warnings & Errors (#178)Ven
* dev: Useful strict Warnings & Errors * Always log error * Ignore pending patches with all or whose predicate = false * Error -> Warn
2022-10-29Implement Subcommands; fix errors due to Settings <-> Plugins circular ↵Ven
imports (#174)
2022-10-26Settings: Cache default valueVendicated
2022-10-23Vencord Standalone without git/node (#148)Ven
2022-10-22style: Sort importsVendicated
2022-10-22Windows: Patch host updater to reinject (#138)Ven
2022-10-22fix userscript, lint new filesVendicated
2022-10-22Add license headersVendicated
2022-10-22feat(api): Message Accessories API (#131)Cynthia Foxwell
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-18Settings: Implement plugin options defaults (#117)Ven
2022-10-14add choices to CommandsAPI Options (#94)Mai
2022-10-14Fix Settings errors when retrieving a null value; add PlainSettingsVendicated
2022-10-12Commands: basic error handlingVendicated
2022-10-12FakeClyde (plugin) and sendBotMessage (API addition) (#66)Berlin
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-12CommandsApi: fix accidently overwriting inputType BUILT_INVendicated
2022-10-11Make ReactDevTools Opt-inVendicated
2022-10-09Make typescript happy, tsc test run in CIVendicated
2022-10-08Add more eslint rulesVendicated
2022-10-06add eslint config (#53)Ven
* eslint * workflow * lint main