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)
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 https://github.com/RIP-Comm/sossoldi/pull/385
- Add support for e2e tests by @theperu in https://github.com/RIP-Comm/sossoldi/pull/372
- fix: Resolve #383 - Allow null on RecurringPaymentCard by @bongio94 in https://github.com/RIP-Comm/sossoldi/pull/389
- Implementation of FVM (Flutter Version Manager) by @VoidElle in https://github.com/RIP-Comm/sossoldi/pull/319
- style: apply dart format by @lucaantonelli in https://github.com/RIP-Comm/sossoldi/pull/410
- Add GitHub Action for Dart format check by @marcoredz in https://github.com/RIP-Comm/sossoldi/pull/268
- fix,ref(ci/cd): only one workflow and dart format fix by @fres-sudo in https://github.com/RIP-Comm/sossoldi/pull/414
- fix: handle negative values correctly in DecimalTextInputFormatter by @0neRain in https://github.com/RIP-Comm/sossoldi/pull/418
- style: added and refactored styling utilities by @fres-sudo in https://github.com/RIP-Comm/sossoldi/pull/378
- Fix potential crash in
/add-pageroute handling by @dariowskii in https://github.com/RIP-Comm/sossoldi/pull/403 - Fix analysis warning by @federicoviceconti in https://github.com/RIP-Comm/sossoldi/pull/298
- feat(ui): auto-close category panel on selection for improved UX by @Ic3b3rg in https://github.com/RIP-Comm/sossoldi/pull/417
- fix: Resolve #251 - Ask user to create a category before adding a category budget by @bongio94 in https://github.com/RIP-Comm/sossoldi/pull/290
- fix: correctly show expense amounts in list tiles by @0neRain in https://github.com/RIP-Comm/sossoldi/pull/432
- fix: removing overflow on category buttons by @federicoviceconti in https://github.com/RIP-Comm/sossoldi/pull/434
- fix: Resolve #382 - Add safe area in "New transaction" page by @xDefcon in https://github.com/RIP-Comm/sossoldi/pull/388
- perf(add_category): autoselect category type based on transaction type by @gioisco in https://github.com/RIP-Comm/sossoldi/pull/402
- bump version by @mikev-cw in https://github.com/RIP-Comm/sossoldi/pull/436
A warm welcome to our new Contributors
- @marcoredz made their first contribution in https://github.com/RIP-Comm/sossoldi/pull/268
- @0neRain made their first contribution in https://github.com/RIP-Comm/sossoldi/pull/418
- @federicoviceconti made their first contribution in https://github.com/RIP-Comm/sossoldi/pull/298
- @Ic3b3rg made their first contribution in https://github.com/RIP-Comm/sossoldi/pull/417
Full Changelog: https://github.com/RIP-Comm/sossoldi/compare/v0.1.5-beta...v0.1.6-beta