Releases: shirokumacode/overwatch-omnic-rewards
v1.3.3
v1.3.2
Changelog:
v1.3
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
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
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
v1.1
v1.0.1
New
Automated builds using Github Actions.
Open an issue/discussion if you find any problems in the builds
v1.0
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
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)