Releases: detroit-labs/IRLSize
Releases · detroit-labs/IRLSize
2.3.0
Change Log
Added
- Support for iPhone 12
- Support for iPhone 12 mini
- Support for iPhone 12 Pro
- Support for iPhone 12 Pro Max
- Support for iPad (8th Generation)
- Support for iPad Air (4th Generation)
- Support for Apple Watch Series 6
- Support for Apple Watch SE
Updated
- iOS deployment target set to 9.0 to match Xcode 12’s support.
2.2.4
Change Log
Added
- Support for iPad Pro (12.9-inch) (4th Generation).
- Support for iPad Pro (11-inch) (2nd Generation).
- Support for iPhone SE (2nd Generation).
2.2.3
Change Log
Added
- Support for iPad (7th Generation).
2.2.2
Change Log
Added
- Support for iPhone 11, iPhone 11 Pro, iPhone 11 Pro Max, and Apple Watch Series 5
- Preliminary support for the 10.2-inch iPad display size
2.2.1
Change Log:
Added
- Support for the 7th-generation iPod touch
2.2.0: The Apple Orchard
Change Log:
Updated
- Switch from SDVersion to Orchard for device identification
Added
- Support for 2019 iPad models
2.1.0: Back to the Future
Change Log:
Updated
- Restored the deployment target to iOS 8.0 and watchOS 2.0.
2.0.1
Change Log:
Updated
- Improved accuracy of Apple Watch measurements
- Improved the display of the example application, including supporting Dynamic Type
Added
- Support for 2018 iPad Pro models
- Fixed a bug in estimating iPad Pro sizes
- Added debug logging of estimates (define
IRLSIZE_DEBUG
to1
to use)
2.0.0: The Millimeter Release
Version 2.0.0 of IRLSize is a release with some breaking changes, most notably that all measurements, now sourced from official Apple documentation, are in terms of millimeters, where before they were in terms of meters.
Change Log:
Breaking Changes
- Renamed
IRLRawLengthMeasurement
toIRLRawMillimeters
- All measurements are now in terms of millimeters
- Updated deployment target to iOS 10.0 and watchOS 3.0.
Updated
- Re-sourced all device size data from official Apple documentation
- Refactored test suite to have much less repeated code.
Fixed
- Fixed incorrect values for landscape devices
1.3.0
This release adds support for the new 6.1" and 6.5" displays of the iPhone XR and iPhone XS Max, as well as the new 40mm and 44mm Apple Watch Series 4 models.