Minor stable bump (#5642)

* Minor stable bump.

* format fix

* final bit, promise.

missed changelog bit

* reword changelog
This commit is contained in:
Mitch 2022-08-07 00:38:12 +01:00 committed by GitHub
parent 9de4498aac
commit 7e27fd42a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 7 deletions

View File

@ -7,6 +7,18 @@ release channel, you can take advantage of these new features and fixes.
## Code Quality/Technical Changes
## Bug Fixes
---
# AzuraCast 0.17.3 (Aug 3, 2022)
- Note: Development has slowed down while we continue to assist SilverEagle as he continues to find a new long term home.
If you wish to assist SilverEagle during these times, please review this GitHub issue - [#5593](https://github.com/AzuraCast/AzuraCast/issues/5593)
## New Features/Changes
## Code Quality/Technical Changes
- In previous versions, "Jingle Mode" playlists wouldn't appear when displayed to users _or_ in the listener timeline
reports. This makes it difficult to diagnose the full playback history of the station. The station playback timeline
will now include jingle playlists, while they will remain hidden from public view.
@ -15,6 +27,12 @@ release channel, you can take advantage of these new features and fixes.
- Fixed a bug where the station could not be skipped if a Remote URL playlist was enabled.
- Fixed a bug with logging (Liquidsoap, Docker, etc) to reduce CPU load issues.
- Fixed missing city fields in listener data.
- Fixed renewal checks & minor ACME issues for HTTPs (Thanks to skoerfgen)
---
# AzuraCast 0.17.2 (Jul 5, 2022)

View File

@ -18,10 +18,7 @@ This file will include the majority of the known issues we're aware of with Azur
### High Priority Bugs
We class bugs as 'high priority' when it impacts a large amount of users, related to CPU and Memory usages or security bugs. These bugs can be complex to debug and requires a large amount of investigation and reviewing by our team.
- Abnormally high CPU and Memory usages for Liquidsoap (Impacts 0.15 onwards) [#5099](https://github.com/AzuraCast/AzuraCast/issues/5099)
- Docker installations `overlay` sub directories consuming abnormally high storage (Impacts very limited users) [#5127](https://github.com/AzuraCast/AzuraCast/issues/5127) [#5077](https://github.com/AzuraCast/AzuraCast/issues/5077)
### Medium Priority
@ -33,8 +30,6 @@ We class bugs as 'high priority' when it impacts a large amount of users, relate
- Remote Album Art can't find artwork that exists on Last.FM [#5103](https://github.com/AzuraCast/AzuraCast/issues/5103)
- No metadata for FLAC mount point (Upstream issue) - [#5008](https://github.com/AzuraCast/AzuraCast/issues/5008)
### Low Priority

View File

@ -16,7 +16,7 @@ use Symfony\Component\Process\Process;
final class Version
{
/** @var string Version that is displayed if no Git repository information is present. */
public const FALLBACK_VERSION = '0.17.2';
public const FALLBACK_VERSION = '0.17.3';
public const UPDATE_URL = 'https://docs.azuracast.com/en/getting-started/updates';
public const CHANGELOG_URL = 'https://github.com/AzuraCast/AzuraCast/blob/main/CHANGELOG.md';

View File

@ -5,7 +5,7 @@ info:
license:
name: 'Apache 2.0'
url: 'https://www.apache.org/licenses/LICENSE-2.0.html'
version: 0.17.2
version: 0.17.3
servers:
-
url: 'https://demo.azuracast.com/api'