Updated changelog.md

This commit is contained in:
Kwoth
2022-08-06 17:56:14 +02:00
parent 57f839dbcd
commit 9572b9dc43
2 changed files with 14 additions and 1 deletions

View File

@@ -4,14 +4,27 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
## Unreleased ## Unreleased
## [4.3.3] - 06.08.2022
### Added ### Added
- Added `betroll` option to `.bettest` command - Added `betroll` option to `.bettest` command
- Added `.xpshopbuy` and `.xpshopuse` convenience commands
- Added an optional preview url to teh xp shop item config model which will be shown instead of the real Url
### Changed
- Updated position of Username and Club name on the .xp card
- Improved text visibility on the .xp card
### Fixed ### Fixed
- Possibly fixed .trivia not stopping bug
- Fixed very low payout rate on `.betroll` - Fixed very low payout rate on `.betroll`
- Fixed an issue with youtube song resolver which caused invalid data to be cached - Fixed an issue with youtube song resolver which caused invalid data to be cached
- Added client id to the cache key as a potential fix for VoiceXp 'bug'. The solution may be to use different redis instances for each bot, or to switch from botCache: from 'redis' to 'memory' in creds.yml
- Bot owner should now be able to buy items from the xpshop when patron requirement is set
- Fixed youtube-dl caching invalid data. Please use yt-dlp instead
## [4.3.2] - 28.07.2022 ## [4.3.2] - 28.07.2022

View File

@@ -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.3.2"; public const string BOT_VERSION = "4.3.3";
public string Author public string Author
=> "Kwoth#2452"; => "Kwoth#2452";