diff options
author | Nikias Bassen | 2024-03-23 17:50:41 +0100 |
---|---|---|
committer | Nikias Bassen | 2024-03-23 17:50:41 +0100 |
commit | 2254dab893ec439f9a73235ea07194afa77399db (patch) | |
tree | 5d7a89d785932f7557b0be5b8571f61768bbf51b /NEWS | |
parent | 6f0f00e8c7debfd96ebafadba16ebe258a27b8cc (diff) | |
download | libirecovery-2254dab893ec439f9a73235ea07194afa77399db.tar.gz libirecovery-2254dab893ec439f9a73235ea07194afa77399db.tar.bz2 |
Updated NEWS for release1.2.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +Version 1.2.0 +~~~~~~~~~~~~~ + +* Changes: + - Allow building --without-tools + - Add KIS (aka Debug USB) support for macOS, Linux, and Windows + (Windows note: requires up-to-date AppleMobileDeviceSupport64.msi package installed) + - Add Port DFU support (restore procedure is handled externally) + - irecovery: Print detailed mode for -q and -m commands + - Overall code cleanup and de-duplication + - Windows-specific code cleanup and improvements + +* Device database changes: + - Add Mac Pro, Mac Studio (M2) and MacBook Air (M2) models + - Add iPhone 15 family + - Add Apple Watch Series 9 and Ultra 2 models + - Add November 2023 iMac and MacBook Pro models + - Add support for Apple Vision Pro (RealityDevice14,1) + +* Bug Fixes: + - A few minor Windows-specific bug fixes + Version 1.1.0 ~~~~~~~~~~~~~ |