From ed816e4b063a8eccf4d4bbbf7b618df8d4a19eeb Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Sat, 29 Apr 2023 20:48:24 -0500 Subject: [PATCH] update changelog for release [no ci] --- CHANGELOG.md | 5 ++++- ErsatzTV/Shared/MainLayout.razor | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9fb1d4d..3f1b27ad2 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.7.8-beta] - 2023-04-29 ### Added - Add `Season, Episode` playback order - This is currently *only* available when a show is added directly to a schedule @@ -1640,7 +1642,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.7.7-beta...HEAD +[Unreleased]: https://github.com/jasongdove/ErsatzTV/compare/v0.7.8-beta...HEAD +[0.7.8-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.7.7-beta...v0.7.8-beta [0.7.7-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.7.6-beta...v0.7.7-beta [0.7.6-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.7.5-beta...v0.7.6-beta [0.7.5-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.7.4-beta...v0.7.5-beta diff --git a/ErsatzTV/Shared/MainLayout.razor b/ErsatzTV/Shared/MainLayout.razor index fb3530140..0deb9349a 100644 --- a/ErsatzTV/Shared/MainLayout.razor +++ b/ErsatzTV/Shared/MainLayout.razor @@ -148,7 +148,7 @@ private MudTheme _ersatzTvTheme => new() { - Palette = new Palette + Palette = new PaletteDark { ActionDefault = "rgba(255,255,255, 0.80)", Primary = "#009000",