-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
## Changelog | ||
|
||
### Version [1.1.4](https://github.com/majd/ipatool/releases/tag/v1.1.4) | ||
|
||
- Add support for patching old code signature revisions as a fallback mechanism. | ||
|
||
--- | ||
|
||
### Version [1.1.3](https://github.com/majd/ipatool/releases/tag/v1.1.3) | ||
|
||
- Fixed keychain access on iOS. | ||
|
||
--- | ||
|
||
### Version [1.1.2](https://github.com/majd/ipatool/releases/tag/v1.1.2) | ||
|
||
- Improved error message for expired token. | ||
- Disabled print buffering and output errors to stderr. | ||
- Added linter. | ||
- Add support for running on iOS. | ||
|
||
--- | ||
|
||
### Version [1.1.1](https://github.com/majd/ipatool/releases/tag/v1.1.1) | ||
|
||
- Update swift-argument-parser dependency. | ||
- Remove usage of Swift concurrency. | ||
- Add backward-compatibility for macOS 10.11+. | ||
|
||
--- | ||
|
||
### Version [1.1.0](https://github.com/majd/ipatool/releases/tag/v1.1.0) | ||
|
||
- Added support for purchasing apps. | ||
- Implemented auth command. | ||
- Implemented purchase command. | ||
- Implemented --purchase flag in download command. | ||
- Added price checks for purchase flow. | ||
|
||
--- | ||
|
||
### Version [1.0.9](https://github.com/majd/ipatool/releases/tag/v1.0.9) | ||
|
||
- Fixed building for older macOS versions. | ||
- Fixed 2FA code not being requested. | ||
|
||
--- | ||
|
||
### Version [1.0.8](https://github.com/majd/ipatool/releases/tag/v1.0.8) | ||
|
||
- Added --output option to the download command for specifying the destination path for the downloaded app package. | ||
|
||
--- | ||
|
||
### Version [1.0.7](https://github.com/majd/ipatool/releases/tag/v1.0.7) | ||
|
||
- Fixed login requests to the store API when the 2FA code is required. | ||
|
||
--- | ||
|
||
### Version [1.0.6](https://github.com/majd/ipatool/releases/tag/v1.0.6) | ||
|
||
- Added support for supplying 2FA code in non-interactive sessions. | ||
|
||
--- | ||
|
||
### Version [1.0.5](https://github.com/majd/ipatool/releases/tag/v1.0.5) | ||
|
||
- Added support for specifying device family. | ||
|
||
--- | ||
|
||
### Version [1.0.4](https://github.com/majd/ipatool/releases/tag/v1.0.4) | ||
|
||
- Added support for specifying the iTunes Store region. | ||
|
||
--- | ||
|
||
### Version [1.0.3](https://github.com/majd/ipatool/releases/tag/v1.0.3) | ||
|
||
- Improved console logging. | ||
|
||
--- | ||
|
||
### Version [1.0.2](https://github.com/majd/ipatool/releases/tag/v1.0.2) | ||
|
||
- Improved error messages. | ||
|
||
--- | ||
|
||
### Version [1.0.1](https://github.com/majd/ipatool/releases/tag/v1.0.1) | ||
|
||
- Grammatical fixes. | ||
|
||
--- | ||
|
||
### Version [1.0.0](https://github.com/majd/ipatool/releases/tag/v1.0.0) | ||
|
||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters