v0.1.6-beta
What's Changed
- We squashed that annoying bug with decimals on accounts
- Fixed some text overflow issues here and there
- In the transactions section, amounts weren’t always displayed correctly — now they are!
- If a user tries to create a budget without having created categories first, they’ll now be guided to the right place
- When creating a new transaction, tapping on a category now closes the selector without needing an extra tap
- We fixed some nasty issues with negative numbers and commas
Also, for our Devs: We introduced the use of FVM Defined coding styles and added a GitHub Action to enforce them Added a set of utilities for app styling Started working on e2e tests
Store's friendly changelog
What’s new on this release: Fixed that annoying decimal bug messing with your balances Some texts were trying to escape the screen... we brought them back in line Transaction amounts now show up properly. No more vanishing numbers! Trying to create a budget without categories? Bad boy. We'll now guide you to the right place Picking a category is now smoother: one tap and done Cleaned up some mess with negative numbers and commas (no more acrobatics to read your data)