diff options
author | 2023-05-13 04:35:32 +0200 | |
---|---|---|
committer | 2023-05-13 04:54:38 +0200 | |
commit | 98c9f7055ec1f2e09fac69ef1413a8757113b838 (patch) | |
tree | ebf81564bf978dc563730f3f7cb26dc35a587e1c | |
parent | 6b3584387133196824812a34a7b2b7442164309c (diff) | |
download | libirecovery-98c9f7055ec1f2e09fac69ef1413a8757113b838.tar.gz libirecovery-98c9f7055ec1f2e09fac69ef1413a8757113b838.tar.bz2 |
Updated NEWS1.1.0
-rw-r--r-- | NEWS | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -1,3 +1,44 @@ | |||
1 | Version 1.1.0 | ||
2 | ~~~~~~~~~~~~~ | ||
3 | |||
4 | * Changes: | ||
5 | - Remove duplicated thread/collection code and use new libimobiledevice-glue instead | ||
6 | - Add new `irecv_send_command_breq` (for M1 restoring) | ||
7 | - Add new `setenvnp` command | ||
8 | - Add support for iPad 8 and iPad Air 4 models | ||
9 | - Add all current Apple Watch models (device lookup) | ||
10 | - Add support for HomePod and HomePod mini (device lookup) | ||
11 | - Add support for Apple Silicon/M1 Macs (device lookup) and remaining T2/iBridge devices | ||
12 | - Add iMac 24-inch M1 models | ||
13 | - Add iPad Pro 11-inch (3rd gen) and iPad Pro 12.9-inch (5th gen) devices | ||
14 | - Add Apple TV 4K (2nd gen) | ||
15 | - Add iPhone 13 family | ||
16 | - Add 9th gen iPad devices | ||
17 | - Add 6th gen iPad mini | ||
18 | - Add Apple Watch Series 7 | ||
19 | - Add MacBook Pro 2021 models (device lookup) | ||
20 | - Add iPad Air (5th gen) | ||
21 | - Add iPhone SE (3rd gen) | ||
22 | - Add Mac Studio | ||
23 | - Add Studio Display (device lookup) | ||
24 | - Add device ID for macOS 12 Apple Silicon VMs | ||
25 | - Add M2 MacBook models | ||
26 | - Add iPhone 14 family | ||
27 | - Add Apple Watch SE 2, Series 8 and Ultra family | ||
28 | - Add iPad (10th gen) | ||
29 | - Add iPad Pro 11-inch (4th gen) and iPad Pro 12.9-inch (6th gen) | ||
30 | - Add Apple TV 4K 3rd gen | ||
31 | - Add January 2023 Macs and 2nd generation HomePod models | ||
32 | - [Windows] Add support for newer drivers | ||
33 | - irecovery: Add new "--devices" option to list internal device data | ||
34 | - irecovery: Output product, model and marketing name for device information | ||
35 | |||
36 | * Bug Fixes: | ||
37 | - Send a ZLP in recovery mode if the buffer size is a multiple of 512 | ||
38 | - Make sure DEVICE_ADD events are sent to additional event listeners | ||
39 | - [Windows] Use ANSI versions for SetupDI and CreateFile API to prevent errors when compiling with unicode support | ||
40 | - irecovery: Fix sending certain commands | ||
41 | |||
1 | Version 1.0.0 | 42 | Version 1.0.0 |
2 | ~~~~~~~~~~~~~ | 43 | ~~~~~~~~~~~~~ |
3 | 44 | ||