Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Gemba/skyscraper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.18.3
Choose a base ref
...
head repository: Gemba/skyscraper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.18.4
Choose a head ref
  • 4 commits
  • 18 files changed
  • 2 contributors

Commits on Feb 5, 2026

  1. cache operation fixes when using subcommands on all platforms (#216)

    - strict validation of cache subcommands
    - cache commands operating on all platforms fixed
    - updated cache CLI documentation
    - mute chatty libpng lib info messages
    Gemba authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    52fb99d View commit details
    Browse the repository at this point in the history
  2. Update Platforms BBC Micro and 3DS (file ext) (#217)

    * added BBC Micro
    * additional file extension for nintendo 3ds
    Gemba authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    fe40457 View commit details
    Browse the repository at this point in the history
  3. mitigation of Screenscraper.fr long running responses on some games (#…

    …218)
    
    workaround to handle long running Screenscraper.fr requests.
    Usually the timeout for other online scrapers is 30s, which is more than enough.
    
    Recently users start to report "not found" messages (cf. #195, #215) from Skyscraper when scraping with screenscraper on some titles. This is caused by a long running HTTP requests/response.
    
    For screenscraper.fr the initial timeout is now 75s, if that fails it is 150s (doubled) and then if that also times out it is doubled up to  5m (300s). If this also fails the attempt to scrape that title is aborted.
    Gemba authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    7f1357b View commit details
    Browse the repository at this point in the history
  4. Version 3.18.4

    Gemba committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    19899c5 View commit details
    Browse the repository at this point in the history
Loading