Releases: benoitletondor/EasyBudget
Releases · benoitletondor/EasyBudget
3.3.6
3.3.5
- Try to mitigate a bug when editing a recurring entry on a Pro account
- Fix EN translation
- Deps bump
3.3.4
- Deps bump
- Try to load online recurring expense occurences from a background thread by offering a suspendable API to reduce the work on main thread
3.3.3
- Use a decimal keyboard for balance edition
- Fix an issue leading to cursor position change when editing an expense amount
- Use optimized proguard config
- Bump deps
3.3.2
- Use
Short
duration for Toast asLong
was too long - Use
TextFieldState
for text field in expense edit screen, thanks @halilozercan, so that the cursor handle scrolls the text correctly - Bump deps
3.3.1
- Use the correct keyboard type for decimal input
- Show the keyboard automatically when editing current balance
3.3.0
- Full rewrite of the UI completely in Compose
- Migrate to Compose navigation
- EdgeToEdge enabled
- Predictive back support
- Target Android 15
3.2.5
- Make sure to use the latest Play Core SDK for Android 14 compat
3.2.4
- Bump Kotlin to 2.0
- Use Compose compiler
- Bump Realm Kotlin to 2.0
- Try to fix runtime issues & crashes with Realm
3.2.3
- Rollback to previous version of Realm with to hopefully fix the
MultipleSyncAgents
exception