Skip to content

Commit

Permalink
4.1.1 changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tempest15 committed Oct 1, 2022
1 parent a9434f0 commit e1079b1
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 @@ -12,7 +12,7 @@ plugins {
}

group = "org.hyacinthbots.lilybot"
version = "4.1.0"
version = "4.1.1"

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

This release cleans up quite a few errors and small missing features from the 4.1.0 release.
It also temporarily removes reminders as they are completely broken and need to be re-written.
Lastly, it removes the KordEx Mappings extension as Lily is no longer a Minecraft-focused bot.

Change:
* remove reminders
* remove mappings extension
* switch to xml for logback
* add a jump button to edit logging
* no longer log edited messages from bots

Fix:
* message edits going to member log
* Lily's online embed in production
* message attachments on message edit and delete logs

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

0 comments on commit e1079b1

Please sign in to comment.