summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-09-12 11:28:13 +0200
committerGravatar Nikias Bassen2025-09-12 11:28:13 +0200
commit23f201d13f2fad05f5096e254e104bcaf35fd607 (patch)
tree3a461709e5a8fafae3511d2d087478de65529a6b /NEWS
parent66ba31a9f0da6d9da806d9c0d2d5426d0070aa60 (diff)
downloadlibirecovery-f5aa4df0f035dea69477fba04a6386b64b670f05.tar.gz
libirecovery-f5aa4df0f035dea69477fba04a6386b64b670f05.tar.bz2
Update NEWS for release1.3.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4061789..9eef411 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+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
~~~~~~~~~~~~~