Releases: tsukasa/BdBrowser
Releases · tsukasa/BdBrowser
BdBrowser v1.10.2.20240619
What's Changed
- Following the previous release, Discord has changed its module structure once more. Access to the StorageModule is seemingly no longer possible due to the way the classes are being initialized. As a mitigation, BdBrowser now saves an instance of window.localStorage before Discord deletes it and can use that reference internally in the LocalStorage class of the frontend. The instance is then deleted to ensure plugins cannot easily access it.
Full Changelog: v1.10.1.20240328...v1.10.2.20240619
BdBrowser v1.10.1.20240328
What's Changed
- Discord pushed updates, changing the structure of it's StorageModule. This caused the StorageModule identification in BdBrowser to fail, thus preventing the start of the VFS and, therefore, the execution of essentially the entire extension logic. This release contains the required fix to restore compatibility.
- Stack traces within BetterDiscord should no longer show the entire extension path, instead opting for a more readable "bdbrowser://renderer.js...".
Full Changelog: v.1.10.0.20240315...v1.10.1.20240328
BdBrowser v1.10.0.20240315
What's Changed
- Fix for a change in BetterDiscord that results in users no longer being able to upload themes and plugins through the "open folder" button in the respective settings panel (#33).
Full Changelog: v1.9.5.20231111...v.1.10.0.20240315
BdBrowser v1.9.5.20231111
What's Changed
- Fix for the unintended BetterDiscord injection on non-webapp pages using Discord's UserStore (Discussion).
Full Changelog: v1.9.5.20231101...v1.9.5.20231111
BdBrowser v1.9.5.20231101
What's Changed
- Pulled an updated version of BetterDiscord's preload patcher to keep it functioning.
- Updated the arRPC Bridge plugin and the HideDownloadAppsButton theme.
- Fixed the now-invalid selector for the runtime info.
Full Changelog: v1.9.4.20231021...v1.9.5.20231101
BdBrowser v1.9.4.20231021
What's Changed
- Hotfix for web requests not working as expected since 1.9.4.20231020.
Full Changelog: v1.9.4.20231020...v1.9.4.20231021
BdBrowser v1.9.4.20231020
What's Changed
- Fixed the issues caused by Discord's removal of the Buffer module in the webpack.
- Added missing license files to the
dist
folder. - Bump @babel/traverse from 7.22.11 to 7.23.2 by @dependabot in #27
Full Changelog: v1.9.3.20231002...v1.9.4.20231020
BdBrowser v1.9.3.20231002
What's Changed
- Removed
dist
directory in favour of GitHub's releases system. - Switched from npm to pnpm.
- Restructured the source-code and build process.
Full Changelog: https://github.com/tsukasa/BdBrowser/commits/v1.9.3.20231002