Skip to content

Custom splash screens + better device detection.

Compare
Choose a tag to compare
@Lauriethefish Lauriethefish released this 20 Dec 18:12
· 62 commits to main since this release
add29c6

Changelog

  • Add option to change the splash screen of the app being patched. (splash screens must be in PNG format)
  • Removed multiple devices prompt, instead, QuestPatcher prefers a Quest 1/2/3 over any other device, and if multiple quests are connected, it will choose the first one. This is a precursor to adding a proper device selector menu.
  • Add exit code to ADB error messages, may help in the future when debugging issues such as #142
  • Add support for importing ZIP files - the contents of the ZIP will be extracted and each file imported individually.
  • Add back the automated granting of the external storage permission as reportedly this is still useful in some cases.
  • Add logging of Avalonia related warnings to main log file.
  • Add support for optionally adding open XR permissions/features to the APK.

Available Files

  • QuestPatcher-windows.exe - Windows automatic installer.
  • QuestPatcher-windows-standalone.zip - Windows standalone executable.
  • QuestPatcher-ubuntu.zip - Ubuntu standalone executable.
  • QuestPatcher-mac.dmg - DMG for installation on macOS.