summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-15 20:23:48 +0200
committerGravatar Martin Szulecki2020-06-15 20:23:48 +0200
commitee1bf401e9fd304810aa371167bd3e4bb7429364 (patch)
treec06147c74a7e6e9a90dff72188abf07ebff077df
parent00bd2cdd7e60b27688fe7d4e1a28cafd957008eb (diff)
downloadifuse-ee1bf401e9fd304810aa371167bd3e4bb7429364.tar.gz
ifuse-ee1bf401e9fd304810aa371167bd3e4bb7429364.tar.bz2
Update NEWS with latest changes
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8c5924c..de089fa 100644
--- a/NEWS
+++ b/NEWS
@@ -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
~~~~~~~~~~~~~