Skip to content

Commit

Permalink
release 1.6.5/20
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmo committed May 16, 2022
1 parent 2a43a78 commit 7998175
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.6.5
- new: option to reverse owe/lent colors
- new: enter edit transaction screen with single tap on transaction
- new: icon in transaction list, indicating if the transaction has images attached (note: for transactions with existing images, this icon will only show up after the next save)
- translations update

# v1.6.4
- fixed: quick guides not shown in localized versions
- upgrade Android Gradle Plugin from 7.0.4 to 7.1.0
Expand Down
8 changes: 3 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
## 1.7.0/??
- add scrollbar showing the date/month/year while scrolling the transaction list OR add bar that shows the date and total debt up to the topmost visible transaction

## later / unassigned
- add scrollbar showing the date/month/year while scrolling the transaction list OR add bar that shows the date and total debt up to the topmost visible transaction
- swipe entry to mark as returned or delete
- use DataBinding in Edit Dialogs (see branch feature/EditPersonViewModelDataBinding)
- use RxJava (?)
- create a way to get from person sum list directly to filtered items list of a person
- make some intro showing basic functions

Expand All @@ -17,7 +14,7 @@



# release-checklist (1.6.4/19)
# release-checklist (1.6.5/20)
- [x] check github milestone
- [x] update fastlane changelog
- [x] update CHANGELOG.md
Expand All @@ -27,5 +24,6 @@
- ./gradlew updateLicenses
- ./gradlew generateLicensePage
- [x] check build.gradle version+version code
- [x] pull latest translations
- [] build release (!) apk, rename debitum-x.x.x.apk
- [] 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 31
versionCode 19
versionName "1.6.4"
versionCode 20
versionName "1.6.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.6.5
- new: option to reverse owe/lent colors
- new: enter edit transaction screen with single tap on transaction
- new: icon in transaction list, indicating if the transaction has images attached (note: for transactions with existing images, this icon will only show up after the next save)
- translations update

0 comments on commit 7998175

Please sign in to comment.