Tag stable version 0.19.4.

This commit is contained in:
Buster Neece 2024-01-04 19:06:18 -06:00
parent 3a66909b03
commit 8d455f1c9b
No known key found for this signature in database
3 changed files with 15 additions and 2 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.19.4 (Jan 4, 2024)
## New Features/Changes
- **Passwordless Login with Passkeys**: You can now associate passkeys (also known as WebAuthn) with your account and
then automatically log in with those passkeys any time. Popular passkeys include those provided by your operating
system (i.e. Windows Hello or Apple's Safari passkey system) or may be provided by third-party software (like
@ -36,6 +46,9 @@ release channel, you can take advantage of these new features and fixes.
## Bug Fixes
- An issue causing audio recordings to break the station filesystem was fixed by Liquidsoap, and the fixed version is
included in this version of AzuraCast.
- A bug causing fade/cue/etc. values on media of "0" or "0.0" to not properly disable crossfading/etc. has been fixed.
---

View File

@ -18,7 +18,7 @@ use Throwable;
final class Version
{
/** @var string Version that is displayed if no Git repository information is present. */
public const FALLBACK_VERSION = '0.19.3';
public const FALLBACK_VERSION = '0.19.4';
private string $repoDir;

View File

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