Updated Changelog, version upped to 5.1.11

Ellie might grumble about the ngrpc marmalade not being able to load but it should be fine
This commit is contained in:
Toastie 2024-10-03 19:14:24 +13:00
parent a321cdbe55
commit 4338df0b38
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
8 changed files with 35 additions and 30 deletions

View file

@ -2,6 +2,26 @@
Mostly based on [keepachangelog](https://keepachangelog.com/en/1.1.0/) except date format. a-c-f-r-o
## [5.1.11] - 03.10.2024
### Added
- Added `%user.displayname%` placeholder. It will show users nickname, if there is one, otherwise it will show the username.
- Nickname won't be shown in bye messages.
- Added initial version of grpc api. Beta
### Fixed
- Fixed a bug which caused `.bye` and `.greet` messages to be randomly disabled
- Fixed `.lb -c` breaking sometimes, and fixed pagination
### Changed
- Youtube now always uses `yt-dlp`. Dropped support for `youtube-dl`
- If you've previously renamed your yt-dlp file to youtube-dl, please rename it back.
- ytProvider in data/searches.yml now also controls where you're getting your song streams from.
- (Invidious support added for .q)
## [5.1.10] - 24.09.2024
### Fixed