Releases: freeotp/freeotp-ios
Releases · freeotp/freeotp-ios
v2.3.5
- Fix invalid image parameter crash @justin-stephenson
v2.3.4
What's Changed
- Build FontAwesome Fonts into FreeOTP by @justin-stephenson in #329
- Remove FontAwesome from carthage by @justin-stephenson in #330
- Remove FontAwesome from xcode frameworks by @justin-stephenson in #331
- Replace unmaintained moa library with SDWebImage by @justin-stephenson in #332
Full Changelog: v2.3.3...v2.3.4
v.2.3.3
v2.3.2
Release v2.3.2
- Added Manual Add Scene - @igor2890
- Added token description to deletion notice - @igor2890
- Fixed appearance in light mode - @igor2890
- Fixed truncation Close button title on the About screen - @igor2890
- Made long description fully visible - @igor2890
- Rename header text "Brands" to "Choose an Icon" - @igor2890
v2.3.1
- Handle Photo Library privacy settings correctly
- Use xcframeworks in conjunction with Carthage by @jdandrea
- Update TinyConstraints version by @jdandrea
- Implement Close Button for About Modal by @merktassel
v2.3
v2.2.1
- Revert changes affecting locked tokens authentication
v2.2
- Fixed an issue with encrypted backup and restore of locked tokens
- Improved token reordering
- Support for 7 and 9 digit OTPs
v2.1
Vini Soares(1)
- Improve and modernize tokens list UI
Justin Stephenson(5)
- Add FaceID biometric unlock support
- Add about FreeOTP informational scene
- Fix collection view crash upon device rotation
- Fix system color in copy to clipboard UI
- Use system gray background for migrated tokens
v2.0
Fix opening an otpauth URL with FreeOTP closed Ensures that the navigation heirachy is ready before pushing controllers onto the stack, allowing correct presentation of the Scan Token Wizard.