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

Commit

Permalink
Release notes for 3.0.1 (build 5125) and increase build numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elise Richards committed Oct 23, 2019
1 parent 7573399 commit ef26efb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
minSdkVersion 24
//noinspection OldTargetApi
targetSdkVersion 26
versionCode 5177
versionName "3.0.0"
versionCode 5215
versionName "3.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// The following argument makes the Android Test Orchestrator run its
// "pm clear" command after each test invocation. This command ensures
Expand Down
9 changes: 9 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## 3.0.1 (Build 5215)

Improve threading and log in keyboard experience.

All changes since version 3.0.0:

- Soft pan layout when keyboard is opened on webview (#929)
- Update syncCredentials on the correct thread after their generation (#1012, #1013)

## 3.0.0 (Build 5177)

Add capabilities to edit entries, delete entries, and capture new entries from autofill.
Expand Down

0 comments on commit ef26efb

Please sign in to comment.