Skip to content

Tags: Gemba/skyscraper

Tags

3.19.0

Toggle 3.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog update and release of 3.19.0 (#238)

3.18.5

Toggle 3.18.5's commit message
More elaborated error message if TGDB fails

3.18.4

Toggle 3.18.4's commit message
Version 3.18.4

3.18.3

Toggle 3.18.3's commit message
Version 3.18.3

3.18.2

Toggle 3.18.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix QString templates (#206), fix extensions (#205) (#207)

plus:
- zxinfo scraping: try with hash first
- zxinfo scraping: enable (YYYY) hint in filename / alias
- zxinfo scraping: doc update
- some edge cases fixed

3.18.1

Toggle 3.18.1's commit message
Version 3.18.1

3.18.0

Toggle 3.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cast to underlying type to use numeric operators. Fixes #198 (#199)

3.17.5

Toggle 3.17.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 3.17.5 and doc update (#173)

* General: replaced [here] links with contextual link text, fixed broken links
* added INSTALLATION.md
* FAQ: added two questions with answers
* PLATFORMS: added section for adjusting platform config
* CONFIGINI: added usage level to  the config file options
* plus many smaller edits and corrections

3.17.4

Toggle 3.17.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix path handling for ES frontend and other edge case fixes (#165)

* revert path logic to inputFolder instead gameListFolder for ES

which contains:
- handle pegasus frontend and path differently than other frontends
- workaround for ES' habit to rewrite absolute home path with ~ when absolute paths are used in the gamelist.
- fix edge case when two configs are changed and a new game is added to a game list simultaneously
- cover edge case when inputfolder is specific symlink
- refactorings when relative path is provided
- updated path processing documentation

further fixes non related to path handling: 
- print warning when attractmode romlist folder not existing
- mute manuals folder output when the frontend does not support it (e.g. pegasus)
- reworked documentation on unattend and unattendskip
- Fix gamelist entry, when flags skipExistingVideos and skipExistingMedia are used

3.17.3

Toggle 3.17.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes regression of #160