mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Upped version, updated CHANGELOG.md
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -3,6 +3,17 @@
|
|||||||
|
|
||||||
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
||||||
|
|
||||||
|
## [4.2.2] - 15.06.2022
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Added missing Patron Tiers and fixed Patron pledge update bugs
|
||||||
|
- Prevented creds_example.yml error in docker containers from crashing it
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rss feeds will now show error counter before deletion
|
||||||
|
|
||||||
## [4.2.1] - 14.06.2022
|
## [4.2.1] - 14.06.2022
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -130,6 +141,7 @@ Note: Results of each `.youtube` query will be cached for 1 hour to improve perf
|
|||||||
|
|
||||||
- `.rh` no longer needs quotes for multi word roles
|
- `.rh` no longer needs quotes for multi word roles
|
||||||
- `.deletexp` will now properly delete server xp too
|
- `.deletexp` will now properly delete server xp too
|
||||||
|
- Fixed `.crypto` sparklines
|
||||||
- [dev] added support for configs to properly parse enums without case sensitivity (ConfigParsers.InsensitiveEnum)
|
- [dev] added support for configs to properly parse enums without case sensitivity (ConfigParsers.InsensitiveEnum)
|
||||||
- [dev] Fixed a bug in .gencmdlist
|
- [dev] Fixed a bug in .gencmdlist
|
||||||
- [dev] small fixes to creds provider
|
- [dev] small fixes to creds provider
|
||||||
@@ -139,15 +151,6 @@ Note: Results of each `.youtube` query will be cached for 1 hour to improve perf
|
|||||||
- `.ddg` removed.
|
- `.ddg` removed.
|
||||||
- [dev] removed some dead code and comments
|
- [dev] removed some dead code and comments
|
||||||
|
|
||||||
### Obsolete
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Fixed `.crypto` sparklines
|
|
||||||
|
|
||||||
## [4.1.6] - 14.05.2022
|
## [4.1.6] - 14.05.2022
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
|
|||||||
|
|
||||||
public sealed class StatsService : IStatsService, IReadyExecutor, INService
|
public sealed class StatsService : IStatsService, IReadyExecutor, INService
|
||||||
{
|
{
|
||||||
public const string BOT_VERSION = "4.2.1";
|
public const string BOT_VERSION = "4.2.2";
|
||||||
|
|
||||||
public string Author
|
public string Author
|
||||||
=> "Kwoth#2452";
|
=> "Kwoth#2452";
|
||||||
|
Reference in New Issue
Block a user