Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 2fcd1a9

Browse files
author
Elise Richards
committed
Update build number and release notes for v4.0.0 RC 2
1 parent 6a292be commit 2fcd1a9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
minSdkVersion 24
2323
//noinspection OldTargetApi
2424
targetSdkVersion 28
25-
versionCode 6013
25+
versionCode 6087
2626
versionName "4.0.0"
2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
// The following argument makes the Android Test Orchestrator run its

docs/release-notes.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Release Notes
22

3+
## 4.0.0 (Build 6087)
4+
5+
Add the ability to manually create an entry. Improve error messaging for the user. Autofill footer now adjusts to dark mode.
6+
7+
Changes since last build:
8+
9+
- Update release process docs (#1143)
10+
- Toast placement for copy, create, delete (#1166)
11+
12+
All changes since version 3.3.0:
13+
14+
- Import l10n: add EN-GB, UK, RU, ZH-RTW, CS (#1119)
15+
- Manual create (#1093)
16+
- Fixup autofill footer in dark mode. (#1115)
17+
- Add missing locales screengrab file (#1132)
18+
- Fixup edit regressions introduced during edit/create refactor (#1133)
19+
- Update app services to version 0.46.0 (#1124)
20+
- Update string names to send update upstream to l10n (#1142)
21+
- Show errors in create and edit only after the user makes one (#1140)
22+
- Successful create toast notification (#1123)
23+
- Use red trash icon and fix deleted toast (#1146)
24+
325
## 4.0.0 (Build 6013)
426

527
Manual create.
@@ -16,6 +38,8 @@ All changes since version 3.3.0:
1638
- Show errors in create and edit only after the user makes one (#1140)
1739
- Successful create toast notification (#1123)
1840
- Use red trash icon and fix deleted toast (#1146)
41+
- Update release process docs (#1143)
42+
- Toast placement for copy, create, delete (#1166)
1943

2044
## 3.3.0 (Build 5783)
2145

0 commit comments

Comments
 (0)