Skip to content

Releases: BetterDiscord/BetterDiscord

BetterDiscord v1.8.4

14 Dec 20:30
Compare
Choose a tag to compare

This fixes the right click crashing issues.

v1.8.3

13 Dec 01:16
Compare
Choose a tag to compare

What's Changed

  • Change LICENSE + update and clean several parts of repo by @rauenzi in #1459
  • Change how patching modules works by @rauenzi in #1474
  • Remove emote system and related modules and references by @rauenzi in #1467

Full Changelog: v1.8.2...v1.8.3

BetterDiscord v1.8.2

17 Oct 22:06
Compare
Choose a tag to compare

BetterDiscord v1.8.1

15 Oct 22:16
Compare
Choose a tag to compare

BetterDiscord v1.8.0

11 Oct 21:08
Compare
Choose a tag to compare

BetterDiscord v1.7.0

27 Sep 03:45
b2aae54
Compare
Choose a tag to compare

BetterDiscord v1.6.3

17 Aug 00:40
Compare
Choose a tag to compare

Just a few fixes

BetterDiscord v1.6.2

11 Aug 21:47
Compare
Choose a tag to compare

Quick fix for yet another Discord change.

BetterDiscord v1.6.1

09 Aug 17:37
Compare
Choose a tag to compare
  • Fixed an issue where waitForModule would not return the found module.
  • Fixed an issue where broken addon METAs could prevent BD from fully loading.
  • Fixed an issue where developer badges stopped rendering.

BetterDiscord v1.6.0

09 Aug 17:41
Compare
Choose a tag to compare

Added

  • Better handling and fallback when the editor fails to load. (Thanks Qb)
  • Now able to sort addons by whether they're enabled. (Thanks TheGreenPig)
  • New Webpack API added for plugin developers to take advantage of.

Removed

Changed

  • Addon loading no longer uses require
  • Addon error modal updated (Thanks Qb)
  • Fixed plugin error display on the modal

Fixed

  • Fixed dispatcher changes by Discord