Releases: RIP-Comm/sossoldi
0.2.2
What's Changed
- Feat: Biometric Auth
- Feat: Balance Blurring
- Feat: Recurring transactions also for incoming and transfers
- Fix: liquidity budget
- Fix: various graphic glitches
Also, for our Devs:
Folders reorganization
Updated roadmap and core values
Updated collaborators (Want to appear? Commit your changes, or head to our Discord)
Store's friendly changelog
This update is all about small superpowers that make a big difference:
Blur your balances – finally! No more awkward “whoops, you saw my net worth” moments when showing the app to a friend or colleague.
Unlock with your face or fingerprint – local biometric authentication is here. Faster, safer, slicker.
Bug fixes galore – from budgets behaving weirdly, to recurring transactions misbehaving, to liquidity calculations… we’ve been hunting down gremlins so you don’t have to.
And yes, under the hood we also did some reorganizing, polishing, and added roadmap + core values docs for the community.
Big thanks to the contributors who made this happen 💚
WARNING: This is still a beta version: backup your database before installing
Super short changelog
Blur your balances, unlock with biometrics, and enjoy smoother bug-free money tracking.
Small update, big peace of mind.
All PRs merged since prev rel
- ref(*): folder reorg by @fres-sudo in #443
- DOCS | New Roadmap and Core Values by @theperu in #405
- Feat: blur balance by @federicoviceconti in #442
- Fix overflow issue to create new budgets by @arikaran-13 in #455
- feat: allow user to enable local device authentication by @gabrielecabrini in #278
- fixed state sync issue for transaction and recurring transaction page by @arikaran-13 in #464
- fix: update budget management functionality by adding category usage tracking by @SalvatoreDiPalo in #460
- #400 Fix recurring older payment screen by @arikaran-13 in #462
- Fix list tile height & currency symbol in month selector by @theperu in #458
- fix (migration): type in recurring real to text by @lucaantonelli in #472
- Fix available liquidity calculation by @theperu in #470
- Updated collaborators, bump version, added changelog by @mikev-cw in #473
A warm welcome to our new Contributors
- @arikaran-13 made their first contribution in #455
- @gabrielecabrini made their first contribution in #278
- @SalvatoreDiPalo made their first contribution in #460
Full Changelog: 0.1.6...0.2.2
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 #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-pageroute 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
v0.1.5-beta
What's Changed
- Added Import/Export feature
- Account balances can now be reconciled
- Fixed and refactored transfers
- Fixed various issues with main and deleted accounts
- Fixed a bug affecting budgets and income categories
- Added confirmation dialogs where needed
- Improved overall data refreshing when events occur
- Improved data input formats and keyboard handling
- Enhanced graphs
- Improved Dark Mode
- UI now better reflects the Figma design
- Removed unnecessary dependencies
- Added GitHub templates for issues and PRs
- Introduced a migration system for the database schema
Store's friendly changelog
We've fixed that annoying bug on transfers!
Account balances can now be reconciled for better accuracy.
Fixed some pesky bugs related to accounts, budgets, and categories.
Optimized data input for a faster and smoother experience.
Graphs now look better and are easier to read.
Dark Mode got some love and looks even better now!
...and a ton of other under-the-hood improvements...
To report issues, suggest improvements, or share feedback, you can always use the dedicated section in the settings.
Thank you for the incredible support we've received over the past few weeks and to the many contributors whose talent made this release possible. Lots of exciting new features are on the way!
All PRs merged since 0.1.1
- Bug fix: Prevent user to create budgets for income categories by @theperu in #184
- Adding Privacy Policy to the documentation by @theperu in #192
- Handle transaction lower than 1 by @K-w-e in #191
- Bug fix/187: update account after updating transaction by @coluzziandrea in #188
- changed event to trigger modifyBudget + force number keyboard by @K-w-e in #190
- Fix #194 & #201 by @lucaantonelli in #207
- Fixing bugs for line and bar charts + minor changes by @theperu in #206
- Fix #202 - #203 + Dark Mode improvements by @lucaantonelli in #210
- Fix #211 - #215 - #217 + New custom widget: RoundedIcon by @lucaantonelli in #224
- fix(routing): iOS swipe back on settings page by @fres-sudo in #229
- Fix #193 + Fix #223 + Fix transfer buttons in dark mode by @lucaantonelli in #227
- Import export feature by @theperu in #225
- Fix #220 & #213 + Untracked bugs by @theperu in #230
- Fix #221 + #226 + #228 + Minor fixes by @lucaantonelli in #231
- feat(account, transaction): reconciliation and transaction list by @fres-sudo in #233
- Refactor font usage to remove Google Fonts dependency by @xDefcon in #271
- Update add_account.dart by @gohaneri in #263
- Update Discord link in README by @gioisco in #273
- Resolve #219: Add input formatter to allow one period, changes to keyboardType to show numpad on iOS by @bongio94 in #239
- fix: Update transfer page UI by @dhruvanbhalara in #260
- Fix a Typo, there wasn't a newline where needed by @simo498 in #258
- docs: fix minor grammar issues by @gCattt in #252
- fix: Resolve #249, #264 - Updated CupertinoDatePicker background color by @bongio94 in #277
- feat: Resolve #200 - Added confirmation dialog when deleting an account by @bongio94 in #276
- fix: typo singular data by @christian-fei in #293
- fix: fix ADD TRANSACTION button by @Petapton in #286
- Graphic fix + Android setup fix by @lucaantonelli in #240
- Update pubspec.lock to include new dependencies by @xDefcon in #255
- Add templates for issues and prs by @dag7dev in #350
- Fix yaml template issues by @dag7dev in #357
- feat(transaction): duplicate transaction by @fres-sudo in #234
- Fix move pr template in a more appropriate location by @dag7dev in #358
- feat: Implement database migration system by @xDefcon in #291
- docs: update doc-guide.md by @eltociear in #321
- chore: Resolve #243 - Improve platform specific UI elements and route transitions by @bongio94 in #328
- fix: 232 | Rework of 'is_first_login' variable by @VoidElle in #342
- del(pubspec): remove gap as dependency by @fres-sudo in #370
- Fix grammatical error by @simo498 in #375
- Fix #347 by @dariowskii in #348
- fix(pubspec): lock file update + generated macos file by @lucaantonelli in #376
- Fix: CountNetWorth and Main Account removal correct handling by @lucaantonelli in #374
A warm welcome to our new Contributors
- @xDefcon made their first contribution in #271
- @gohaneri made their first contribution in #263
- @bongio94 made their first contribution in #239
- @dhruvanbhalara made their first contribution in #260
- @simo498 made their first contribution in #258
- @gCattt made their first contribution in #252
- @christian-fei made their first contribution in #293
- @Petapton made their first contribution in #286
- @dag7dev made their first contribution in #350
- @eltociear made their first contribution in #321
- @VoidElle made their first contribution in #342
- @dariowskii made their first contribution in #348
Full Changelog: v0.1.0-beta...v0.1.5-beta
0.1.0b
This is our MVP of the project