Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-01 | feat: Crash Handler (#531) | Nuckyz | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2023-02-28 | Windows: Add Option to use native titlebar ~ Closes #537 | Vendicated | |
2023-02-16 | Badges should use ErrorBoundaries | Vendicated | |
2023-02-14 | NotificationAPI: Correctly request browser permissions | Vendicated | |
2023-02-10 | Notification 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-28 | feat(settings): Add the ability to make the window transparent (#457) | Kaydax | |
2023-01-24 | Make Windows Ctrl+Q feature optional; add opt-in auto update (#451) | Ven | |
2023-01-13 | feat: Typesafe Settings Definitions (#403) | Justice Almanzar | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2023-01-12 | feat: Add option to disable the window frame (#400) | Nick | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2022-12-25 | feat: Proper CSS api & css bundle (#269) | Ven | |
Co-authored-by: Vap0r1ze <superdash993@gmail.com> | |||
2022-12-21 | feat(PlatformIndicators): add indicator to messages (#343) | ActuallyTheSun | |
2022-12-16 | [ShowHiddenChannels] Fix last message date (#342) | Nico | |
2022-12-14 | feat(plugin): add MessageLinkEmbeds (#264) | ActuallyTheSun | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2022-12-02 | feat(plugin): ShikiCodeblocks (#267) | Justice Almanzar | |
Co-authored-by: ArjixWasTaken <53124886+ArjixWasTaken@users.noreply.github.com> Co-authored-by: Ven <vendicated@riseup.net> | |||
2022-12-02 | add ViewRaw plugin & MiniPopover API (#275) | 12944qwerty | |
Co-authored-by: Vendicated <vendicated@riseup.net> | |||
2022-12-01 | Add basic themes tab | Vendicated | |
2022-11-28 | perf(settings): Cache proxies | Vendicated | |
2022-11-28 | Path aliases, better lazyWebpack (#268) | Ven | |
2022-11-19 | feat(plugin): Read all notifications button (#217) | Kareem Olim | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2022-11-18 | Fix commands showing up multiple times Part 2 | Vendicated | |
2022-11-18 | Fix commands showing up multiple times | Vendicated | |
2022-11-17 | Donor Badges && Add donate info to settings | Vendicated | |
2022-11-14 | Less confusing plugin names (bulk plugin rename) (#214) | Ven | |
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> | |||
2022-11-14 | MessageLogger: fixes + ignoreSelf & ignoreBots option (#213) | Ven | |
2022-11-11 | feat: Badge API (#206) | megumin | |
2022-11-08 | fix double click actions using outdated content | Vendicated | |
2022-11-07 | feat(nitroBypass): add sticker bypass (#184) | Nico | |
Co-authored-by: Vendicated <vendicated@riseup.net> | |||
2022-10-30 | Webpack 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-29 | Implement Subcommands; fix errors due to Settings <-> Plugins circular ↵ | Ven | |
imports (#174) | |||
2022-10-26 | Settings: Cache default value | Vendicated | |
2022-10-23 | Vencord Standalone without git/node (#148) | Ven | |
2022-10-22 | style: Sort imports | Vendicated | |
2022-10-22 | Windows: Patch host updater to reinject (#138) | Ven | |
2022-10-22 | fix userscript, lint new files | Vendicated | |
2022-10-22 | Add license headers | Vendicated | |
2022-10-22 | feat(api): Message Accessories API (#131) | Cynthia Foxwell | |
2022-10-20 | Fix error when enabling a plugin with commands if CommandsAPI hasn't loaded | Vendicated | |
2022-10-20 | Document apis | Vendicated | |
2022-10-20 | legal: Make esbuild generate & link licensing information | Vendicated | |
2022-10-20 | Add 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-18 | Settings: Implement plugin options defaults (#117) | Ven | |
2022-10-14 | add choices to CommandsAPI Options (#94) | Mai | |
2022-10-14 | Fix Settings errors when retrieving a null value; add PlainSettings | Vendicated | |
2022-10-12 | Commands: basic error handling | Vendicated | |
2022-10-12 | FakeClyde (plugin) and sendBotMessage (API addition) (#66) | Berlin | |
Co-authored-by: Ven <vendicated@riseup.net> | |||
2022-10-12 | CommandsApi: fix accidently overwriting inputType BUILT_IN | Vendicated | |
2022-10-11 | Make ReactDevTools Opt-in | Vendicated | |
2022-10-09 | Make typescript happy, tsc test run in CI | Vendicated | |
2022-10-08 | Add more eslint rules | Vendicated | |
2022-10-06 | add eslint config (#53) | Ven | |
* eslint * workflow * lint main |