Update changelog.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-03-18 04:50:13 -05:00
parent 9bba71392b
commit 9b8f8bd645
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ release channel, you can take advantage of these new features and fixes.
## Bug Fixes
- A bug preventing "Forgot Password" resets and login token generation from working was fixed.
- Deleting stations will no longer recursively delete their base directories. This is to prevent accidental deletion of
media that is used by other services. If you want to clear the media from a station, you should remove it prior to
deleting the station, or do so directly via the filesystem.
- Updating now automatically clears the unplayed station queue for all stations.
- A significant performance issue with the `station_queue` table has been identified and new indices have been added,