Skip to content

Commit

Permalink
Bump to 4.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed May 1, 2023
1 parent 60fe029 commit 00e3231
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

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

repositories {
mavenCentral()
Expand Down
19 changes: 19 additions & 0 deletions docs/changelogs/4.x.x/4.8.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# LilyBot 4.8.5

This update fixes a bug and deprecate log uploading.
You can find the full changelog below

New:
* Tags can now be 4096 characters long, quite why you'd want a tag that's 4kB long I don't know, but you can do that now
* Lily will send a message in a gallery channel when permissions are broken for her

Change:
* Role menu buttons are now GuildButtons
* Upgradle to 8.1.1
* The role mention check now takes into account the `Mention @everyone, @here and All Roles` permission

Fix:
* Old tags are no longer deleted before the new tag is validated fixing wierd issues in editing
* Hopefully stop reminder randomly disappearing and subsequently multi-pinging as we're properly checking reminders before deleting them now

You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.8.4...v4.8.5)

0 comments on commit 00e3231

Please sign in to comment.