Skip to content

Commit

Permalink
Bump to version 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Sep 12, 2023
1 parent f2d7dee commit 0bd8543
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group = "org.hyacinthbots.lilybot"
version = "4.8.5"
version = "4.9.0"

repositories {
mavenCentral()
Expand Down
19 changes: 19 additions & 0 deletions docs/changelogs/4.x.x/4.9.0.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0bd8543

Please sign in to comment.