Skip to content

Releases: tsukasa/BdBrowser

BdBrowser v1.10.2.20240619

19 Jun 14:46
4b41a4f
Compare
Choose a tag to compare

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

28 Mar 05:55
0ce02b9
Compare
Choose a tag to compare

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

15 Mar 13:44
aced1e5
Compare
Choose a tag to compare

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

11 Nov 11:23
49f0252
Compare
Choose a tag to compare

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

01 Nov 17:33
2e03402
Compare
Choose a tag to compare

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

20 Oct 17:58
a0d9f0d
Compare
Choose a tag to compare

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

20 Oct 09:24
58b9cf4
Compare
Choose a tag to compare

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

02 Oct 21:18
ba478e0
Compare
Choose a tag to compare

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