From 9742e1eef73042b12ca50b577b8ec88a4ab46fa5 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Fri, 20 May 2022 09:11:16 -0500 Subject: [PATCH] update changelog for release v0.5.8-beta [no ci] --- CHANGELOG.md | 5 ++++- ErsatzTV.Core/FFmpeg/FFmpegPlaybackSettingsCalculator.cs | 2 +- ErsatzTV.Core/FFmpeg/FFmpegProcessBuilder.cs | 2 +- ErsatzTV.Core/Scheduling/PlayoutBuilder.cs | 2 +- LICENSE | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c23b26c4..cb7a2a80c 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.5.8-beta] - 2022-05-20 ### Fixed - Fix error display with `HLS Segmenter` and `MPEG-TS` streaming modes - Remove erroneous log messages about normalizing framerate on channels where framerate normalization is disabled @@ -1208,7 +1210,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.5.7-beta...HEAD +[Unreleased]: https://github.com/jasongdove/ErsatzTV/compare/v0.5.8-beta...HEAD +[0.5.8-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.5.7-beta...v0.5.8-beta [0.5.7-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.5.6-beta...v0.5.7-beta [0.5.6-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.5.5-beta...v0.5.6-beta [0.5.5-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.5.4-beta...v0.5.5-beta diff --git a/ErsatzTV.Core/FFmpeg/FFmpegPlaybackSettingsCalculator.cs b/ErsatzTV.Core/FFmpeg/FFmpegPlaybackSettingsCalculator.cs index e01348616..c9f71f556 100644 --- a/ErsatzTV.Core/FFmpeg/FFmpegPlaybackSettingsCalculator.cs +++ b/ErsatzTV.Core/FFmpeg/FFmpegPlaybackSettingsCalculator.cs @@ -1,6 +1,6 @@ // zlib License // -// Copyright (c) 2021 Dan Ferguson, Victor Hugo Soliz Kuncar, Jason Dove +// Copyright (c) 2022 Dan Ferguson, Victor Hugo Soliz Kuncar, Jason Dove // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/ErsatzTV.Core/FFmpeg/FFmpegProcessBuilder.cs b/ErsatzTV.Core/FFmpeg/FFmpegProcessBuilder.cs index 300a6541b..c65e46a0b 100644 --- a/ErsatzTV.Core/FFmpeg/FFmpegProcessBuilder.cs +++ b/ErsatzTV.Core/FFmpeg/FFmpegProcessBuilder.cs @@ -1,6 +1,6 @@ // zlib License // -// Copyright (c) 2021 Dan Ferguson, Victor Hugo Soliz Kuncar, Jason Dove +// Copyright (c) 2022 Dan Ferguson, Victor Hugo Soliz Kuncar, Jason Dove // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/ErsatzTV.Core/Scheduling/PlayoutBuilder.cs b/ErsatzTV.Core/Scheduling/PlayoutBuilder.cs index 5446cb940..20b83a0b8 100644 --- a/ErsatzTV.Core/Scheduling/PlayoutBuilder.cs +++ b/ErsatzTV.Core/Scheduling/PlayoutBuilder.cs @@ -426,7 +426,7 @@ public class PlayoutBuilder : IPlayoutBuilder // loop until we're done filling the desired amount of time while (playoutBuilderState.CurrentTime < playoutFinish) { - _logger.LogDebug("Playout time is {CurrentTime}", playoutBuilderState.CurrentTime); + // _logger.LogDebug("Playout time is {CurrentTime}", playoutBuilderState.CurrentTime); // get the schedule item out of the sorted list ProgramScheduleItem scheduleItem = playoutBuilderState.ScheduleItemsEnumerator.Current; diff --git a/LICENSE b/LICENSE index 65574e16a..62a7dad92 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ zlib License -Copyright (c) 2021 Jason Dove +Copyright (c) 2022 Jason Dove This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages