Merge pull request #157 from brarcher/pre-v0.15

Pre v0.15
This commit is contained in:
Branden Archer
2017-11-25 14:48:27 -05:00
committed by GitHub
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
## v0.15 (2017-11-25)
Changes:
- Add support for adding shortcuts to home screen when adding or editing a card. (https://github.com/brarcher/loyalty-card-locker/pull/155)
- Remove widget, as it was a poor substitute for shortcuts. (https://github.com/brarcher/loyalty-card-locker/pull/155)
- Fix exporting backups on Android 7+. (https://github.com/brarcher/loyalty-card-locker/pull/153)
- Report more accurate mime type when exporting backup data. (https://github.com/brarcher/loyalty-card-locker/pull/156)
- Fix bug where a card could not be edited. (https://github.com/brarcher/loyalty-card-locker/pull/155)
## v0.14 (2017-10-26)
Changes:

View File

@@ -14,8 +14,8 @@ android {
applicationId "protect.card_locker"
minSdkVersion 17
targetSdkVersion 25
versionCode 15
versionName "0.14"
versionCode 16
versionName "0.15"
}
buildTypes {
release {