• 2.7.1 0f399cb58c

    2.7.1 - A fast api fix
    All checks were successful
    Build Gradle project / build-gradle-project (push) Successful in 2m43s
    Stable

    moonleay released this 2024-01-29 15:56:39 +00:00 | 10 commits to master since this release

    This is a small update to fix a bug with the api deserializer. Thats it. more features will come, when I have more free time again.

    Changes since the last release:

    fix:

    • fixed exception with the api deserializer, Bot now works again
    Downloads
  • 2.7.0 8612ef92a7

    2.7.0 - The rotation command, API rewrite
    Some checks failed
    Build Gradle project / build-gradle-project (push) Failing after 18s
    Stable

    moonleay released this 2024-01-19 21:53:26 +00:00 | 13 commits to master since this release

    Yay, I finally had the time to do a proper update to lilJudd! POGGIES! This one is rather huge, containing a complete rewrite of the API Code (at least the Schedule part of it since the others are not needed yet, they are not implemented).

    Changes since the last release:

    feat:

    • new rotation command
    • rewrote JSON deserializer

    fix:

    • made StatusUpdater update the status slower to avoid issues with Discords rate limiting

    chore:

    • upgraded dependencies
    • upgraded gradle to 8.5
    Downloads
  • 2.6.8 7d442bd224

    2.6.8 - upgrading dependencies
    All checks were successful
    Build Gradle project / build-gradle-project (push) Successful in 3m39s
    Stable

    moonleay released this 2023-12-19 09:37:38 +00:00 | 32 commits to master since this release

    I really have to implement the docker building into the ci. I forgot to create the tag again last time.

    Changes since the last release:

    fix:

    • fixed issues from upgrading dependencies

    chore:

    • upgraded gradle
    • upgraded Kord-Extensions
    • upgraded Exposed
    • upgraded PostgeSQL
    • upgraded Ktor
    Downloads
  • 2.6.6 f3003ace7e

    2.6.6 - small fix
    All checks were successful
    Build Gradle project / build-gradle-project (push) Successful in 3m24s
    Stable

    moonleay released this 2023-12-06 18:01:31 +00:00 | -2 commits to master since this release

    fix: fixed a number offset in a util class. Thanks @Cookieso for the PR!

    Downloads
  • 2.6.4 5bf19e578b

    2.6.4 - Map rotation status & bug fixes
    All checks were successful
    Build Gradle project / build-gradle-project (push) Successful in 2m59s
    Stable

    moonleay released this 2023-10-06 23:33:00 +00:00 | 3 commits to master since this release

    Again. A lot of shadow updates between this and the last one. I had issues with the git server and couldn't do a proper update. Anyway, long story short: the all updates are available on the docker hub.

    Changes since the last release:

    feat:

    • added the Splatoon3.ink api for access to the current modes, maps and other data
    • added api cache
    • added api cache updater
    • made the bot show the current modes and maps in the playing status

    fix:

    • fixed the AvailabilityManager not being able to find data in the database
    • fixed the way timestamps were saved on the DB

    chore:

    Downloads
  • 2.5.6 f762e18b1f

    2.5.6 - Matchplanner update, dependency upgrades, improvements & more
    All checks were successful
    Build Gradle project / build-gradle-project (push) Successful in 2m41s
    Stable

    moonleay released this 2023-09-17 12:13:48 +00:00 | 22 commits to master since this release

    I didn't do a Release for a long time. There were some updates though, I was too lazy to do a proper release, sorry. The updates are available on the docker hub.

    Changes since the last release:

    feat:

    • added a decline option to the match planner
    • improved database formatting
    • created Database repository classes to improve usability and re-usability of transactions
    • roles now update on button presses
    • improved color handling
    • improved performance

    fix:

    • fixed roles not updating properly
    • fixed weekstamp not saving in the right format
    • now only the current server's roles get updated

    chore:

    • updated documentation
    • improved code structure
    • upgraded to Kotlin 1.9.10
    • upgraded to Kord-Extensions 1.5.9-SNAPSHOT
    • upgraded to Krontab 2.2.0
    • upgraded DB driver
    • upgraded Ktor
    Downloads
  • 2.4.1 86771a36fb

    moonleay released this 2023-07-12 22:59:59 +00:00 | 109 commits to master since this release

    Note: I forgot to bump the version of the bot, before pushing this release. But only the docker image is affected. So please use version 2.4.2, if you intend on using the docker image.

    Tag message

    fix: fixed the role not updating issue for the time planner

    Downloads
  • 2.4.0 213cb45d6c

    moonleay released this 2023-07-12 11:36:31 +00:00 | 111 commits to master since this release

    Tag message

    feat: added MatchPlanner
    fix: fixed issues with TimeManager & AvailabilityManager

    Downloads
  • 2.3.0.1 5ffd3c7ccc

    moonleay released this 2023-06-28 21:23:52 +00:00 | 141 commits to master since this release

    feat: added planning notifier roles

    fix: fixed being able to register multiple instances of send-planning feature in one channel

    Tag message

    fix: fixed me forgetting to register a cronjob

    Downloads
  • 2.2.1.1 89e1c750f9

    moonleay released this 2023-06-15 06:57:08 +00:00 | 164 commits to master since this release

    Tag message

    fix: removed unused features from feature manage command, fixed timing in planning feature

    Downloads