Skip to content

Releases: UnifierHQ/unifier

3.9.3

20 Feb 22:03
bed9c9a
Compare
Choose a tag to compare

This should be the last fix we need for 3.9.1. We're really sorry for the inconvenience!

🔧 Bug fixes and other improvements

  • Fixed editing not working sometimes

3.9.2

20 Feb 21:54
21c1be2
Compare
Choose a tag to compare

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

20 Feb 21:27
2fd899d
Compare
Choose a tag to compare

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

20 Feb 18:41
e55f9fa
Compare
Choose a tag to compare

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

16 Feb 23:55
88d8667
Compare
Choose a tag to compare

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

14 Feb 09:13
34b9f73
Compare
Choose a tag to compare

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

13 Feb 20:18
b0aa341
Compare
Choose a tag to compare

A quick bugfix for 3.8.0 again.

🔧 Bug fixes and other improvements

  • Fixed files not bridging properly on some platforms

3.8.1

13 Feb 13:15
dd19291
Compare
Choose a tag to compare

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

10 Feb 18:23
f962f29
Compare
Choose a tag to compare

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

10 Feb 17:25
1c80d20
Compare
Choose a tag to compare
3.8.0-rc.1 Pre-release
Pre-release

Release candidate for v3.8.0.