From 0bd8543c174594edcb2d8902355cc31299d488d7 Mon Sep 17 00:00:00 2001 From: NoComment1105 Date: Tue, 12 Sep 2023 17:20:06 +0100 Subject: [PATCH] Bump to version 4.9.0 --- build.gradle.kts | 2 +- docs/changelogs/4.x.x/4.9.0.md | 19 +++++++++++++++++++ gradle/libs.versions.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 docs/changelogs/4.x.x/4.9.0.md diff --git a/build.gradle.kts b/build.gradle.kts index 402c7317..0ab16aad 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "org.hyacinthbots.lilybot" -version = "4.8.5" +version = "4.9.0" repositories { mavenCentral() diff --git a/docs/changelogs/4.x.x/4.9.0.md b/docs/changelogs/4.x.x/4.9.0.md new file mode 100644 index 00000000..dd0c5a38 --- /dev/null +++ b/docs/changelogs/4.x.x/4.9.0.md @@ -0,0 +1,19 @@ +# LilyBot 4.9.0 + +This release removes th deprecated log uploading, expands the capabilities of the clear command and fixes many bugs +You can find the full changelog below + +New: +* Allow custom messages to be sent with bans, intended for adding Appeals Servers. This is part of the moderation config + +Change: +* The clear command can now clear different ranges of messages based on certain parameters. #348 +* Lily now uses the official Kotlin MongoDB driver, rather than KMongo. #351 +* Upgradle to 8.3 and update other dependencies + +Fix: +* Remove usage of deprecated username tags, making use of the new username system +* Fix bulk delete now working properly +* The permission checks on Auto-threading roles + +You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.8.5...v4.9.0) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0284f908..c1bce581 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # Plugins -kotlin = "1.9.0" +kotlin = "1.9.10" shadow = "8.1.1" detekt = "1.23.1" git-hooks = "0.0.2"