Browse Source

update changelog for release [no ci]

pull/1262/head v0.7.8-beta
Jason Dove 3 years ago
parent
commit
ed816e4b06
  1. 5
      CHANGELOG.md
  2. 2
      ErsatzTV/Shared/MainLayout.razor

5
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/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [Unreleased]
## [0.7.8-beta] - 2023-04-29
### Added ### Added
- Add `Season, Episode` playback order - Add `Season, Episode` playback order
- This is currently *only* available when a show is added directly to a schedule - 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. - 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.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.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 [0.7.5-beta]: https://github.com/jasongdove/ErsatzTV/compare/v0.7.4-beta...v0.7.5-beta

2
ErsatzTV/Shared/MainLayout.razor

@ -148,7 +148,7 @@
private MudTheme _ersatzTvTheme => new() private MudTheme _ersatzTvTheme => new()
{ {
Palette = new Palette Palette = new PaletteDark
{ {
ActionDefault = "rgba(255,255,255, 0.80)", ActionDefault = "rgba(255,255,255, 0.80)",
Primary = "#009000", Primary = "#009000",

Loading…
Cancel
Save