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: .mx/releases_list.json
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
1
[
2
+
{
3
+
"id": 360527181,
4
+
"tag_name": "v14.1.20",
5
+
"name": "Release 14.1.20",
6
+
"draft": false,
7
+
"prerelease": false,
8
+
"body": "- We addressed an issue on iOS, where a iOS-system dialogue would pop up during app startup, requesting a password. This was identified as part of Keychain read queries when a one-time keychain migration occurred.",
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
7
## [Unreleased]
8
8
9
9
- We fixed an issue that could cause iOS apps to restart repeatedly after an OTA update.
10
-
- Replaced @notifee/react-native with react-native-notify-kit library.
10
+
- Replaced @notifee/react-native with react-native-notify-kit library.
11
+
- We addressed an issue on iOS, where a iOS-system dialogue would pop up during app startup, requesting a password. This was identified as part of Keychain read queries when a one-time keychain migration occurred.
0 commit comments