From ca13684c0de8ac7752697ec6937843360227afda Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 6 Jul 2024 09:05:34 +0000 Subject: [PATCH] docs: Updated CHANGELOG. dev: upped version to 5.1.3 --- CHANGELOG.md | 16 ++++++++++++++++ src/NadekoBot/NadekoBot.csproj | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d50b9a624..cf5df6930 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.1.3] - 06.07.2024 + +### Added + +- Added `.quran` command, which will show the provided ayah in english and arabic, including recitation by Alafasy + +### Changed + +- Replying to the bot's message in the channel where chatterbot is enabled will also trigger the ai response, as if you pinged the bot. This only works for chatterbot, but not for nadeko ai command prompts + +### Fixed + +- Fixed `.stickeradd` it now properly supports 300x300 image uploads. +- Bot should now trim the invalid characters from chatterbot usernames to avoid openai errors +- Fixed prompt triggering chatterbot responses twice + ## [5.1.2] - 29.06.2024 ### Fixed diff --git a/src/NadekoBot/NadekoBot.csproj b/src/NadekoBot/NadekoBot.csproj index c6b7cb72d..27030b3cd 100644 --- a/src/NadekoBot/NadekoBot.csproj +++ b/src/NadekoBot/NadekoBot.csproj @@ -4,7 +4,7 @@ enable true en - 5.1.1 + 5.1.3 $(MSBuildProjectDirectory)