summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5b363a3..bc5479d 100644
--- a/NEWS
+++ b/NEWS
@@ -20,13 +20,20 @@ Version 1.1.1
20 - Fix wrong timestamps when running in foreground 20 - Fix wrong timestamps when running in foreground
21 - Set socket options for client connections to improve performance 21 - Set socket options for client connections to improve performance
22 - Implement "ListListeners" usbmux command handling 22 - Implement "ListListeners" usbmux command handling
23 - Bump libimobiledevice dependency to 1.2.1 23 - Bump libimobiledevice dependency to 1.3.0
24 - Bump libplist dependency to 2.2.0
24 - Add support for iPhone XS/XR UDID format 25 - Add support for iPhone XS/XR UDID format
25 - Add option to allow logging to dedicated logfile 26 - Add option to allow logging to dedicated logfile
26 - Convert README file to markdown format 27 - Convert README file to markdown format
27 - Fix USB reconnection issues on virtual machines with iOS 11+ devices 28 - Fix USB reconnection issues on virtual machines with iOS 11+ devices
28 - Add support for connecting with T2 chip 29 - Add support for connecting with T2 chip
29 - Various memory leak, deadlock and invalid free fixes 30 - Various memory leak, deadlock and invalid free fixes
31 - Show actualy libusb version in debug message on startup
32 - Enable libusb debugging output
33 - Log client process name alongside pid if possible on Linux
34 - Unify and improve log message output
35 - Improve README.md with project description, installation, contributing and
36 usage sections
30 37
31Version 1.1.0 38Version 1.1.0
32~~~~~~~~~~~~~ 39~~~~~~~~~~~~~