Go to file
Zack Rauen bd35030437 some refactoring fixes #49 #53 #56 #51
Refactoring of Utils, bdSettingsStorage. Change load order to
quickEmoteMenu. Update 24hour patch. Update CDNs. Adjust emote render
patch. Move Emote cache check to render process. Officially remove
dependency on jquery-cookie
2018-10-14 03:45:56 -04:00
css intrnl... 2018-08-21 11:40:36 -04:00
data increment version in updater 2018-08-22 14:51:00 -04:00
js some refactoring fixes #49 #53 #56 #51 2018-10-14 03:45:56 -04:00
.eslintrc cleanup 2018-08-27 19:38:49 -04:00
LICENSE some refactoring fixes #49 #53 #56 #51 2018-10-14 03:45:56 -04:00
README.md emote stuff 2018-03-12 14:36:13 -04:00

README.md

BandagedBD

BandagedBD (Bandaged BetterDiscord) is a fork of the original BetterDiscord by Jiiks. This has a number of improvements over the original which is currently undergoing a full rewrite. In the interim, the current version has been unmaintained hence this fork existing. I will continue to maintain this fork until BDv2 comes out. I am helping to develop BDv2 as well so as release gets closer this fork will become less and less active.

Installation

Windows

Grab the exe file from the latest release on the releases page. Be sure you leave the last checkbox "Use Zere's Fork" checked when installing.

macOS/OS X

Grab the zip file from the latest release on the releases page.

Linux

See this link: https://gist.github.com/ObserverOfTime/d7e60eb9aa7fe837545c8cb77cf31172

What's Different

New Settings

Settings

UI

  • Redesigned plugin and theme cards with additional classes for themes to use
  • Additional tab in settings with additional settings.
  • CustomCSS editor from CodeMirror has been removed due to being bloated and having high cpu usage. Replaced with another lightweight editor
  • Prevent broken plugins from halting BD from loading
  • Speed up the loading process
  • Show startup errors in a modal

Startup

  • Add try...catch blocks to help prevent errors from crashing BD and Discord
  • Fix internal functions that some functions rely on such as onSwitch and onMessage
  • Add source and website as options for plugin and theme METAs
  • Allow themes to use spaces and apostrophes in their names
  • Prettier errors in console, useful for debugging

Emote Module

  • Emotes load asynchronously in the background (does not prevent the mod from loading anymore)
  • Several bug fixes including tooltips, modifiers and emote menu
  • Consolidate emotes to a single file
  • Revamp how emotes are injected—speedup

Misc

  • Fix Minimal Mode
  • Fix React errors when opening settings
  • Fix selected class disappearing when clicking an open tab
  • Create new alert modal for BdApi
  • Add toasts as notification option and in BdApi
  • Remove most jQuery dependency for speedup
  • Attach to settings when entering from right click
  • Patch PublicServers