Commit Graph

13 Commits

Author SHA1 Message Date
Zack Rauen 141263342a Add JSDoc to plugin api 2022-08-02 18:51:43 -04:00
Zack Rauen 2018f691e6 Add getbulk and patcher bind 2022-08-01 22:23:05 -04:00
Zack Rauen 267b37ddc1 Expose webpack to bdapi 2022-08-01 17:53:43 -04:00
Zack Rauen f5f1220ecc Lint and audit 2022-01-28 14:39:17 -05:00
Strencher 8176425039
Add Notices API. (#1022)
* Add notices API.

* Change to spreading syntax

* Misc

* Fix typo & add Node type

* Remove unnecessary check & set default timeout to 0
2022-01-23 13:58:17 -05:00
Zack Rauen fa87128157 Expose getPatchesByCaller 2021-07-28 09:12:29 -04:00
Zack Rauen 65dc214ffe Update version and repo links 2021-07-09 02:05:58 -04:00
Strencher b123e57c17
Add FileBrowser API to BdApi (#842) 2021-07-08 18:20:28 -04:00
Zack Rauen 356c7e89fa Fix settings issue
Fixes #795
Closes #792
2021-05-22 01:51:16 -04:00
Zack Rauen fd43ebf7b8 Clean up code, add more linting, update emote styling 2021-04-12 01:07:00 -04:00
Zack Rauen ebba553ed2 Switch how assets are handled 2021-04-07 20:31:02 -04:00
Zack Rauen a223806060 Add a few small features
- Fixes colored text
- Fixes detach window not showing saved css (closes #635)
- Adds option to prevent Discord from hijacking the media keys (closes #410)
- Adds command line flag to launch a vanilla version of Discord `--vanilla` (closes #337)
- Adds option for app-wide ctrl+shift+c shortcut for inspect element (closes #349)
- Adds emote blocklist to BdApi via `BdApi.Emotes.blocklist` (closes #408)
2021-04-02 23:16:23 -04:00
Zack Rauen 74b2dace04 Restructure BD into a small mono-repo
This is a repo-wide refactor that introduces the injector to the main branch.

The new architecture is as such:
common/
injector/
renderer/
2021-03-06 03:30:16 -05:00