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)
To report issues, suggest improvements, or share feedback, you can always use the dedicated section in the settings.
Thank you for using Sossoldi!
Super short changelog:
Bug fixes, smoother taps, cleaner numbers. Your budgets and transactions just got a lot more behaved, and way less annoying!
All PRs merged since prev rel
- fix: Resolve #381 - Use DecimalTextInputFormatter in TextFields by @bongio94 in #385
- Add support for e2e tests by @theperu in #372
- fix: Resolve #383 - Allow null on RecurringPaymentCard by @bongio94 in #389
- Implementation of FVM (Flutter Version Manager) by @VoidElle in #319
- style: apply dart format by @lucaantonelli in #410
- Add GitHub Action for Dart format check by @marcoredz in #268
- fix,ref(ci/cd): only one workflow and dart format fix by @fres-sudo in #414
- fix: handle negative values correctly in DecimalTextInputFormatter by @0neRain in #418
- style: added and refactored styling utilities by @fres-sudo in #378
- Fix potential crash in
/add-page
route handling by @dariowskii in #403 - Fix analysis warning by @federicoviceconti in #298
- feat(ui): auto-close category panel on selection for improved UX by @Ic3b3rg in #417
- fix: Resolve #251 - Ask user to create a category before adding a category budget by @bongio94 in #290
- fix: correctly show expense amounts in list tiles by @0neRain in #432
- fix: removing overflow on category buttons by @federicoviceconti in #434
- fix: Resolve #382 - Add safe area in "New transaction" page by @xDefcon in #388
- perf(add_category): autoselect category type based on transaction type by @gioisco in #402
- bump version by @mikev-cw in #436
A warm welcome to our new Contributors
- @marcoredz made their first contribution in #268
- @0neRain made their first contribution in #418
- @federicoviceconti made their first contribution in #298
- @Ic3b3rg made their first contribution in #417
Full Changelog: v0.1.5-beta...v0.1.6-beta