Compare commits

...

1 Commits
5.0.3 ... 4.2.3

Author SHA1 Message Date
Kwoth
caf9409192 Upped version to 4.2.3 2022-06-17 04:42:19 +02:00
2 changed files with 9 additions and 1 deletions

View File

@@ -3,6 +3,14 @@
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
## [4.2.3] - 17.06.2022
### Fixed
- Fixed `.timely` nullref bug and made it nicer
- Fixed `.streamrole` not updating in real time!
- Disabling specific Global Expressions should now work with `.sc` (and other permission commands)
## [4.2.2] - 15.06.2022
### Fixed

View File

@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
public sealed class StatsService : IStatsService, IReadyExecutor, INService
{
public const string BOT_VERSION = "4.2.2";
public const string BOT_VERSION = "4.2.3";
public string Author
=> "Kwoth#2452";