Skip to content

Commit

Permalink
Merge pull request #76 from DennisBauer/new_release
Browse files Browse the repository at this point in the history
Create new release 0.4.1
  • Loading branch information
DennisBauer authored Dec 22, 2023
2 parents 7f4a44b + 6c3ef86 commit 2ce52d0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
with:
tag_name: v${{ github.event.inputs.version }}
name: Release v${{ github.event.inputs.version }}
draft: false
draft: true
prerelease: ${{ github.event.inputs.prerelease }}
files: RecurringExpenseTracker/RecurringExpenseTracker_${{ github.event.inputs.version }}.apk
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "de.dbauer.expensetracker"
minSdk = 24
targetSdk = 34
versionCode = 9
versionName = "0.4.0"
versionCode = 10
versionName = "0.4.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Changelog 0.4.1:
* Allow editing expenses from upcoming payments tab
* Allow adding new expenses from upcoming payments tab
* Fix upcoming payment calculation if recurrence is > 1
* Refresh upcoming payments after restoring backup
From 0.4.0:
* Upcoming payments overview
* Add option to add first payment date of an expense
* Updated libraries

0 comments on commit 2ce52d0

Please sign in to comment.