Skip to content

Releases: DennisBauer/RecurringExpenseTracker

Release v0.7.0

13 Apr 17:26
ce8a12c
Compare
Choose a tag to compare

New features

Minor changes

  • Update dependency io.nlopez.compose.rules:ktlint to v0.3.13 by @renovate in #180
  • Update dependency androidx.compose:compose-bom to v2024.04.00 by @renovate in #181
  • Update dependency com.google.devtools.ksp to v1.9.23-1.0.20 by @renovate in #182
  • Update dependency com.android.application to v8.3.2 by @renovate in #183
  • Update dependency io.nlopez.compose.rules:ktlint to v0.3.14 by @renovate in #184
  • Update dependency io.nlopez.compose.rules:ktlint to v0.3.15 by @renovate in #185

Updated translations

  • Translations update from Hosted Weblate by @weblate in #179

Full Changelog: v0.6.0...v0.7.0

Release v0.6.0

25 Mar 18:51
7f81a41
Compare
Choose a tag to compare

New features

Minor changes

  • Define Compose compiler in a way allow Renovate to update it by @DennisBauer in #153
  • Update dependency androidx.compose.compiler:compiler to v1.5.10 by @renovate in #154
  • Update dependency androidx.compose:compose-bom to v2024.02.01 by @renovate in #152
  • Update dependency com.google.devtools.ksp to v1.9.22-1.0.18 by @renovate in #157
  • Update dependency com.android.application to v8.3.0 by @renovate in #158
  • Update dependency androidx.compose:compose-bom to v2024.02.02 by @renovate in #161
  • Update dependency com.android.application to v8.3.1 by @renovate in #166
  • Allow ktlint renovate updates by @DennisBauer in #167
  • Update dependency androidx.compose:compose-bom to v2024.03.00 by @renovate in #169
  • Update kotlin (patch) by @renovate in #162
  • Update dependency io.nlopez.compose.rules:ktlint to v0.3.12 by @renovate in #163
  • Update dependency com.pinterest.ktlint:ktlint-ruleset-standard to v1.2.1 by @renovate in #168
  • Update dependency gradle to v8.7 by @renovate in #171
  • Enforce ktlint formatting by @DennisBauer in #174
  • Create new release 0.6.0 by @DennisBauer in #176

Updated translations

New Contributors

Full Changelog: v0.5.3...v0.6.0

Release v0.5.3

12 Feb 18:00
fbe25a7
Compare
Choose a tag to compare

Bugs fixed

Translations updated

  • Translations update from Hosted Weblate by @weblate in #145

Full Changelog: v0.5.2...v0.5.3

Release v0.5.2

08 Feb 19:06
0d1795b
Compare
Choose a tag to compare

Bugs fixed

New languages

Minor changes

  • Add Unit tests for monthly price calculation by @DennisBauer in #131
  • Update dependency androidx.navigation:navigation-compose to v2.7.7 by @renovate in #140
  • Update dependency androidx.compose:compose-bom to v2024.02.00 by @renovate in #141

New Contributors

Full Changelog: v0.5.1...v0.5.2

Release v0.5.1

04 Feb 18:27
0107203
Compare
Choose a tag to compare

Bugs fixed

  • Fix content padding on upcoming with fab by @DennisBauer in #109
  • Fix nested scroll behavior for TopAppBar when switching to settings by @DennisBauer in #110
  • Fix crash when entering empty price and clicking on add expense by @DennisBauer in #122

New languages

  • French translation added from Hosted Weblate by @franco27 in #121

Minor changes

New Contributors

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

02 Feb 19:53
7418eb6
Compare
Choose a tag to compare

New features

  • Add option to define a color for an expense by @DennisBauer in #101
  • Decrease app size in release significantly by enabling minify and resource shrinking by @DennisBauer in #100

Bugs fixed

  • Fix price input verification taking locale specific number formatting into consideration by @DennisBauer in #103
  • Fix nested scroll behavior for TopAppBar when switching between tabs by @DennisBauer in #104
  • Fix minor warning for upcoming payments icon by @DennisBauer in #102
  • Fix red expense color bug by @DennisBauer in #105

Minor changes

  • Update actions/upload-artifact action to v3.1.3 by @renovate in #77
  • Rename MainActivityViewModel to RecurringExpenseViewModel by @DennisBauer in #82
  • Update dependency com.android.application to v8.2.1 by @renovate in #87
  • Update dependency io.nlopez.compose.rules:ktlint to v0.3.9 by @renovate in #88
  • Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.7.0 by @renovate in #89
  • Update dependency org.jlleitschuh.gradle.ktlint to v12.1.0 by @renovate in #90
  • Update to ktlint 1.1.1 by @DennisBauer in #95
  • Update dependency io.nlopez.compose.rules:ktlint to v0.3.10 by @renovate in #96
  • Update kotlin (patch) by @renovate in #78
  • Update dependency com.android.application to v8.2.2 by @renovate in #97
  • Update dependency androidx.compose:compose-bom to v2024 by @renovate in #99
  • Update dependency io.nlopez.compose.rules:ktlint to v0.3.11 by @renovate in #98
  • Create new release 0.5.0 by @DennisBauer in #106

Full Changelog: v0.4.1...v0.5.0

Release v0.4.1

22 Dec 19:14
2ce52d0
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

18 Dec 21:51
c0e6317
Compare
Choose a tag to compare
  • Upcoming payments overview
  • Add option to add first payment date of an expense
  • Updated libraries

Release v0.3.0

04 Nov 18:53
8df09a3
Compare
Choose a tag to compare
  • New backup and restore option
  • Create room.schemaLocation to fix warning
  • Update libraries

Release v0.2.5

27 Oct 19:07
cae94bd
Compare
Choose a tag to compare
  • Fix recurrence string in create or edit of an expense