Releases: majd/ipatool
Releases · majd/ipatool
v2.0.0-rc.3
What's Changed
Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3
v2.0.0-rc.2
What's Changed
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2
v2.0.0-rc.1
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
v1.1.3
v1.1.2
v1.1.1
v1.1.0
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 indownload
command by @majd in #57 - Add price checks for purchase flow by @majd in #58
New Contributors
- @baltpeter made their first contribution in #51
Full Changelog: v1.0.9...v1.1.0