Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 06:52
· 1 commit to main since this release
v2.0.3
7e6571a

Hi,

This release of Refresher fixes some more bugs and introduces a couple changes that will help support Android in the future.

  • Fix hard crash when EBOOT is missing a content ID
  • Mark Server URL field as a URL to provide hints to keyboards on Android
  • Fixed pipeline cancellation logic
  • Build Android .apk as part of CI process
    This doesn't mean that Android is included in the release. Android support will be released as part of v2.1.0, pending some minor UI tweaks and once we have a workflow for signing.
  • Add pipeline inputs to support log
  • Add retry logic when downloading game information from PS3s
  • Add shortcuts for AutoDiscover
    You can now specify r or refresh to quickly patch to Refresh, for example.
  • Fix Refresher running in the background after being closed
    This bug has existed since Refresher has been a project. I think I might have made the same bug in UnionPatcher, too...

NOTE: Due to restrictions imposed on ad-hoc signed apps, macOS users may need to run the following command in Terminal before launching the app. Replace /path/to with the folder containing Refresher.app.

xattr -d com.apple.quarantine /path/to/Refresher.app

What's Changed

  • A missing content ID is not a critical error by @Beyley in #77
  • MVP Android support by @jvyden in #76

Full Changelog: v2.0.2...v2.0.3