Releases: LittleBigRefresh/Refresher
v2.3.3
What's Changed
- Added Japanese game Title by @The-Graze in #119
- Added Korean support to Refresher LBP patching. by @Soup-um in #121
New Contributors
- @The-Graze made their first contribution in #119
- @Soup-um made their first contribution in #121
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
Hi,
This release contains a bump to Patchwork, which fixes LBP1 on RPCS3.
This also contains a new feature allowing you to send join keys to friends via links! You can use this using the new "Copy Join Key URL" button in Refresher.
What's Changed
- URL associations for patching and join keys by @jvyden in #107
- Patchwork v1.2: https://github.com/HugeSpaceship/Patchwork/releases/tag/1.2
Full Changelog: v2.2.3...v2.3.0
v2.2.3
This release fixes Refresher on Linux distributions that don't include some optional GTK packages. We've seen this happen with Fedora and Fedora-based distros.
Thank you for @Toastbrot236 and @uhwot for finding the fix.
What's Changed
- Catch and log exceptions while trying to load refresher.ico in RefresherForm by @Toastbrot236 in #104
- Load PNG as fallback if ico fails by @jvyden in #105
New Contributors
- @Toastbrot236 made their first contribution in #104
Full Changelog: v2.2.2...v2.2.3
v2.2.2
This is another hotfix, improving some more error cases and refactoring a couple things to make things a bit smoother.
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
- Fix Bonsai link in alternative instances list by @uhwot in #100
- Handle miscellaneous errors from Sentry by @jvyden in #101
New Contributors
Full Changelog: v2.2.1...v2.2.2
v2.2.1
This is a hotfix for v2.2.0, fixing Linux x64 and a couple other things.
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
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Hello!
This release of Refresher has a couple major improvements.
Firstly, Patchwork has been updated and a patcher has been created, meaning RPCS3 is now able to be patched!
Secondly, Refresher now includes an automatic updater, and on Windows it can be installed like a normal application (or portably, if you prefer). MacOS doesn't support this updater yet, and Linux builds are now bundled in AppImages. Unfortunately, we had to drop Linux ARM32 (though that platform isn't used often anyways, I suspect)
Lastly, error handling has been improved a lot. Patching will now fail cleanly like it used to in Refresher v1.
What's Changed
- Support for patching LBP1/2/3 for RPCS3 by @jvyden in #92
- Remove legacy code by @jvyden in #95
- Support for Velopack on Windows and Linux by @jvyden in #96
- Platform interfaces, safe pipeline failures, small Android fixes by @jvyden in #97
- Move Patchwork config paths to plugins folder by @jvyden in #98
Full Changelog: v2.1.1...v2.2.0
v2.1.1
Hello,
This release contains a update to Patchwork v1.0.1 which has a fix for LBP1.
On Bonsai we're still working on LBP3, so sit tight!
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
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Hello all,
This Refresher release contains support for Patchwork, a set of patches for LittleBigPlanet to improve security. Crucially, Patchwork CAN ONLY BE DEPLOYED FOR PS3 right now. RPCS3 and Vita still require some thought.
Read up on some relevant docs here: https://docs.littlebigrefresh.com/ps3.html and https://docs.littlebigrefresh.com/lbp-security.html
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
- Initial support for deploying Patchwork by @jvyden in #84
- Update build and release workflows by @jvyden in #85
- Add mechanism to cache previously used inputs by @jvyden in #86
- Add pipeline for reconfiguring Patchwork by @jvyden in #87
Full Changelog: v2.0.3...v2.1.0