diff options
author | Martin Szulecki | 2020-06-15 20:23:48 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-15 20:23:48 +0200 |
commit | ee1bf401e9fd304810aa371167bd3e4bb7429364 (patch) | |
tree | c06147c74a7e6e9a90dff72188abf07ebff077df /NEWS | |
parent | 00bd2cdd7e60b27688fe7d4e1a28cafd957008eb (diff) | |
download | ifuse-ee1bf401e9fd304810aa371167bd3e4bb7429364.tar.gz ifuse-ee1bf401e9fd304810aa371167bd3e4bb7429364.tar.bz2 |
Update NEWS with latest changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Version 1.1.4 - Add helpful message when mounting an app document folder fails - Add new "--list-apps" option to print list of apps with file sharing enabled - Remove length check on UDID argument to support newer devices + - Add "--network" option to allow connecting to network devices + - Add title row and use doubple quotes for "--list-apps" output + - Drop support for older versions of libimobiledevice + - Bump libimobiledevice dependency to 1.3.0 + - Bump libplist dependency to 2.2.0 + - Improve README.md with project description, installation, contributing and + usage sections Version 1.1.3 ~~~~~~~~~~~~~ |