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
{{ message }}
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/release-notes.md
+36-16Lines changed: 36 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Release Notes
2
2
3
+
## 1.7.1 (Build 3997)
4
+
5
+
_Date: 2019-12-12_
6
+
7
+
Additions: Updates to FAQ links, Feature Flags for new feature development
8
+
We fixed bugs related to: launch crashes, data in telemetry events, test fixes
9
+
10
+
All changes since version 1.7.1:
11
+
12
+
- Update FAQ links (#1093)
13
+
- Launch crash due to expired auth token (#1147)
14
+
- Telemetry event data (#1158)
15
+
- Bad phrasing in preferred browser setting screen (#1101)
16
+
- Add Feature Flags (#1095)
17
+
- Compilation error for XCUITests due to incorrect compilation flag (#1143)
18
+
- New FxA page causing tests to fail (#1153)
19
+
3
20
## 1.7.0 (Build 3902)
4
21
5
22
_Date: 2019-11-19_
@@ -9,15 +26,16 @@ We fixed bugs related to: iOS 13 layout and navigation bar issues, keyboard dism
9
26
10
27
All changes since last build and version 1.6.2:
11
28
12
-
- Add swipe to delete functionality on login list screen
13
-
- Add telemetry to opening external websites and add sync telemetry
14
-
- update codebase for Xcode 11.2.1 and Swift 5.1.2
15
-
- bump application-services to v0.42.3
16
-
- update RxSwift to most recent version built with Swift 5
17
-
- fix navigation bar color and size issues caused by changes in iOS 13 on both iPhone and iPad
18
-
- fix issue where logins do not appear on first launch due to iOS 13 change where traitCollectionDidChange is no longer called on initial view layout
19
-
- import new localization strings from pontoon
20
-
29
+
- Add universal links (#1100)
30
+
- Add swipe to delete functionality on login list screen (#938)
31
+
- Add telemetry to opening external websites and add sync telemetry (#1087) (#1090)
32
+
- update codebase for Xcode 11.2.1 and Swift 5.1.2 (#1099)
33
+
- bump application-services to v0.42.3 (#1099)
34
+
- update RxSwift to most recent version built with Swift 5 (#1099)
35
+
- fix navigation bar color and size issues caused by changes in iOS 13 on both iPhone and iPad (#1097)
36
+
- fix issue where logins do not appear on first launch due to iOS 13 change where traitCollectionDidChange is no longer called on initial view layout (#1106)
37
+
- keyboard dismissal bug when viewing login list (#1123)
38
+
- import new localization strings from pontoon (#1140)
21
39
22
40
## 1.7.0 (Build 3871)
23
41
@@ -28,13 +46,15 @@ We fixed bugs related to: iOS 13 layout and navigation bar issues, keyboard dism
28
46
29
47
All changes since last build and version 1.6.2:
30
48
31
-
- Add swipe to delete functionality on login list screen
32
-
- Add telemetry to opening external websites and add sync telemetry
33
-
- update codebase for Xcode 11.2.1 and Swift 5.1.2
34
-
- bump application-services to v0.42.3
35
-
- update RxSwift to most recent version built with Swift 5
36
-
- fix navigation bar color and size issues caused by changes in iOS 13 on both iPhone and iPad
37
-
- fix issue where logins do not appear on first launch due to iOS 13 change where traitCollectionDidChange is no longer called on initial view layout
49
+
- Add universal links (#1100)
50
+
- Add swipe to delete functionality on login list screen (#938)
51
+
- Add telemetry to opening external websites and add sync telemetry (#1087) (#1090)
52
+
- update codebase for Xcode 11.2.1 and Swift 5.1.2 (#1099)
53
+
- bump application-services to v0.42.3 (#1099)
54
+
- update RxSwift to most recent version built with Swift 5 (#1099)
55
+
- fix navigation bar color and size issues caused by changes in iOS 13 on both iPhone and iPad (#1097)
56
+
- fix issue where logins do not appear on first launch due to iOS 13 change where traitCollectionDidChange is no longer called on initial view layout (#1106)
57
+
- keyboard dismissal bug when viewing login list (#1123)
0 commit comments