Skip to content

Commit 2b50e50

Browse files
authored
Merge pull request #339 from brarcher/pre-v0.26
Update for v0.26
2 parents dc8ac6b + ab4c360 commit 2b50e50

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v0.26 (2020-01-05)
2+
3+
Changes:
4+
- Add ability to search for a card ([#320](https://github.com/brarcher/loyalty-card-locker/pull/320))
5+
- Add ability to share and receive loyalty cards ([#321](https://github.com/brarcher/loyalty-card-locker/pull/321))
6+
- Dark mode support ([#322](https://github.com/brarcher/loyalty-card-locker/pull/322))
7+
- Loyalty cards can now be barcodeless (e.g. not have a barcode) ([#324](https://github.com/brarcher/loyalty-card-locker/pull/324))
8+
- Notes can span multiple lines ([#326](https://github.com/brarcher/loyalty-card-locker/pull/326))
9+
- Improvements with the sizing of notes ([#319](https://github.com/brarcher/loyalty-card-locker/pull/319))
10+
- Improve notification and app icon visibility ([#330](https://github.com/brarcher/loyalty-card-locker/pull/330))
11+
- Update target SDK to Android 10
12+
- Improve the following translations:
13+
* German
14+
* Italian
15+
* Dutch
16+
* Polish
17+
* Russian
18+
119
## v0.25.4 (2019-10-04)
220

321
Changes

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "protect.card_locker"
1414
minSdkVersion 16
1515
targetSdkVersion 29
16-
versionCode 35
17-
versionName "0.25.4"
16+
versionCode 36
17+
versionName "0.26"
1818
}
1919
buildTypes {
2020
release {

0 commit comments

Comments
 (0)