summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-10-30 20:24:54 +0100
committerGravatar Nikias Bassen2025-10-30 20:24:54 +0100
commit1762d5f12fc590b48877aac644ba3bccb72f33f9 (patch)
tree0e379804be48d13db73c152b0240e4e47f03b09b /NEWS
parentfc32f8232cea75a731cb5adcf6340b79f5427d1c (diff)
downloadideviceinstaller-1762d5f12fc590b48877aac644ba3bccb72f33f9.tar.gz
ideviceinstaller-1762d5f12fc590b48877aac644ba3bccb72f33f9.tar.bz2
Updated NEWS for releaseHEAD1.2.0master
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f90b886..f7dc77f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 1.2.0
+~~~~~~~~~~~~~
+
+* Breaking changes:
+ - Command line options are now using subcommands like `install`, `list`, etc. instead of the old `-i`, `-l`
+
+* Changes:
+ - Add options for using external sinf and iTunes metadata
+ - Add JSON output capability
+ - Use CFBundleShortVersionString to display the app version
+ - Add -a command line switch to specify return attributes for 'list' command
+ - Add -b, --bundle-identifier command line switch to allow querying for bundle identifier
+
+* Bug Fixes:
+ - Fix picking wrong app directory from zip/ipa when there are other directories
+ - Fix wrong exit code on specific output format (xml or json)
+ - Make sure to always return an error code if something goes wrong
+
Version 1.1.1
~~~~~~~~~~~~~