Skip to content

Releases: majd/ipatool

v2.0.0-rc.3

07 Dec 17:49
2f154ad
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release

What's Changed

  • Disable timeout for downloading files by @majd in #123

Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

05 Dec 22:05
a3b322c
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

05 Dec 21:09
7e21c85
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

What's Changed

  • Added support for Windows.
  • Added support for Linux.
  • Added support for generating autocompletion script using the completion command.
  • Implemented new auth info command.
  • Implemented --verbose flag that replaces the --debug-level flag to enable verbose logging.
  • Implemented --format which allows specifying logs output format to either text or json (default: text).
  • Implemented flag --non-interactive flag to disable running the tool in an interactive session.
  • The relevant command (i.e. purchase) will now automatically determine the country and the device family from the authenticated account. The following flags have been deprecated.
    • --country
    • --device-family
  • Improved structured logging.
  • Improved error handling.
  • Improved support for automated systems.
  • Added unit tests to cover the majority of the private App Store API logic.

Full Changelog: v1.1.4...v2.0.0-rc.1

v1.1.4

03 Jul 14:44
ff43c07
Compare
Choose a tag to compare

What's Changed

  • Patch old code signature revisions as fallback by @majd in #94

Full Changelog: v1.1.3...v1.1.4

v1.1.3

02 Jul 22:02
07a0f33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

17 Jun 20:45
a16afb5
Compare
Choose a tag to compare

What's Changed

  • Improve error message for expired token by @majd in #79
  • Disable print buffering and output errors to stderr by @majd in #83
  • Add linter by @majd in #84
  • Build releases for iOS by @majd in #85
  • Upload iOS releases to GitHub by @majd in #86

Full Changelog: v1.1.1...v1.1.2

v1.1.1

29 May 12:24
964fbe1
Compare
Choose a tag to compare

What's Changed

  • Update swift-argument-parser dependency by @majd in #68
  • Remove usage of Swift concurrency by @majd in #76
  • Add backward-compatibility for macOS 10.11+ by @majd in #78

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Mar 22:30
3040955
Compare
Choose a tag to compare

What's Changed

  • Add support for buying new apps by @baltpeter in #51
  • Use macOS 12 runner on GitHub Actions by @majd in #54
  • Implement auth command by @majd in #55
  • Implement purchase command by @majd in #56
  • Implement --purchase flag in download command by @majd in #57
  • Add price checks for purchase flow by @majd in #58

New Contributors

Full Changelog: v1.0.9...v1.1.0

v1.0.9

05 Mar 17:11
dba1d3b
Compare
Choose a tag to compare

What's Changed

  • Fix building for older macOS versions by @majd in #45
  • Fix 2FA code not being requested by @chedabob in #49

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

14 Feb 18:56
Compare
Choose a tag to compare

Added --output option to the download command for specifying the destination path for the downloaded app package.