Skip to content

Releases: JohnStrunk/wahoo-results

Release v1.2.1

04 Dec 01:30
v1.2.1
6de6206
Compare
Choose a tag to compare

Changed

💡 Updated documentation link

Fixed

🐛 Handle AttributeError from ipinfo lib

Release v1.2.0

04 Sep 22:43
v1.2.0
3354c28
Compare
Choose a tag to compare

Added

  • ✨ Added automated e2e testing

Fixed

  • 🐛 Only watch for changes in the startlist directory to prevent infinite loop while processing start lists
  • 🐛 Poll the event queue instead of sending an event to fix "main thread not in main loop" error
  • 🐛 Fix crash when getting socket information
  • 🐛 Fix crash when "%" appears in the title
  • 🐛 Improve UI responsiveness by allowing tkinter to process events while handling event queue
  • 🐛 Handle errors while publishing results to Chromecast
  • 🐛 Don't re-probe Chromecast devices if their UUID has already been seen
  • 🐛 Handle errors when trying to contact GitHub for update check

Release v1.1.0

22 May 23:22
v1.1.0
7dd0582
Compare
Choose a tag to compare

Added

  • ✨ Added documentation about required configuration when using Chromecast w/ GoogleTV devices
  • ✨ Add ability to customize background image brightness
  • ✨ Switch to custom Chromecast receiver app
  • ✨ Dynamically determine local IP address when contacting Chromecast. This should make the app more robust when the local IP address changes.

Fixed

  • 🐛 Fix crash at startup w/ non-existant config file (oops... sorry folks 😢)
  • 🐛 Enqueue startlists to be processed in main thread to avoid tkinter error

Release v1.0.1

11 Feb 01:33
v1.0.1
5939ca7
Compare
Choose a tag to compare

Fixed

  • 🐛 Decrease image refresh interval to prevent Chromecast timeout

Release v1.0.0

05 Feb 20:28
v1.0.0
91bc1e5
Compare
Choose a tag to compare

Changed

  • ℹ️ Major overhaul of UI and code structure

Release v0.8.1

19 Jul 13:07
v0.8.1
098102c
Compare
Choose a tag to compare

Fixed

  • 🐛 Properly determine start list filenames for event numbers < 100

Release v0.8.0

03 Jul 23:25
v0.8.0
c48e189
Compare
Choose a tag to compare

Added

  • ✨ Swimmer names that are too long to display are automatically shortened
  • ✨ Added documentation for using Wahoo Results with Meet Maestro

Fixed

  • 🐛 Fix sorting of event numbers when writing dolphin CSV

Release v0.7.0

23 Jun 22:07
v0.7.0
cf2945a
Compare
Choose a tag to compare

Fixed

🐛 Gracefully handle Chromecast removal messages from untracked devices

Added

✨ Application now has a startup splash screen
✨ Waiting screen now uses the specified background image

Changed

ℹ️ Application now has a new icon
ℹ️ Executable is now built w/ UPX enabled to decrease the size of the binary.

Version v0.6.2

14 May 14:56
v0.6.2
55ae4bb
Compare
Choose a tag to compare

Fixed

  • 🐛 Properly disconnect from Chromecasts when probing to prevent leaking threads

Version 0.6.1

17 Jan 19:39
v0.6.1
993f10c
Compare
Choose a tag to compare

Fixed

  • 🐛 Catch and report errors if config file isn't writable