From 6b932756b4a4fcdef1af4d3ad8b2ebd00a686fa5 Mon Sep 17 00:00:00 2001 From: John Strunk Date: Mon, 22 May 2023 17:10:56 -0400 Subject: [PATCH] Updates for v1.1.0 release Signed-off-by: John Strunk --- Changelog.md | 19 ++++++++++++++++++- docs/download.rst | 4 ++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index ea3449dd..8c1b8c43 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### [Unreleased] +### [1.1.0] - 2023-05-22 + +#### Added + +- :sparkles: Added documentation about required configuration when using + Chromecast w/ GoogleTV devices +- :sparkles: Add ability to customize background image brightness +- :sparkles: Switch to custom Chromecast receiver app +- :sparkles: Dynamically determine local IP address when contacting Chromecast. + This should make the app more robust when the local IP address changes. + +#### Fixed + +- :bug: Fix UUID handling from ini file +- :bug: Enqueue startlists to be processed in main thread to avoid tkinter error + ### [1.0.1] - 2023-02-10 #### Fixed @@ -156,7 +172,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Initial release -[Unreleased]: https://github.com/JohnStrunk/wahoo-results/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/JohnStrunk/wahoo-results/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/JohnStrunk/wahoo-results/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/JohnStrunk/wahoo-results/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/JohnStrunk/wahoo-results/compare/v0.8.1...v1.0.0 [0.8.1]: https://github.com/JohnStrunk/wahoo-results/compare/v0.8.0...v0.8.1 diff --git a/docs/download.rst b/docs/download.rst index a33c955b..50a6dc0a 100644 --- a/docs/download.rst +++ b/docs/download.rst @@ -6,8 +6,8 @@ Download .. admonition:: Download the latest version - Version 1.0.1 - 02/10/2023 - `wahoo-results.exe - `_ |br| + Version 1.1.0 - 05/22/2023 - `wahoo-results.exe + `_ |br| See it (and previous releases) on the `GitHub releases page. `_