Version bump to 0.17.6.

This commit is contained in:
Buster Neece 2022-12-05 09:12:50 -06:00
parent d8c24e119b
commit e61e4b89c2
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
3 changed files with 23 additions and 3 deletions

View File

@ -5,6 +5,16 @@ release channel, you can take advantage of these new features and fixes.
## New Features/Changes
## Code Quality/Technical Changes
## Bug Fixes
---
# AzuraCast 0.17.5 (Dec 5, 2022)
## New Features/Changes
- **High-Performance Now Playing Updates are Back!** A few versions ago, we had to retire our previous
high-performance (Websocket/SSE) Now Playing updates system due to an error in the library on Ubuntu 22.04. We have
since found an excellent replacement library and implemented it. If you're using Websockets or Server-Sent Events (
@ -16,10 +26,20 @@ release channel, you can take advantage of these new features and fixes.
- Web Hooks can now also be dispatched specifically when a song changes _and_ a DJ/streamer is live.
## Code Quality/Technical Changes
## Technical Changes
- When uploading a background or custom album art, whatever format is supplied (between PNG, JPG and WEBP) will be the
format saved to disk. If possible, we recommend using WebP as it offers significant bandwidth savings.
## Bug Fixes
- Fixed a bug where posting URLs required "https://" prefixes but the documentation specifically said not to include
them.
- Fixed an issue where malfunctioning stations would restart infinitely, causing excessive CPU load.
- Fixed a template issue preventing the service worker from working on public player pages.
---
# AzuraCast 0.17.5 (Nov 21, 2022)

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.5';
public const FALLBACK_VERSION = '0.17.6';
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.5
version: 0.17.6
servers:
-
url: 'https://demo.azuracast.com/api'