Skip to content

Releases: Rivixer/SGGW-inf-bot-discord

v0.9.2

30 Sep 07:47
Compare
Choose a tag to compare

What's Changed:

  • Added the /message add_attachment command to add an attachment to an existing message
  • Changed the attachment option in the /message remove_element command to attachments to remove all attachments from a message

Full Changelog: v0.9.1...v0.9.2

v0.9.1

11 Sep 10:05
Compare
Choose a tag to compare

What's Changed:

  • Fixed duplicate content of log files
  • Removed class properties that are deprecated in python 3.11

Full Changelog: v0.9.0...v0.9.1

v0.9.0

09 Sep 11:06
Compare
Choose a tag to compare

What's Changed:

  • Added the ability to add custom plugins
  • Reduced the requirements.txt file size

Full Changelog: v0.8.4...v0.9.0

v0.8.4

18 Apr 11:28
Compare
Choose a tag to compare

What's Changed:

  • Renamed /message remove to /message remove_element
  • Added a condition for selecting at least one element to be removed in /message remove_element
  • Added the /message delete comamnd to delete messages sent by the bot
  • Changed the bullet character in the calendar embed

Full Changelog: v0.8.3...v0.8.4

v0.8.3

22 Mar 23:05
Compare
Choose a tag to compare

What's Changed:

  • Fixed issue where user's display name was shown incorrectly
  • Renamed /calendar events_summary to /calendar summary
  • Events summary are now displayed in an embed with pagination
  • Implemented truncating of events in the calendar embed to prevent character limit errors
  • Added conditional display of additional information in the reminder message template

Full Changelog: v0.8.1...v0.8.3

v0.8.1

07 Mar 21:23
Compare
Choose a tag to compare

What's Changed:

  • Fixed reminder sent data was erroneously copied when copying an event, preventing the reminder from being sent for the copied event

Full Changelog: v0.8.0...v0.8.1

v0.8.0

05 Mar 20:41
Compare
Choose a tag to compare

What's Changed:

  • Refactored registration cog, added the /register_guest command to register a non-university member
  • Added reminders to events
  • Added hidden events to the calendar
  • Added the /calendar copy command to copy an event
  • Added /role_assignment reload_controllers command to reload controllers after adding/deleting files
  • Increased maximum length of the location input in the event modal
  • Updated version of the nextcord package
  • Improved information in the console about deleted events
  • Created InvalidSettingsFile class for catching invalid cog setting files
  • Fixed some typos

Full Changelog: v0.7.10...v0.8.0

v0.8.0-beta.5

01 Mar 17:08
Compare
Choose a tag to compare
v0.8.0-beta.5 Pre-release
Pre-release

New features:

  • Ability to copy events in the calendar

Fixes:

  • A hidden event was no longer hidden after editing it

Full Changelog: v0.8.0-beta.4...v0.8.0-beta.5

v0.8.0-beta.4

27 Feb 11:28
Compare
Choose a tag to compare
v0.8.0-beta.4 Pre-release
Pre-release

New features:

  • Implemented hidden events

Full Changelog: v0.8.0-beta.3...v0.8.0-beta.4

v0.8.0-beta.3

27 Feb 09:57
Compare
Choose a tag to compare
v0.8.0-beta.3 Pre-release
Pre-release

Fixes:

  • A reminder was deleted after editing an event
  • An event was copied after editing it

Full Changelog: v0.8.0-beta.1...v0.8.0-beta.3