v0.1.0-alpha.13
版本发布时间: 2024-08-03 05:10:59
maybe-finance/maybe最新发布版本:v0.2.0-alpha.1(2024-10-25 21:50:52)
Coming off the back of last week's release which introduced basic investment portfolio views and the ability to sync investment holdings, this week's release introduces full support for stock prices with the Synth API! (which has a generous free tier to get started)
This means that investment account views can now properly calculate and show an aggregated market value of all the investments in it and gracefully handle missing stock prices.
In a future release, users will have full control to create buy & sell trades, manage their investment portfolio, and see total returns over various time periods alongside their historical value graph.
https://github.com/user-attachments/assets/c39b1706-97a7-4e3e-b568-9d9b09e38e05
What's Changed
- Fix: Omit layout for turbo frames with custom sidebar layout by @pranavbabu in https://github.com/maybe-finance/maybe/pull/1024
- fix: long emails overflow in account menu dropdown by @MikhailWahib in https://github.com/maybe-finance/maybe/pull/1034
- Fix demo data reset by @tonyvince in https://github.com/maybe-finance/maybe/pull/1041
- Ensure transfer name is populated by @zachgoll in https://github.com/maybe-finance/maybe/pull/1042
- Add security prices provider (Synth integration) by @zachgoll in https://github.com/maybe-finance/maybe/pull/1039
- Show cash + holdings value for investment account view by @zachgoll in https://github.com/maybe-finance/maybe/pull/1046
New Contributors
- @pranavbabu made their first contribution in https://github.com/maybe-finance/maybe/pull/1024
- @MikhailWahib made their first contribution in https://github.com/maybe-finance/maybe/pull/1034
Full Changelog: https://github.com/maybe-finance/maybe/compare/v0.1.0-alpha.12...v0.1.0-alpha.13