From 52c9ec670d51f5409f435696e9f96be7f157df1b Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 27 Sep 2021 10:57:10 +0200 Subject: [PATCH] Upped version to 3.0.6. Slightly updated hangman help string --- CHANGELOG.md | 11 +++++++++++ src/NadekoBot/Services/Impl/StatsService.cs | 2 +- .../data/strings/commands/commands.en-US.yml | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 576d8703a..5087d137e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,23 +4,33 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog. ## Unreleased +## [3.0.6] - 27.09.2021 + ### Added - .logignore now supports ignoring users and channels. Use without parameters to see the ignore list +### Changed + +- Hangman rewrite + - Hangman categories are now held in separate .yml files in data/hangman/XYZ.yml where XYZ is the category name + ### Fixed - Fixed an exception which caused repeater queue to break +- Fixed url field not working in embeds ## [3.0.5] - 20.09.2021 ### Fixed + - Fixed images not automatically reloading on startup if the keys don't exist - Fixed `.logserver` - it should no longer throw an exception if you had no logsettings previously ## [3.0.4] - 16.09.2021 ### Added + - Fully translated to Brazilian Portuguese 🎉 - Added `%server.boosters%` and `%server.boost_level%` placeholders - Added `DmHelpTextKeywords` to `data/bot.yml` @@ -28,6 +38,7 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog. - If no keywords are specified, bot will reply to every DM (like before) ### Fixed + - Possible fix for `.repeat` bug - Slight adjustment for repeater logic - Timer should no longer increase on some repeaters diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 0830730d4..17cdc7d34 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -19,7 +19,7 @@ namespace NadekoBot.Services private readonly IBotCredentials _creds; private readonly DateTime _started; - public const string BotVersion = "3.0.5"; + public const string BotVersion = "3.0.6"; public string Author => "Kwoth#2452"; public string Library => "Discord.Net"; diff --git a/src/NadekoBot/data/strings/commands/commands.en-US.yml b/src/NadekoBot/data/strings/commands/commands.en-US.yml index e9c2dbfe1..e749655ad 100644 --- a/src/NadekoBot/data/strings/commands/commands.en-US.yml +++ b/src/NadekoBot/data/strings/commands/commands.en-US.yml @@ -1321,11 +1321,11 @@ magicthegathering: args: - "about face" hangmanlist: - desc: "Shows a list of hangman term types." + desc: "Shows a list of hangman question categories." args: - "" hangman: - desc: "Starts a game of hangman in the channel. Use `{0}hangmanlist` to see a list of available term types. Defaults to 'all'." + desc: "Starts a game of hangman in the channel. You can optionally select a category `{0}hangmanlist` to see a list of available categories." args: - "" - "movies"