From e1079b10c5f9c8c7d711869aca7a9fe8e8682251 Mon Sep 17 00:00:00 2001 From: tempest15 Date: Fri, 30 Sep 2022 23:07:47 -0400 Subject: [PATCH] 4.1.1 changelog and version bump --- build.gradle.kts | 2 +- docs/changelogs/4.1.1.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/changelogs/4.1.1.md diff --git a/build.gradle.kts b/build.gradle.kts index 8fd5a782..2c99945c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { } group = "org.hyacinthbots.lilybot" -version = "4.1.0" +version = "4.1.1" repositories { mavenCentral() diff --git a/docs/changelogs/4.1.1.md b/docs/changelogs/4.1.1.md new file mode 100644 index 00000000..1184c825 --- /dev/null +++ b/docs/changelogs/4.1.1.md @@ -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)