Skip to content

Releases: tqmane/gunshot

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 14 Sep 09:05
df4aabe

What's Changed

  • Fix publishing assets when a release already exists by @tqmane in #20
  • Add English issue and pull request templates by @tqmane in #22
  • Fix bulk imports, bound HEIC preparation and bump to 0.2.2 by @tqmane in #23
  • Remove RocketBootstrap dependency from jailbreak builds by @tqmane in #24
  • Refactor queue hot paths and remove unused code and docs by @tqmane in #25
  • Fix jailed SSO shared-Keychain entitlement failures by @tqmane in #27
  • Add Vietnamese localization file by @HELLSNAKES in #26
  • Fix re-signed Google Photos identity in jailed SSO by @tqmane in #28
  • Show Go upload progress in native backup dialogs and use injection-first login by @tqmane in #29

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 13 Sep 15:12
d827e34

What's Changed

  • Support Photos 7.20.2 and compatible 7.92.0+ releases by @tqmane in #16
  • Fix jailbreak IPC and connect native Photos accounts automatically by @tqmane in #17
  • Fix native backup routing and completion sync across jailed and jailbreak by @tqmane in #18
  • Bump to 0.2.1 and add tqmane GPL copyright by @tqmane in #19

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@tqmane tqmane released this 13 Sep 07:41
Refactor backup request handling and improve UI messages

- Updated GSBackupRequests.m to clarify backup request flow and ensure native payload fallback is blocked.
- Enhanced GSNativeRouting.m to streamline backup UI actions and improve import failure reporting.
- Revised GSPanel.m to simplify help messages and improve clarity in upload settings and diagnostics.
- Adjusted GSUnlimitedStorage.m to ensure proper handling of nested NSCoder calls and improve resource loading comments.
- Modified jailed.md documentation for clarity on injection procedures and user instructions.
- Updated internal service protocol to refine role permissions and improve error handling in queue tests.
- Enhanced tests/settings_ui.m to validate retry settings display in Japanese and ensure proper UI behavior.