Changelog
- Improvements to yesterday's changes for fetching achievement data for
achievement manager- Yesterday's changes made it so that every single time the user viewed a game's achievements it would show the user as
playingthat game on Steam - Today's changes improve this by only showing the user as
playingthat game a single time when initially fetching the achievement data and caching it- Users will no longer be shown as
playingthat game when viewing its achievements after the cache file has been created - Deleting the cache file for that game will require fetching the data and caching it again
- Users will no longer be shown as
- Yesterday's changes made it so that every single time the user viewed a game's achievements it would show the user as
- Cache file paths have also been improved for clarity
- User path:
\AppData\Roaming\com.zevnda.steam-game-idler\cache\<steam_id>- Games list:
..\games_list.json - Recent games:
..\recent_games.json - Custom lists:
..\custom_lists\<list_name>.json - Achievement data:
..\achievement_data\<app_id>.json
- Games list:
- User path:
Note: I recommended clearing your data via settings > clear data to remove any old data stores