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

Commit

Permalink
Update build number and release notes for v4.0.0 RC 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eliserichards committed Feb 14, 2020
1 parent 3d7c8b6 commit dd065f9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
minSdkVersion 24
//noinspection OldTargetApi
targetSdkVersion 28
versionCode 6013
versionCode 6087
versionName "4.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// The following argument makes the Android Test Orchestrator run its
Expand Down
24 changes: 24 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Release Notes

## 4.0.0 (Build 6087)

Add the ability to manually create an entry. Improve error messaging for the user. Autofill footer now adjusts to dark mode.

Changes since last build:

- Update release process docs (#1143)
- Toast placement for copy, create, delete (#1166)

All changes since version 3.3.0:

- Import l10n: add EN-GB, UK, RU, ZH-RTW, CS (#1119)
- Manual create (#1093)
- Fixup autofill footer in dark mode. (#1115)
- Add missing locales screengrab file (#1132)
- Fixup edit regressions introduced during edit/create refactor (#1133)
- Update app services to version 0.46.0 (#1124)
- Update string names to send update upstream to l10n (#1142)
- Show errors in create and edit only after the user makes one (#1140)
- Successful create toast notification (#1123)
- Use red trash icon and fix deleted toast (#1146)

## 4.0.0 (Build 6013)

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

## 3.3.0 (Build 5783)

Expand Down

0 comments on commit dd065f9

Please sign in to comment.