Release 0.8.4 - #66
Merged
Merged
Conversation
The tracked list can be curated by hand. `gsg config --no-auto-scan` stops all discovery - the startup scan and the periodic rescan both - so a list you pruned deliberately stops growing back. On by default. Requested by @Tudzer in #64. Ludusavi's data comes from PCGamingWiki, which does not record every launcher's own cloud sync; Rockstar's games sync themselves and are not listed as doing so. gsg cannot know better, so whichever way that guess falls, somebody has to be able to overrule it. gsg config also shows auto_scan and any games gsg has agreed not to re-add. Both were settings with no way to see them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One feature, requested by @Tudzer in #64.
The tracked list can be curated by hand.
gsg autoscanned for games and added them before backing anything up, with no way to turn that off — so a list someone had pruned deliberately kept growing back.Off stops all discovery, startup scan and periodic rescan both. On by default.
The reasoning behind the request is the useful part: Ludusavi's data comes from PCGamingWiki, which does not record every launcher's own cloud sync. Rockstar's games sync themselves and are not listed as doing so. gsg cannot know better, so whichever way that guess falls, somebody has to be able to overrule it.
Also:
gsg confignow showsauto_scanand any games gsg has agreed not to re-add — both were settings with no way to see them.Changes here
0.8.3→0.8.4inpyproject.tomland__init__.py, plus the changelog. The feature merged as #65.Verified:
gsg --versionreports 0.8.4, 342 tests pass, ruff and mypy clean,check_deps.pyconfirms all 13 runtime dependencies declared.Patch rather than minor: the change is additive, opt-in, and does not alter behaviour for anyone who leaves it alone.