From acf6b7cf5804c975802af5cc394b4b7b5aa6066b Mon Sep 17 00:00:00 2001 From: Kwoth Date: Fri, 13 Dec 2024 08:28:55 +0000 Subject: [PATCH] docs: updated changelog, updated version --- CHANGELOG.md | 16 ++++++++++++++++ src/NadekoBot/NadekoBot.csproj | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37bc9ab3a..dea0534f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [5.3.1] - 13.12.2024 + +## Changed + +- `.translate` will now use 2 embeds, to allow for longer messages +- Added role icon to `.inrole`, if it exists +- `.honeypot` will now add a 'Honeypot' as a ban reason. + +## Fixed + +- `.winlb` looks better, has a title, shows 9 entries now +- `.sar ex` help updated +- `.banner` partially fixed, it still can't show global banners, but it will show guild ones correctly, in a good enough size +- `.sclr` will now show correct color hexes without alpha +- `.dmcmd` will now correctly block commands in dms, not globally + ## [5.3.0] - 10.12.2024 ## Added diff --git a/src/NadekoBot/NadekoBot.csproj b/src/NadekoBot/NadekoBot.csproj index c4db39f2e..3d64b2720 100644 --- a/src/NadekoBot/NadekoBot.csproj +++ b/src/NadekoBot/NadekoBot.csproj @@ -4,7 +4,7 @@ enable true en - 5.3.0 + 5.3.1 $(MSBuildProjectDirectory)