Skip to content

Releases: Together-Java/TJ-Bot

v.2.4

03 Feb 08:19
Compare
Choose a tag to compare

Overview

This release is another step towards the command migration. Also, it polishes a lot of the existing commands.

Highlights in this release are:

  • adding /top-helpers
  • adding reply-to option to /tag

Changelist

Commands

  • adding /top-helpers
  • adding reply-to option to /tag
  • UX for audit logs (removed title)
  • UX for free/busy messages (hint how to use /free)
  • bugfix for /vc-activity when giving high values
  • bugfix for /tag-manage raw (leading spaces are not shown)

Platform

  • bugfix with broken encoding in unit tests
  • adding message and event receivers
  • adding routines
  • adding config template

PRs

New Contributors

Full Changelog: v.2.3...v.2.4

v.2.3

10 Jan 08:09
Compare
Choose a tag to compare

Overview

This release is the next step towards migrating our existing commands to TJ-Bot.

Contents

The highlight in this release are more moderation commands, such as warn, mute, unmute and temporary bans. But we also have some nice bug fixes and improvements.

  • /warn command
  • /mute and /unmute commands
  • temporary bans and mutes
  • improved ux of /tag command (John used /tag foo)
  • bugfix on /vc-activity command
  • removed /db-get and /db-put commands

v.2.2

14 Dec 12:48
Compare
Choose a tag to compare

This release is the next step towards migrating our existing commands to TJ-Bot.

The highlight in this release is the migration of the help-system with the new /free command. But we also have some nice bug fixes and improvements.

  • added /free channel system and command
  • added /audit command
  • improved /tags list
  • fixes /tag-manage raw not displaying correctly
  • fixed /vc-activity crashes

v.2.1

10 Dec 16:20
Compare
Choose a tag to compare

Hotfix release to fix the critical RCE vulnerability in log4j, no other changes have been made.

v.2.0

19 Nov 09:30
Compare
Choose a tag to compare

Version 2.0 is all about migrating existing commands. This first release on this major version adds:

  • the tag system (/tags, /tag, /tag-manage),
  • moderation commands (/ban, /unban, /kick) - but not yet on a level to replace Dyno
  • the mod audit log (mods can easily review all moderation actions),
  • the LaTeX command (/tex)
  • and voice chat activities (/vc-activity)

v.1.1 Command system overhaul

07 Oct 16:54
Compare
Choose a tag to compare

We go public 🎉

This version introduces the new command system and various other improvements. Available commands are:

  • /reload
  • /ping
  • /db get, /db put

The bot is now in a state that allows the rest of the community to easily participate as well.

v.1.0 Initial Release

13 Sep 18:30
Compare
Choose a tag to compare

The first version of the bot contains basic commands, such as !ping, !dbget, !dbput.

It runs smooth and mostly intended for testing and polishing.