Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Releases: shirokumacode/overwatch-omnic-rewards

v1.3.3

17 Jun 16:29
Compare
Choose a tag to compare

Changelog:

  • b2acd1c Fixed incorrect UI rendering issue on Linux (issue #24)

v1.3.2

05 Jun 18:27
Compare
Choose a tag to compare

Changelog:

  • 3ad383f Better error handling for buggy 2022 OWL season, no manual intervention needed when checking fails (issue #23)
  • 83b34b2 Changed default checking time from 10min to 5min to minimize time not tracked when OWL tracking endpoints are erratic
  • (PR #16) Added Docker support - Thanks to a1d4r

v1.3

05 May 19:50
3b9fc51
Compare
Choose a tag to compare

Changelog:

Fixes app to new OWL Season 2022. Sorry for taking a bit to update it.

  • 4822178 Fixed account setup invalid URL to get user ID - Issue #9
  • 33b1b8e Fixed tracking endpoints for OWL season 2022 - Issue #11
  • b76f7a6 Updated app to Python 3.10

IMPORTANT NOTE: I've noticed that the tracking endpoints have been error'ing randomly on this first day of OWL 2022. This is a Blizzard problem and there is nothing I can do to solve it. It is possibly they are getting hammered by unexpected traffic. If you see your circle disappearing or turning red when watching on overwatchleague.com this is why. The app will tell you Watcher HTTP error 503 with a notification. You can perform a "Check now" until it goes away otherwise the app will wait your check time before trying again (default is 10min, can be changing in the settings)

v1.2.1

12 Sep 20:26
Compare
Choose a tag to compare

Changelog:

Fix Co-Streams on OWL channel (example OWC finals) that have rewards disabled. This caused the app to emit "OWL seems Live, not tracking", because it detected the OWL website had a live stream but couldn't track time due to rewards disabled.

  • da037ce App now properly checks if the streams have rewards enabled. In case they don't, the app won't watch/track by default
  • 1e644c7 New Experimental setting - Force tracking when rewards are disabled. This makes the app disregard whether or not the stream has rewards enabled and tries to watch/track. Can create "OWL/OWC seems live, not tracking" errors when enabled. To be used on last resort.
  • 010b15b Linux Build - Fix app not saving current watch time on Logging Out/Shutdown/Reboot due to building the app under a virtual environment (pipenv). Now the app is built with system PyQt package and properly grabs the Desktop session. In case there is any problems with the new build, open an issue. Reference Bug: https://bugreports.qt.io/browse/QTBUG-95004

v1.2

29 Aug 20:44
4449f1f
Compare
Choose a tag to compare

Changelog:

  • New Arguments
    • c222148 -cf FILE or --config FILE -> Use a different config file. Must be in the same directory/folder as the app
    • c222148 -hf FILE or --history FILE -> Use a different history file. Must be in the same directory/folder as the app
    • 45a095b -c or --cli -> Command Line version. Doesn't require X11/SystemTray. Replaces old --quiet argument. To use this mode you should already have a config file with an account configured (config.json > { "account": "123456789"})
  • 71fcfbd Fix small bug when a user is watching OWL and toggles "Watch OWC" and vice-versa

v1.1.1

09 Aug 11:48
Compare
Choose a tag to compare

This is probably the last release I will do (except possible bugfixes). If you have any ideas or features your want, open a discussion and if they are feasible I will implement them.

Changelog:

  • 7c1e159 Fixed stats dialog getting words cut out due to fixed size

v1.1

05 Aug 21:54
Compare
Choose a tag to compare

Changelog:

  • ec260b9 Small fixes on unintended behaviours when changing settings
  • 349b1c4 Fixed a possible memory leak when Settings Dialog is opened
  • 9924e87 Stats Dialog now reflects current watch time and while opened auto-updates its values every minute

v1.0.1

31 Jul 01:47
Compare
Choose a tag to compare

New

Automated builds using Github Actions.

Open an issue/discussion if you find any problems in the builds

v1.0

30 Jul 20:02
0a26aa4
Compare
Choose a tag to compare

Changelog:

  • e078b79 ce58b86 f577f16 386ced5 29c756c Refactored and reformated lots of code (new classes and more modularity)
  • 147e7d4 055958f New Settings action and window
  • 4af56dc 23d7206 You can now personalize left click and middle click though the settings menu
    • You can set to Open Youtube (current livestream when live otherwise OWL channel page)
    • You can set to Open OWL/OWC website (if not live defaults to OWL)

Important

The Windows executable was build using Github Actions. I have no way to test as I currently can't access my Windows machine. Please open a issue/discussion if it doesn't work

v0.9.4

16 Jul 11:51
Compare
Choose a tag to compare

Changelog

  • f9e514c Fix double time showing when timeout happen while "watching"
  • 2782d1e Relaxed timeout timings for unstable internet
  • a3b8a1b Left Click now opens system tray context menu

For the Next Release
This will probably be the last release before 1.0. New features draft for 1.0:

  • Settings Window (Removed OWL/OWC check actions from context menu, less clutter)
  • Ability to personalize Left Click and Middle Click. Actions should be:
    • None
    • Open Context Menu
    • Open OWL/OWC
    • Open Youtube Stream link (fallback OWL/OWC)