Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 1.36 KB

Changelog

0.5.2

  • Fixed library not being properly updated as result of missing game title
  • Fixed game uninstall not working

0.5.1

  • Fixed library games not being updated/shown

0.5.0

  • Compatability with latest Amazon Games App version introducing a new library database

0.4.3

  • Extended logging to log db errors

0.4.2

  • Fixed another non critical error when trying to import owned games

0.4.1

  • Fixed non critial error when trying to import local games

0.4.0

  • Added Running state to local games
  • Fixed app not closing after game closes
  • Removed InstallGame feature due to no known way available to start the installation from outside the app
  • Small improvements regarding registry access

0.3.1

  • Security: Update aiohttp dependency

0.3.0

  • Add workaround for missing/delayed library synchronisation
  • Update splash wording in regards to end of game support in the Twitch App
  • Update dependencies
  • Fix switch of variables in library updates
  • Fix error in logs if database table does not exist

0.2.0

  • Replace "Twitch Prime" with "Prime Gaming"
  • Add timeout for library updates
    • Owned games: every 10 minutes
    • Installed games: every minute
  • Fetch installed games from SQLite database instead of registry
  • Minor improvements

0.1.1

  • Add OSCompatability check to allow installation of games

0.1.0

  • Initial Version