Changelog Additions (#5110)

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Buster "Silver Eagle" Neece <buster@busterneece.com>
This commit is contained in:
Mitch 2022-02-16 22:00:08 +00:00 committed by GitHub
parent 3580ccf80e
commit 505c334398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 2 deletions

View File

@ -10,6 +10,10 @@ release channel, you can take advantage of these new features and fixes.
incorporated several soft-reload improvements that allow us to rebuild configuration files without disconnecting
listeners. Both the "Restart to Apply Changes" and the "Restart System Broadcasting" link inside the 'Utilities'
submenu will now soft-reload, which will not disconnect listeners on Icecast.
- **Blocking User Agents**: Station owners can now block specific user agents (or user-agent patterns, with wildcards)
from connecting to their streams. This will prevent bots or malicious users from consuming excess bandwidth and appearing
in system-wide reports.
## Code Quality/Technical Changes
@ -19,6 +23,13 @@ release channel, you can take advantage of these new features and fixes.
installation, you can follow
the [instructions in our documentation](https://docs.azuracast.com/en/administration/docker/multi-site-installation).
- We have updated how we handle Listener Reports to significantly reduce both memory and overall processing times,
meaning stations with large listener counts can now more easily view and export reports for long time periods.
- Updated to Liquidsoap version 2.0.3 on Ansible and Docker, this change includes some stability fixes and a patch for a
memory leak within Liquidsoap version 2.0.2. We are still working on resolving some minor issues with it. Refer to our
megathread for more information [#5017](https://github.com/AzuraCast/AzuraCast/issues/5017)
## Bug Fixes
- Fixed a bug where station base directories created with relative names would end up in `/var/azuracast/www/web`.
@ -29,9 +40,11 @@ release channel, you can take advantage of these new features and fixes.
- Fixed a bug where album art on the song requests page wouldn't respect "Prefer Browser URL" setting.
- Fixed a bug where Liquidsoap wasn't calculating the ReplayGain values of tracks due to a missing binary
- Fixed a bug where Liquidsoap wasn't calculating the ReplayGain values of tracks due to a missing binary.
- Added a missing Liquidsoap operator call to apply calculated ReplayGain values on the stream
- Added a missing Liquidsoap operator call to apply calculated ReplayGain values on the stream.
- Fixed an issue with backups failing to run and certain logs failing to view correctly.
---