From cdf77650592feba14b61765763ef18507e5d4402 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Thu, 14 Oct 2021 15:00:24 -0500 Subject: [PATCH] update changelog for release v0.1.4-alpha [no ci] --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71fafaf11..c48413822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [0.1.4-alpha] - 2021-10-14 ### Fixed - Fix error message/offline stream continuity with channels that use HLS Segmenter - Fix removing items from search index when folders are removed from local libraries @@ -20,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `Normal` guide mode will show all scheduled items in the channel guide (xmltv) - `Filler` guide mode will hide all scheduled items from the channel guide, and extend the end time for the previous item in the guide -## [0.1.3-alpha] - 2021-10-12 +## [0.1.3-alpha] - 2021-10-13 ### Fixed - Fix startup bug for some docker installations @@ -710,7 +712,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Initial release to facilitate testing outside of Docker. -[Unreleased]: https://github.com/jasongdove/ErsatzTV/compare/v0.1.3-alpha...HEAD +[Unreleased]: https://github.com/jasongdove/ErsatzTV/compare/v0.1.4-alpha...HEAD +[0.1.4-alpha]: https://github.com/jasongdove/ErsatzTV/compare/v0.1.3-alpha...v0.1.4-alpha [0.1.3-alpha]: https://github.com/jasongdove/ErsatzTV/compare/v0.1.2-alpha...v0.1.3-alpha [0.1.2-alpha]: https://github.com/jasongdove/ErsatzTV/compare/v0.1.1-alpha...v0.1.2-alpha [0.1.1-alpha]: https://github.com/jasongdove/ErsatzTV/compare/v0.1.0-alpha...v0.1.1-alpha