Version bump to 0.19.6.

This commit is contained in:
Buster Neece 2024-05-05 22:06:12 -05:00
parent 7dfafcaa12
commit c0cad34684
No known key found for this signature in database
3 changed files with 14 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.6 (May 5, 2024)
## New Features/Changes
- Several improvements have been made to Podcast functionality:
- You can now create podcasts that automatically synchronize with the contents of a media playlist; this is very
useful for uploading episodes of a podcast to your media directory, using the playlist to incorporate the podcast

View File

@ -26,7 +26,7 @@ use Throwable;
final class Version
{
/** @var string The current latest stable version. */
public const STABLE_VERSION = '0.19.5';
public const STABLE_VERSION = '0.19.6';
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.5
version: 0.19.6
servers:
-
url: 'https://demo.azuracast.com/api'
@ -3960,6 +3960,8 @@ components:
type: string
description_short:
type: string
is_enabled:
type: boolean
branding_config:
description: 'An array containing podcast-specific branding configuration'
type: array