Ipatool Versions Save

Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store

v2.0.0-rc.3

1 year ago

What's Changed

Full Changelog: https://github.com/majd/ipatool/compare/v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

1 year ago

What's Changed

Full Changelog: https://github.com/majd/ipatool/compare/v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

1 year ago

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: https://github.com/majd/ipatool/compare/v1.1.4...v2.0.0-rc.1

v1.1.4

1 year ago

What's Changed

Full Changelog: https://github.com/majd/ipatool/compare/v1.1.3...v1.1.4

v1.1.3

1 year ago

What's Changed

Full Changelog: https://github.com/majd/ipatool/compare/v1.1.2...v1.1.3

v1.1.2

1 year ago

What's Changed

Full Changelog: https://github.com/majd/ipatool/compare/v1.1.1...v1.1.2

v1.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/majd/ipatool/compare/v1.1.0...v1.1.1

v1.1.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/majd/ipatool/compare/v1.0.9...v1.1.0

v1.0.9

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/majd/ipatool/compare/v1.0.8...v1.0.9

v1.0.8

2 years ago

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