Releases: UnifierHQ/unifier
Releases · UnifierHQ/unifier
v2.0.6-patch
- Fixed serverside bans not being properly applied to servers
v2.0.6
- 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
- Fixed serverside bans not being properly applied to servers
v1.1.15-patch
- Fixed serverside bans not being properly applied to servers
v2.0.5
- 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
- Reduce Revolt API calls for replies
v2.0.4-patch
- Fix Stage Channel messages being bridged
v2.0.4
- 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
- Fix message cache backups not being backed up properly
v2.0.3
- Improved Bridge latency (time between
on_message
event andUnifierBridge.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