From 8a6625f19fed831d24711b66fbf0b5ee2a8e218a Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Mon, 21 Jun 2021 03:15:50 -0500 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2d814b1..0f48ebe8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ release channel, you can take advantage of these new features and fixes. ## New Features/Changes -- +- You can now embed the "Schedule" panel from the station's profile into your own web page as an embeddabl component. + +- Mount point updates: + - You can now broadcast in Ogg FLAC format. + - You can now specify a maximum connected time in seconds, after which listeners are automatically disconnected. + +- Podcast episodes now take advantage of the same multi-part uploader that our Media Manager already uses, making + uploading larger files simple and avoiding file size issues. ## Code Quality/Technical Changes @@ -13,7 +20,10 @@ release channel, you can take advantage of these new features and fixes. ## Bug Fixes -- We've added some extra information on how to enable ShoutCast DNAS Premium features in the `Edit Profile` panel under `Broadcasting`. +- Fixed a bug where files that included certain special non-ASCII characters would never be read or processed. + +- We've added some extra information on how to enable ShoutCast DNAS Premium features in the `Edit Profile` panel + under `Broadcasting`. ---