diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -1,3 +1,50 @@ +Version 1.3.1 +~~~~~~~~~~~~~ + +* Device database changes: + - Support iPad Pro M5 family devices + - Support Apple Vision Pro M5 + - Support MacBook Pro 14-inch M5 + +* Bug Fixes: + Fix: array initialization compatibility with MSVC + + +Version 1.3.0 +~~~~~~~~~~~~~ + +* Changes: + - Switch to better initializer strategy + - Allow building without readline support for the irecovery tool + - Added support for iOS 1 and iOS 2 recovery mode (Linux, macOS) + +* Device database changes: + - Support iPhone 17 family devices + - Support Watch 11 / SE3 / Ultra3 models + - Support March 2025 iPad and Mac models + - Support iPhone 16e + - Support November 2024 Mac models + - Support iPad mini (A17 Pro) + +* Bug Fixes: + - IOKit: Fix race condition when trying to delete runloop before it even started + + +Version 1.2.1 +~~~~~~~~~~~~~ + +* Changes: + - Make sure IRECV_DEVICE_REMOVE event has the mode set the device was in + - KIS: Add some retry loops around open/set config/set interface operations + +* Device database changes: + - Support Apple Watch Series 10 and iPhone 16 models + - Add iPad Air (M2) and iPad Pro (M4) models + +* Bug Fixes: + - Windows: Fix crash due to access to uninitialized data + + Version 1.2.0 ~~~~~~~~~~~~~ |