Skip to content

Commit

Permalink
release 1.6.0/15
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmo committed Dec 23, 2021
1 parent ae1da74 commit 99aaf5a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.6.0
- new: setting for number of decimals
- new languages: Romanian (thx [Simona Iacob](https://hosted.weblate.org/user/s@zp1.net/)), Persian (thx [Radmehr Ebrahimi](https://hosted.weblate.org/user/Radovski/) )
- translations update

# v1.5.1
- translations update
- internal refactoring
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The UI is inspired by [UOme](https://play.google.com/store/apps/details?id=cz.kn
- filter the items list for returned/unreturned/all items.
- link persons to phone contacts

- backup and restore all app data and attached images
- backup and restore all app data, settings and attached images

## Permissions
### READ_CONTACTS
Expand Down
16 changes: 8 additions & 8 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@


# release-checklist (1.6.0/15)
- [] check github milestone
- [] update fastlane changelogs (2x)
- [] update CHANGELOG.md
- [] update screenshots
- [] update licenses
- [x] check github milestone
- [x] update fastlane changelogs (2x)
- [x] update CHANGELOG.md
- [x] update screenshots
- [x] update licenses
- ./gradlew checkLicenses
- ./gradlew updateLicenses
- ./gradlew generateLicensePage
- [] check build.gradle version+version code
- [] build release (!) apk, rename debitum-x.x.x.apk
- [] tag release
- [x] check build.gradle version+version code
- [x] build release (!) apk, rename debitum-x.x.x.apk
- [x] tag release
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "org.ebur.debitum"
minSdkVersion 24
targetSdkVersion 30
versionCode 14
versionName "1.5.1"
versionCode 15
versionName "1.6.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v1.6.0
- neu: Einstellung für Anzahl Nachkommastellen
- Neue Übersetzungen: Rumänisch (von [Simona Iacob](https://hosted.weblate.org/user/s@zp1.net/)), Persisch (von [Radmehr Ebrahimi](https://hosted.weblate.org/user/Radovski/) )
- Aktualisierte Übersetzungen
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v1.6.0
- new: setting for number of decimals
- new languages: Romanian (thx [Simona Iacob](https://hosted.weblate.org/user/s@zp1.net/)), Persian (thx [Radmehr Ebrahimi](https://hosted.weblate.org/user/Radovski/) )
- translations update

0 comments on commit 99aaf5a

Please sign in to comment.