Skip to content

Releases: ileukocyte/hibernum

Version 3.3

18 Jul 02:36
Compare
Choose a tag to compare

Features

  • Slash subcommand handling:
    • The add and remove subcommands for the &timeout slash command
    • The generate and read subcommands for the &qr slash command
  • The standalone &removetimeout command has been removed in favor of the aforementioned &timeout's respective subcommand

Trivia

  • Voice chat message handling due to JDA's update
  • Round counter for the &rps command
  • Turn response redesign for the &tictactoe command
  • Maximal reason length update for the &timeout command
  • &akinator debugging is now available for non-developers (albeit still an unlisted option)
  • Dynamic bot description for the &about command

Technical Updates

Full Changelog: 3.2.1...3.3

Version 3.2.1

17 Jul 19:53
Compare
Choose a tag to compare

Trivia

Full Changelog: 3.2...3.2.1

Version 3.2

17 Jul 19:38
Compare
Choose a tag to compare

Features

Trivia

  • The &invite command has been removed in favor of the newly added bot invitation button in its Discord profile
  • The &kick command has been removed in favor of the built-in Discord command which Hibernum's alternative brings nothing new in comparison with the functionality of

Full Changelog: 3.1...3.2

Version 3.1

16 Jul 01:48
Compare
Choose a tag to compare

Features

Trivia

  • A confirmation message for the &stop command
  • Markdown and mention sanitizing for the &tti command
  • Local profile picture link in the &user command
  • The "ephemeral" option for the &about, &invite, &ping, and &uptime commands
  • The first track announcement is no longer deleted after &stop/&leave if the song is queued via a slash command
  • Slash option description lowercasing fix for the &help command

Technical Updates

Full Changelog: 3.0.3...3.1

Version 3.0.3

15 Jul 03:29
Compare
Choose a tag to compare

Trivia

  • The amount of songs per page in the &queue command was increased to 10
  • A modal input for &char when no slash command input is provided
  • Contrary to the limit of 20 characters, the current limitation for the &char command is 25 unique characters
  • A minor markdown fix for the &queue and &nowplaying commands
  • Some aliases were added:
    • &execute and &kotlin aliases for the &eval command
    • &latency alias for the &ping command
    • &clear-playlist and &clear-queue aliases for the &stop command
  • A few even more useless ones were removed…

Technical Updates

  • Unknown interaction error response handling for the &eval command
  • GenericCommand's id property has been removed
  • Button, select menu, and modal interaction handling for GenericCommand instead of TextCommand exclusively (just in case)
  • Command system partial refactor
  • Automation of retrieving the bot's default permissions for the default invite link

Version 3.0.2

14 Jul 23:16
Compare
Choose a tag to compare

Trivia

  • Enhancement for the check if the current text channel is NSFW for the &akinator and &urban commands

Version 3.0.1

14 Jul 21:57
Compare
Choose a tag to compare

Technical Updates

Version 3.0

14 Jul 21:16
Compare
Choose a tag to compare

Features

  • User and message context menu commands:
  • More flexibility for the &prune command:
    • New filters ("All Attachments"/"No Attachments", "All Embeds"/"Bot Embeds", "GIFs", "Images", "Stickers", "Users Aside From", "Videos")
    • New text content filters ("Equals To", "Does Not Equal To")
    • Case sensitivity option for a text filter
  • File support for the &play slash command
  • &qr and &tti now get their text input from a modal (instead of a command single-line option) when they are used as slash commands

Trivia

  • The &jump command has been renamed to &seek (with keeping the former as an alias)
  • &kick rework for the cases of the bot itself getting kicked
  • The "Input Types" (see GenericCommand.InputType) field for the &help command
  • &negate is now an alias for the &invert command

Technical Updates

  • Fix of the issue with the logger dependency
  • A new command type named GenericCommand has been added; the Command and TextOnlyCommand types have been renamed to TextCommand and ClassicTextOnlyCommand respectively
  • Adding or removing a guild's music manager when the bot joins or leaves the guild respectively

Version 2.5.2

12 Jul 19:43
Compare
Choose a tag to compare

Trivia

  • A little design tweak for the &help command

Version 2.5.1

12 Jul 19:21
Compare
Choose a tag to compare

Trivia

  • Excessive information has been removed from &prune's help
  • Attachment negation optimization for the &invert command
  • The &invite command is now deprecated (and will be completely removed once the bot profile invitation button is supported on Discord on mobile)