Releases: UnifierHQ/unifier
3.9.3
3.9.2
A quick fix for 3.9.1 because I forgot something
🔧 Bug fixes and other improvements
- Fixed Unifier Bridge not supporting custom prefixes
- Other fixes (I don't have time for this because I broke a lot of things)
3.9.1
A quick patch release that fixes a bug and also adds custom prefixes.
⚙️ Unifier System updates
- Added the ability to set custom command prefixes for a server or yourself
- If message proxies (like Tupperbox) conflict with Unifier's prefix, you can set custom prefixes to prevent such conflicts.
🔧 Bug fixes and other improvements
- Fixed a bug where an unnecessary space was being added to the end of slash command signatures in the help command
3.9.0
Unifier v3.9.0 is here, with Universal commands, new Filters and safety features!
🚀 Bridge updates
- Added a new Suspected Spam Filter
- Added a new Massping Filter
- Added an option to automatically toggle Under Attack Mode if Filters are triggered too much
- Revamped the message reporting UI to be more user-friendly
⚙️ Unifier System updates
- Started work on Universal commands (slash + text)
- Some commands in System Manager and Bridge have already been ported to Universal commands
🧩 Modifier updates
- Modifiers can now install custom Filters to a Unifier instance
- Modifiers must declare when UnifierBridge.send is first called for Filter result logging
3.8.4
A minor release that adds a community guidelines link to the about command.
🔧 Bug fixes and other improvements
- What I just said above
3.8.3
A minor release for accessibility improvements.
🚀 Bridge updates
- Added ability to ignore prefixes
🔧 Bug fixes and other improvements
- Fixed webhook names not showing on reply indicator buttons
- Fixed autocomplete not working for private rooms command
3.8.2
A quick bugfix for 3.8.0 again.
🔧 Bug fixes and other improvements
- Fixed files not bridging properly on some platforms
3.8.1
A quick bugfix for 3.8.0.
🔧 Bug fixes and other improvements
- Fixed message deletes not relaying properly
- Fixed some errors in the console
3.8.0
Unifier v3.8.0 is here after a long break! This update brings new features and fixes to Unifier to make your experience even better. Thank you for using Unifier!
We're testing out a new layout for our release notes to make things more organized, especially when we have updates packed with new features like this one. Please give us feedback on our Discord, Revolt or Guilded servers!
🚀 Bridge updates
- Introducing Filters! Easily configure what you want and what you don't want in your rooms.
- Relaying message edits and deletes can now be disabled
- Rooms can now be marked as NSFW to prevent non-NSFW channels from joining them
- Similarly, non-NSFW rooms will prevent NSFW channels from joining them.
- Added option to pause sending your messages to rooms
- Allowed webhooks not created by the bot to send messages to rooms
- Removed addbridge and delbridge commands in favor of webhooks Filter
- Legacy content scan behavior is now deprecated
- Bridge cache backups will now use Zstandard instead of LZMA for better performance
- Bridge cache backups can now be stored encrypted
⚙️ Unifier System updates
- Unifier now requires Python 3.12 or newer
- Added SecureStorage for storing data encrypted
- TokenStore now uses AES-256-GCM instead of AES-256-CBC
- Conversion from CBC to GCM is handled on boot, so don't worry about this much.
- Enhanced security of TokenStore
🧩 Modifier updates
- Modifiers must now declare required tokens in its metadata to get access to them
🔧 Bug fixes and other improvements
- Bridge performance has been optimized by eliminating the ~20-30ms latency caused by starting an aiomultiprocess Worker
- Simplified Bridge logic for better maintainability
- Upgrader dependency management bugfix
3.8.0-rc.1
Release candidate for v3.8.0.