Skip to content

Releases: UnifierHQ/unifier

v2.0.6-patch

29 Jun 20:53
Compare
Choose a tag to compare
  • Fixed serverside bans not being properly applied to servers

v2.0.6

29 Jun 12:27
Compare
Choose a tag to compare
  • New u!map command to automatically bind channels to rooms based on the channel name (and create rooms if the corresponding room does not exist)
  • OSS attributions are now shown in u!about
  • Bind and map commands now defer updates
  • Command not found errors are suppressed

v1.2.5-patch3

29 Jun 21:27
Compare
Choose a tag to compare
  • Fixed serverside bans not being properly applied to servers

v1.1.15-patch

29 Jun 21:28
Compare
Choose a tag to compare
  • Fixed serverside bans not being properly applied to servers

v2.0.5

27 Jun 19:39
Compare
Choose a tag to compare
  • Made UnifierMessage a part of UnifierBridge
  • Unifier now converts channel and emoji mentions to text when bridging to a different platform
  • Owners can view the full traceback on Discord when a command they run raises an error
  • Fix Unifier not working on Python 3.11 and older due to f-strings

v2.0.4-patch2

24 Jun 12:16
Compare
Choose a tag to compare
  • Reduce Revolt API calls for replies

v2.0.4-patch

22 Jun 16:25
Compare
Choose a tag to compare
  • Fix Stage Channel messages being bridged

v2.0.4

22 Jun 15:15
Compare
Choose a tag to compare
  • Change embed colors to be consistent with Unimojis colors
  • Add Revolt reactions support
  • Fix Revolt Support Plugin not working properly
  • Fix reply names not working correctly

v2.0.3-patch

17 Jun 12:31
Compare
Choose a tag to compare
  • Fix message cache backups not being backed up properly

v2.0.3

15 Jun 13:49
Compare
Choose a tag to compare
  • Improved Bridge latency (time between on_message event and UnifierBridge.send call) from ~250ms to <1ms by avoiding webhook fetching where possible
  • Improved speed for messages with attachments by concurrently processing attachments for each target server
  • Adds encrypted config.json and data.json file backup system
  • Fixes a bug where Unifier may crash when the on_ready event is called twice