Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Releases: parafoxia/Solaris

1.2.2

28 Sep 12:44
Compare
Choose a tag to compare
  • Fixed unbanning by ID issue (#67)
  • Fixed issue where Solaris would not post a goodbye message if a bot left the server (#68)

1.2.1

28 Sep 12:43
Compare
Choose a tag to compare
  • Fixed permissions for viewing warn types (#62)
  • Updated the unban help text (#63)
  • Removed the ability to set @here as a configurable role (#65)

1.2.0

23 Sep 21:44
2b1223f
Compare
Choose a tag to compare

Next big version! This version adds the warn module, and fixes a bug in the help command.

1.1.2

12 Sep 19:20
92e3c97
Compare
Choose a tag to compare
  • Added hackban capabilities to the ban command (#55)
  • Fixed the "Created by" field in the emojiinfo command (#46)
  • Fixed a text rendering bug (#53)

1.1.1

11 Sep 12:36
649bd45
Compare
Choose a tag to compare

Mainly bug fixes in this version.

  • Fixed an issue surrounding ambiguity on subcommands in the help command (#45)
  • Fixed an issue where the messageinfo command would error when displaying info on embed-only and attachment-only messages (#48)
  • Fixed a display issue with the roleinfo command (#50)
  • Fixed an issue that made it impossible to set custom messages in most situations (#51)

1.1.0

02 Sep 14:54
Compare
Choose a tag to compare
  • Added new moderation commands that enable moderators to delete channels, categories, and roles (#37)
  • Added extra info commands: channelinfo, roleinfo, emojiinfo, and messageinfo and (#38)
  • Added issue and changelog commands to make it easier to submit bug reports, request new features, and see changes throughout Solaris (#41)
  • Reformatted the look of the detailedserverinfo command to be prettier and more consistent with other info commands (#42)
  • Fixed a bug where the embed constructor sometimes didn't set the correct colour (#40)
  • Fixed a major bug where the blocking role and admin role could not be configured
  • Changed the cooldown timers on the sync members and sync roles commands
  • Other minor changes and bug fixes

1.0.1

02 Sep 01:49
a38c94c
Compare
Choose a tag to compare

The first non-rc version, and the first version to be released while Solaris is on a bot list!

The changes in this version:

  • The help command now shows subcommands (#39).
  • If a command is on cooldown, the help command now shows how long until the cooldown expires.
  • The synchronise command and it's subcommands have had their info systems reformatted to fit with the new help standard.

1.0.0-rc.2

28 Aug 23:02
3f27970
Compare
Choose a tag to compare

Remember when I said I hopefully wouldn't need another rc version?

Here are the changes in this version:

  • The unban command can now unban members using IDs.
  • The library has been updated to v1.4.1.
  • Fixed #32, #34, and #35.

1.0.0-rc.1

22 Aug 21:34
4dbff3e
Compare
Choose a tag to compare

This is the first release candidate version of Solaris, meaning it is out of beta! This will be the version I apply for the Discord Bot List providing there are no issues. With any luck, there won't be a need for an rc.2 version.

Things added in this version:

  • An unban command
  • A leave command

Things changed in this version:

  • The userinfo command is now a little more useful when it comes to nicknames
  • Fixed an issue with the setup command.

1.0.0-beta.4

19 Aug 01:54
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release

I said beta.3 would be the last beta release before rc.1, but a lot of bugs in beta.3 were spotted, and have been fixed in beta.4.

The following fixes were implemented:

  • The retrieve command now returns the correct values for member roles and exception roles, albeit still raw formatted (#23)
  • DM'ing the bot no longer causes it to error (#26)
  • The number of roles for a member in the userinfo command and for a server in the serverinfo command are now correct (#27)
  • The gateway deactivation subroutine was made more bulletproof (#29)
  • The emoji limit in the serverinfo command is now correct (#30)

The following improvements were also made:

  • The nickname unhoister has been made more accurate, and now only strips characters that actually hoist nicknames (#24)
  • The nickname unhoister now has a strict mode that strips numbers. This is not enabled by default.
  • The help command is now better at explaining why you are not able to run a command (#28)