Skip to content

Commit

Permalink
Updates for v1.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: John Strunk <[email protected]>
  • Loading branch information
JohnStrunk committed May 22, 2023
1 parent 507af62 commit 6b93275
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Download

.. admonition:: Download the latest version

Version 1.0.1 - 02/10/2023 - `wahoo-results.exe
<https://github.com/JohnStrunk/wahoo-results/releases/download/v1.0.1/wahoo-results.exe>`_ |br|
Version 1.1.0 - 05/22/2023 - `wahoo-results.exe
<https://github.com/JohnStrunk/wahoo-results/releases/download/v1.1.0/wahoo-results.exe>`_ |br|
See it (and previous releases) on the `GitHub releases page.
<https://github.com/JohnStrunk/wahoo-results/releases>`_

Expand Down

0 comments on commit 6b93275

Please sign in to comment.