WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: JohnStrunk/wahoo-results

Release v1.3.1

17 May 16:37
v1.3.1
7814fd9

Choose a tag to compare

Fixed

  • 🐛 Fix start list not populating due to empty (header-only) start list files.

Release v1.3.0

19 Mar 23:48
v1.3.0
dcc1f26

Choose a tag to compare

Added

  • ✨ Added support for Dolphin CSV files
  • ✨ Added ability to display DQs on the scoreboard
  • ✨ Added support for "Generic network file sharing" file format (Colorado Gen7 and others)

Changed

  • ℹ️ Changed internal representation of event and timing system data to be independent of the underlying data source so that it can be used with other data sources.

Fixed

  • 🐛 Increase timeout when sending to Chromecast to be more robust against network issues.
  • 🐛 Handle .do4 files with no event number

Release v1.2.1

04 Dec 01:30
v1.2.1
6de6206

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

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

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

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

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

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

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

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.