Skip to content

Releases: UnifierHQ/unifier

3.5.9

25 Oct 23:23
e4b03f5
Compare
Choose a tag to compare
  • Fixes room management permissions check not working

3.5.8

25 Oct 22:53
8163ee1
Compare
Choose a tag to compare
  • Fixes room data being synced across rooms for some reason AGAIN (this deserves its own blog article ngl)

3.5.7

25 Oct 17:20
6395f98
Compare
Choose a tag to compare
  • Fixes attachments not bridging from external platforms (again)

3.5.6

25 Oct 17:14
8f1df25
Compare
Choose a tag to compare
  • Fixes attachments not bridging from external platforms

3.5.5

25 Oct 06:51
ddeb2a6
Compare
Choose a tag to compare
  • Fixes room data being synced across rooms for some reason

3.5.4

24 Oct 22:05
98d50eb
Compare
Choose a tag to compare
  • 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

24 Oct 18:43
33edf62
Compare
Choose a tag to compare
  • Backup limit can now be customized
  • Fix missing argument handler

3.5.2

24 Oct 18:34
5b9fbd4
Compare
Choose a tag to compare
  • Fixes upgrader not working

3.5.1

24 Oct 18:30
4f8443d
Compare
Choose a tag to compare
  • Fixes help command

3.5.0

24 Oct 17:56
4010fb8
Compare
Choose a tag to compare
  • 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.
  • 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.
  • 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 and privacy_url respectively
  • All installation options now use Nextcord 3.0.0a
  • Fixed duplicate page indicator in /about command
  • Localization and bug fixes