What's Changed
✨ Enhancements
- Add a new option in general settings to enable Discord's custom title bar for Linux (e860094) (by @yofukashino in #644)
- Apply themes and Quick CSS to popout windows and overlay (22bb37a) (by @yofukashino in #683)
- Add a list of addons or coremods applying plaintext patches to each patched webpack module for better debugging (6019e9c) (by @yofukashino in #639)
- Export
runtimeHashMessageKey
with thei18n
common module, helpful to use hashed message keys (6ac1e24) (by @yofukashino in #668)
🐞 Bug Fixes
- Fixed an issue with webpack chunk patching due to the new wasm loader entry script that has been added (ec3f73a) (by @yofukashino)
- Fixed an issue with how the webpack patch is loaded by ignoring all other entry scripts and only accept the main one (web) (c8264ea) (by @fedeericodl)
- Fixed an issue with
fluxHooks
being undefined due to theshallow-equal
module getting updated (b28d6d4) (by @fedeericodl) - Fixed an issue with custom slash commands not executing (244d556) (by @yofukashino in #684)
- Fixed an issue with the Quick CSS editor overflowing the settings page on Windows (6fc7c17) (by @Leo40Git in #687)
- Fixed an issue with some i18n strings that had incorrect syntax and improve consistency with Discord's strings (39a293f) (by @fedeericodl in #690)
📰 Other Changes
- Move patched modules scripts to the
/assets/patched/
directory (35fbc4d) (by @yofukashino in #693) - Dependencies updates (31ffdf7) (by @fedeericodl)
Full Changelog: v4.9.1...v4.9.2