Releases: UnifierHQ/unifier
Releases · UnifierHQ/unifier
3.5.9
- Fixes room management permissions check not working
3.5.8
- Fixes room data being synced across rooms for some reason AGAIN (this deserves its own blog article ngl)
3.5.7
- Fixes attachments not bridging from external platforms (again)
3.5.6
- Fixes attachments not bridging from external platforms
3.5.5
- Fixes room data being synced across rooms for some reason
3.5.4
- Fixes help command error when viewing sysmgr commands
- Fixes files not bridging to Discord when file size limit is 0 or smaller
3.5.3
- Backup limit can now be customized
- Fix missing argument handler
3.5.2
- Fixes upgrader not working
3.5.1
- Fixes help command
3.5.0
- User and moderator commands have been ported to slash!
- Admin and owner commands will remain on legacy text commands for the time being. You can always run
/help
to see a list of all commands.
- Admin and owner commands will remain on legacy text commands for the time being. You can always run
- Each platform can now have their own limit
- If the
global_filesize_limit
is smaller than the platform limit (unless the global limit is set to 0 or smaller), the global limit will be used.
- If the
- Custom slogan can now be set in config as
custom_slogan
- Terms of Service and Privacy Policy documents can now be set in config as
terms_url
andprivacy_url
respectively - All installation options now use Nextcord 3.0.0a
- Fixed duplicate page indicator in
/about
command - Localization and bug fixes