Releases: jaydenmilne/steamsync
steamsync 0.4.2
steamsync 0.4.1
Broke the readmes in the last release, this release fixes them.
Steamsync 0.4.0
Move to poetry, code cleanup and some stability improvements. Published pip version is finally up-to-date.
New Features:
- itch.io
- xbox
- legendary
- Fetch album art
Autogenerated Release Notes
- Support adding games from itch.io app by @idbrii in #8
- Add support for xbox/windows store games by @idbrii in #9
- Download art for all non-steam game shortcuts by @idbrii in #10
- enumerate_steam_accounts: Different Friends for different folks by @rootbeer in #15
- Add more transformations for matching steam ids by @idbrii in #13
- Launch all xbox games with explorer by @idbrii in #12
- Prevent crash when itch game doesn't have cover art by @idbrii in #17
- Feature/legendary support by @dyyd in #25
New Contributors
Full Changelog: 0.3.0...0.4.0
Added a GUI, wow!
Here's the GUI! It's pretty rough, but functional
SHA-256: 0EAAE5C79B8BC8DD35D3FD44718B871369A2177EF096B54204A2873F2A4C6C0C
Add better error handling, path joining
Fix error when there are no shortcuts
When there are no shortcuts, fixes error caused by not having any shortcuts (#4)
Fix crash when run on machine with only one Steam account
Traceback (most recent call last):
File "c:\Users\l-ste\Documents\GitHub\steamsync\src\steamsync.py", line 380, in <module>
steamid = prompt_for_steam_account(accounts)
File "c:\Users\l-ste\Documents\GitHub\steamsync\src\steamsync.py", line 236, in prompt_for_steam_account
return accounts[0][0]
TypeError: 'SteamAccount' object is not subscriptable
Use URI instead of path to executable
See https://jayd.ml/games/2020/05/19/epicgamesstore-uri.html
Fixes GTAV. Still has working icons too!
NOTE
If you used steamsync prior to this, I would delete your current shortcuts.vdf
and rename the original one (shortcuts-{earliest-timestamp}.vdf.bak
) shortcuts.vdf
. Since this version of steamsync
uses a different shortcut format, if you don't do this, each game you add will be listed twice.
Attempt to fix some decoding errors
Should resolve #1
Install dependencies correctly
Partial fix for #1, I thought I had included dependencies correctly