Skip to content

v.2.6

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 17:19
· 444 commits to develop since this release
v.2.6

Overview

In this release, we polish some of our commands, fix some bugs and add the scam blocker feature.

Highlights in this release are:

  • scam detection
  • changes on /tag-manage are logged
  • colorblind support for help system

Changelist

Commands

  • added the scam blocker system which detects, deletes and handles scam
  • added quarantine and /unquarantine for manual handling of scammers
  • /tag-manage changes are now logged in a channel
  • /top-helpers now supports selection of a month

Platform

  • udpated JDA-4 to JDA-5
  • added DiscordClientAction, utility to work with magic Discord commands
  • the audit log system will now skip actions agains the bot to keep the channel clearer
  • the suggestion system wont crash anymore when a user who blocked the bot sends a message

Misc

  • the help systems was adjusted to support colorblind users better
  • removed some code duplication that was flagged by Sonar
  • added some missing Javadoc that was flagged by Sonar

PRs

  • Skipping audit logs against bot message deletions by @Zabuzard in #395
  • Utility for in-app URL's by @Tais993 in #391
  • Adding /quarantine and /unquarantine by @Zabuzard in #398
  • Logging the /tag-manage command by @MaiTheLord in #296
  • Colorblind support for help system emojis by @Zabuzard in #410
  • Bugfix - Handling blocked users gracefully when reacting to their messages by @MaiTheLord in #412
  • Update JDA-4 to JDA-5 alpha 9 by @Tais993 in #420
  • Removed code duplication from role based moderation actions. by @MaiTheLord in #417
  • Detecting and blocking scam by @Zabuzard in #394
  • Optional month-selection for /top-helpers by @Zabuzard in #424
  • Added missing Javadoc for public return value by @Zabuzard in #431
  • Release v.2.6 by @Zabuzard in #433

New Contributors

  • @MaiTheLord made their first contribution in #296

Full Changelog: v.2.5...v.2.6