diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ | |||
1 | Version 1.4.0 | ||
2 | ~~~~~~~~~~~~~ | ||
3 | |||
4 | * Development release | ||
5 | - From now on, releases will be made more frequently | ||
6 | * Changes: | ||
7 | - Add support for MbedTLS | ||
8 | - Add Reverse Proxy implementation | ||
9 | - Add support for wireless pairing (AppleTV) | ||
10 | - Embed 3rd party libraries for ed25519 and SRP6a | ||
11 | - Fixes in idevicedebug | ||
12 | - idevicecrashreport: Allow filtering crash reports by filename | ||
13 | - Add idevicedevmodectl tool | ||
14 | - Fixes for idevicebackup2 | ||
15 | - Add property_list_client_get_service_client() and service_get_connection() functions | ||
16 | - Add idevicebtlogger | ||
17 | - Add new idevice_events_subscribe/unsubscribe API | ||
18 | - Move LIBIMOBILEDEVICE_API to public headers | ||
19 | - Add afc_strerror function | ||
20 | - Add libimobiledevice_version() function | ||
21 | - Use libimobiledevice-glue's SHA1 implementation | ||
22 | - Add support for iOS 17+ Personalized Developer Disk image mounting | ||
23 | - Fix compilation on MSVC | ||
24 | - Add idevice_strerror() to interface | ||
25 | - Add new idevice_get_device_version() to interface | ||
26 | - Add os_trace_relay service implementation | ||
27 | - Fixes for idevicesyslog | ||
28 | - afc: Add afc_get_file_info_plist and afc_get_device_info_plist functions | ||
29 | ... and several other internal changes | ||
30 | |||
31 | |||
1 | Version 1.3.0 | 32 | Version 1.3.0 |
2 | ~~~~~~~~~~~~~ | 33 | ~~~~~~~~~~~~~ |
3 | 34 | ||