Update changelog.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-03-05 17:34:55 -06:00
parent b05e036ba1
commit 82ed6f651b
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,8 @@ release channel, you can take advantage of these new features and fixes.
- Web Hooks can now be triggered to dispatch when a station goes offline or comes online.
- You can now generate listener reports for specific time periods instead of just day ranges.
## Code Quality/Technical Changes
- We have removed the "?12345678" cache-busting timestamp query strings appended to the end of stream URLs. These have
@ -27,9 +29,16 @@ release channel, you can take advantage of these new features and fixes.
## Bug Fixes
- An issue with some stations crashing shortly after startup has been resolved. This was caused by a safety check we
added to the AutoDJ to check that AzuraCast was up and running at the same time; however, this caused issues with
stations that don't use the AzuraCast AutoDJ (i.e. stations that stream live or use remote playlists).
- We have identified an issue that would prevent backups from older than a few months ago from restoring correctly; this
issue has been resolved, so backups should now restore without any issue regardless of the backup's age.
- Several issues causing slowness in the Listener Report (especially the CSV generation) have been improved, so stations
with large listener counts should still be able to take advantage of this report in more scenarios.
---
# AzuraCast 0.12.1 (Feb 19, 2021)