summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-12-21 20:52:22 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-12-21 20:52:22 +0530
commit40ea880766f76f62b3661f84517eb88224b2e4ac (patch)
tree90e5fb6c66f02a677494aaf0aa5c025e47d8ae1e
parent50dc892af45ea551889747f9dcc50395630b9d24 (diff)
build: bump versionv1.13.2
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r--CHANGELOG.md11
-rw-r--r--app/build.gradle.kts4
2 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9070160b..ce1fb97a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+## [1.13.2] - 2020-12-20
+
### Added
- Invalid `.gpg-id` files can now be fixed automatically by deleting them and then trying to create a new password.
- Suggest users to re-clone repository when it is deemed to be broken
+- A new browser support level is added for Chrome Canary and Chrome Dev which are shipping fixes developed by Password Store maintainer Fabian to improve the Autofill experience on Chromium browser
+
+### Changed
+
+- Synced localisations with Crowdin. This adds Galician and Italian translations while getting rid of incomplete Arabic, Chinese Simplified, Chinese Traditional, Czech, Japanese and Spanish.
### Fixed
@@ -400,7 +407,9 @@ All notable changes to this project will be documented in this file.
- Fix elements overlapping.
-[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.1...HEAD
+[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.2...HEAD
+
+[1.13.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.1...1.13.2
[1.13.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.0...1.13.1
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index d400c737..77eb034d 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -35,8 +35,8 @@ android {
defaultConfig {
applicationId = "dev.msfjarvis.aps"
- versionCode = 11310
- versionName = "1.13.1"
+ versionCode = 1_13_20
+ versionName = "1.13.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}