Skip to content

Releases: LittleBigRefresh/Refresher

v2.3.3

18 Sep 23:54
276a988

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3

v2.3.2

08 Aug 21:41
989ba8c

Choose a tag to compare

What's Changed

  • Update patchwork binaries to Patchwork 1.3 by @jvyden in #113

Full Changelog: v2.3.1...v2.3.2

v2.3.1

23 Jul 19:28
58de517

Choose a tag to compare

What's Changed

  • Put Eto Ask MessageBox in UI thread by @Zaprit in #108

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

04 Jul 22:32
ebfda18

Choose a tag to compare

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

Full Changelog: v2.2.3...v2.3.0

v2.2.3

02 Jul 20:11
6ca2347

Choose a tag to compare

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

Full Changelog: v2.2.2...v2.2.3

v2.2.2

21 Jun 20:33
2a3f961

Choose a tag to compare

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

20 Jun 21:33
93c5d58

Choose a tag to compare

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

20 Jun 20:14
e4f818f

Choose a tag to compare

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

31 May 18:28
8b2cd4e

Choose a tag to compare

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

26 May 19:56
ce6ec39

Choose a tag to compare

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