Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Releases: DarkOnion0/ADZTBotV2

v1.0.0

20 Mar 20:32
bb49d60
Compare
Choose a tag to compare

Hey this is the first major release of the project 🥳
The bot can now be used in production with a bug-free experience (a least for now 😉) !!!

🚀 New Features (from the latest stable release)

  • Add the delete command
  • Add new command line flags
  • Add user stats in the stats command
  • Add delete_remote_images.sh script to delete untagged docker images on ghcr
  • Add a bot admin role to allow privilege escalation
  • Add GitHub actions support
  • Add the register command
  • Add the post command
  • Add the vote command
  • Add the stats command
  • Add ping command
  • Add JSON log with zerolog
  • Add build.sh to cross-build multiple arch and much more 😉

v1.0.0-rc.1

09 Mar 17:09
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

🚀 New Features

  • Add the delete command
  • Add new command line flags
  • Add user stats in the stats command
  • Add delete_remote_images.sh script to delete untagged docker images on ghcr
  • Add a bot admin role to allow privilege escalation
  • Add GitHub actions support

🔧 Changes

  • Rename basic-command to ping and change its answer
  • Update error handling
  • Improve logs by adding JSON support with zerolog
  • Improve build script by adding cross-compilation support
  • Update project name in go.mod and all the files of the project

🐛 Bug fix

  • Many bugs 😅

v1.0.0-beta.1

19 Dec 15:26
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

All the provided build are only for Linux. If you need support for another plateform in the future, please create an issue

This is the first beta release of the project 🌞

🚀 New Features

  • Add the register command
  • Add the post command
  • Add the vote command
  • Add the stats command