From 42cbb7f62683f5f66393940fdd36cd4a3acab25b Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sun, 3 Jul 2022 23:00:12 +0200 Subject: [PATCH] Updated CHANGELOG.md, Upped version to 4.2.14 --- CHANGELOG.md | 18 ++++++++++++++++++ src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc636df2..cd46f8031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [4.2.14] - 03.07.2022 + +### Added + +- Added `.log userwarned` (Logging user warnings) +- Claiming `.timely` will now show a button which you can click to set a reminder +- Added `%server.icon%` placeholder +- Added `warn` punishment action for protection commands (it won't work with `.warnp`) + +### Changed + +- `.log userbanned` will now have a ban reason +- When `.die` is used, bot will try to update it's status to `Invisible` + +### Fixed + +- Fixed elipsis character issue with aliases/quotes. You should now be able to set an elipsis to be an alias of `.quoteprint` + ## [4.2.13] - 30.06.2022 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 0d89010ec..cf8427aec 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -7,7 +7,7 @@ namespace NadekoBot.Services; public sealed class StatsService : IStatsService, IReadyExecutor, INService { - public const string BOT_VERSION = "4.2.13"; + public const string BOT_VERSION = "4.2.14"; public string Author => "Kwoth#2452";