Skip to content

v2.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 00:58
· 51 commits to main since this release
98297ae

Hi,

This is a bigger hotfix full of a couple new features and many bugfixes:

  • There is now a 'copy log' button allowing you to easily paste your logs to the #help channel in Discord.
  • Additionally, you can now hold 'Shift' on start-up to bring up the log console that used to open alongside Refresher in 1.x.x.
  • On Windows, we were able to slash the size of the binary by bundling things in the main .exe file. This comes at the "downside" of needing to have a .NET 8 Desktop Runtime installed, but Refresher will guide you through installing it if you don't have it.
  • Fixed a bug where multiple users having the same license file would cause a pipeline crash
  • Decryption failures contain some more information
  • Fixed digital game decryption on PS3 pipeline

Basically, if you were getting a Decryption failed. error in the latest release of Refresher, you should try this release.

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

Full Changelog: v2.0.1...v2.0.2