diff options
| author | 2025-10-30 20:24:54 +0100 | |
|---|---|---|
| committer | 2025-10-30 20:24:54 +0100 | |
| commit | 1762d5f12fc590b48877aac644ba3bccb72f33f9 (patch) | |
| tree | 0e379804be48d13db73c152b0240e4e47f03b09b /NEWS | |
| parent | fc32f8232cea75a731cb5adcf6340b79f5427d1c (diff) | |
| download | ideviceinstaller-1762d5f12fc590b48877aac644ba3bccb72f33f9.tar.gz ideviceinstaller-1762d5f12fc590b48877aac644ba3bccb72f33f9.tar.bz2 | |
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
| @@ -1,3 +1,21 @@ | |||
| 1 | Version 1.2.0 | ||
| 2 | ~~~~~~~~~~~~~ | ||
| 3 | |||
| 4 | * Breaking changes: | ||
| 5 | - Command line options are now using subcommands like `install`, `list`, etc. instead of the old `-i`, `-l` | ||
| 6 | |||
| 7 | * Changes: | ||
| 8 | - Add options for using external sinf and iTunes metadata | ||
| 9 | - Add JSON output capability | ||
| 10 | - Use CFBundleShortVersionString to display the app version | ||
| 11 | - Add -a command line switch to specify return attributes for 'list' command | ||
| 12 | - Add -b, --bundle-identifier command line switch to allow querying for bundle identifier | ||
| 13 | |||
| 14 | * Bug Fixes: | ||
| 15 | - Fix picking wrong app directory from zip/ipa when there are other directories | ||
| 16 | - Fix wrong exit code on specific output format (xml or json) | ||
| 17 | - Make sure to always return an error code if something goes wrong | ||
| 18 | |||
| 1 | Version 1.1.1 | 19 | Version 1.1.1 |
| 2 | ~~~~~~~~~~~~~ | 20 | ~~~~~~~~~~~~~ |
| 3 | 21 | ||
