Skip to content

Releases: jaydenmilne/steamsync

steamsync 0.4.2

29 Dec 23:46
Compare
Choose a tag to compare

steamsync 0.4.1

26 Feb 21:02
031f1e6
Compare
Choose a tag to compare

Broke the readmes in the last release, this release fixes them.

Steamsync 0.4.0

26 Feb 20:56
Compare
Choose a tag to compare

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!

27 May 02:43
dd5e167
Compare
Choose a tag to compare

Here's the GUI! It's pretty rough, but functional

SHA-256: 0EAAE5C79B8BC8DD35D3FD44718B871369A2177EF096B54204A2873F2A4C6C0C

Add better error handling, path joining

26 May 01:40
Compare
Choose a tag to compare

Fix error when there are no shortcuts

27 Dec 18:38
8375dee
Compare
Choose a tag to compare

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

20 May 23:55
Compare
Choose a tag to compare
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

20 May 00:33
Compare
Choose a tag to compare

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

19 May 22:44
Compare
Choose a tag to compare

Install dependencies correctly

19 May 22:22
Compare
Choose a tag to compare

Partial fix for #1, I thought I had included dependencies correctly