-
v0.2.0-alpha.2 Pre-Release
released this
2024-11-09 03:55:56 +08:00 | 646 commits to main since this releaseActivity View
Alongside several bug fixes, this pre-release comes with a brand new "Activity View" based on tons of user feedback. This new activity view allows you to see the chronological updates of each account all in one place. In addition, it should how each transaction and balance update affects the overall historical balance on the account. You can see it in action below:
https://github.com/user-attachments/assets/2ef7e691-a2fe-4dc6-b8bb-0896b9634258
What's Changed
- Remove dependency on stock exchange table by @Shpigford in https://github.com/maybe-finance/maybe/pull/1368
- fix bulk action bar positioning by @gariasf in https://github.com/maybe-finance/maybe/pull/1370
- Stock filter by @Shpigford in https://github.com/maybe-finance/maybe/pull/1376
- Remove missing prices issue by @zachgoll in https://github.com/maybe-finance/maybe/pull/1390
- First pass at security price reference by @Shpigford in https://github.com/maybe-finance/maybe/pull/1388
- Initial pass at Synth-based ticker selection by @Shpigford in https://github.com/maybe-finance/maybe/pull/1392
- Groundwork for security info by @Shpigford in https://github.com/maybe-finance/maybe/pull/1396
- Adds condition to skip link to transaction form if it's not editable by @nicogaldamez in https://github.com/maybe-finance/maybe/pull/1394
- Do not include income transactions in liability accounts for savings rate by @tonyvince in https://github.com/maybe-finance/maybe/pull/1385
- Auto naming of Transfer Transaction by @Harry-kp in https://github.com/maybe-finance/maybe/pull/1393
- Family invites by @Shpigford in https://github.com/maybe-finance/maybe/pull/1397
- En translation fix by @alekseyp in https://github.com/maybe-finance/maybe/pull/1401
- Account Activity View + Account Forms by @zachgoll in https://github.com/maybe-finance/maybe/pull/1406
- Fix account names are not truncated properly by @tonyvince in https://github.com/maybe-finance/maybe/pull/1431
- Exclude inactive accounts from net-worth calculation and from sidebar by @tonyvince in https://github.com/maybe-finance/maybe/pull/1432
- Fix timeframe dropdown next to Portfolio by @tonyvince in https://github.com/maybe-finance/maybe/pull/1434
- Skip account valuation on entry balance_after_entry by @bruno-costanzo in https://github.com/maybe-finance/maybe/pull/1435
- Fix duplicate invites by @tonyvince in https://github.com/maybe-finance/maybe/pull/1437
New Contributors
- @alekseyp made their first contribution in https://github.com/maybe-finance/maybe/pull/1401
- @3zcurdia made their first contribution in https://github.com/maybe-finance/maybe/pull/1402
Full Changelog: https://github.com/maybe-finance/maybe/compare/v0.2.0-alpha.1...v0.2.0-alpha.2
Downloads