From c76580d6be73e662e688524b2aa2c6237703c612 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sun, 5 Jan 2020 19:46:17 -0800 Subject: [PATCH 1/2] Update app version to 0.26 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ce36923f0..6e8ce7502 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "protect.card_locker" minSdkVersion 16 targetSdkVersion 29 - versionCode 35 - versionName "0.25.4" + versionCode 36 + versionName "0.26" } buildTypes { release { From ab4c360c37289c2bd99f9aacb4280c48c9378036 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sun, 5 Jan 2020 20:05:45 -0800 Subject: [PATCH 2/2] Update CHANGELOG for v0.26 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 667594ba7..df20f5200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## v0.26 (2020-01-05) + +Changes: +- Add ability to search for a card ([#320](https://github.com/brarcher/loyalty-card-locker/pull/320)) +- Add ability to share and receive loyalty cards ([#321](https://github.com/brarcher/loyalty-card-locker/pull/321)) +- Dark mode support ([#322](https://github.com/brarcher/loyalty-card-locker/pull/322)) +- Loyalty cards can now be barcodeless (e.g. not have a barcode) ([#324](https://github.com/brarcher/loyalty-card-locker/pull/324)) +- Notes can span multiple lines ([#326](https://github.com/brarcher/loyalty-card-locker/pull/326)) +- Improvements with the sizing of notes ([#319](https://github.com/brarcher/loyalty-card-locker/pull/319)) +- Improve notification and app icon visibility ([#330](https://github.com/brarcher/loyalty-card-locker/pull/330)) +- Update target SDK to Android 10 +- Improve the following translations: + * German + * Italian + * Dutch + * Polish + * Russian + ## v0.25.4 (2019-10-04) Changes