You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
# 3.8.10
2
+
* Added new method to reset passcode `- (void)resetPasscode`, useful when using app extensions.
3
+
1
4
# 3.8.9
2
5
* Added support for iOS App Extensions: defining `LTH_IS_APP_EXTENSION` for an extension target will fix `LTHPasscodeViewController` crashing.
3
6
* Added new method: `- (void)showLockScreenOver:(UIView *)superview withAnimation:(BOOL)animated withLogout:(BOOL)hasLogout andLogoutTitle:(NSString *)logoutTitle`. Used to provide a view in which the lock is going to be presented, sized to and centered in.
@@ -199,4 +202,4 @@ Renamed `SFHFKeychainUtils` to `LTHKeychainUtils` due to the possibility of conf
199
202
200
203
Please swap the deprecated methods with the suggested ones; I will remove them in the next release.
201
204
202
-
#### Thanks to everyone for the help and all the suggestions that found their way into this library!
205
+
#### Thanks to everyone for the help and all the suggestions that found their way into this library!
0 commit comments