Skip to content

Releases: maybe-finance/maybe

v0.1.0-alpha.16

23 Aug 14:44
52c729d
Compare
Choose a tag to compare
v0.1.0-alpha.16 Pre-release
Pre-release

This week's release comes with a variety of bug fixes and improvements to the UI.

Additionally, users can now input details for their property and vehicle accounts as shown in the video below. In the near future, Maybe will support data providers related to the "valuation" of properties and vehicles (i.e. Zillow, KBB). We will use the information from user accounts to automatically fetch estimated market values for these assets which will then be added periodically as "Valuations" in the value tab of each account. This will then show up in the history graph for the account balance.

CleanShot.2024-08-23.at.10.37.04.mp4

What's Changed

Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16

v0.1.0-alpha.15

16 Aug 20:18
e6528ba
Compare
Choose a tag to compare
v0.1.0-alpha.15 Pre-release
Pre-release

This week, we released the first version of an issue tracking system directly within the Maybe app!

Why?

As an open-source personal finance app, Maybe has a much larger "self service" component than most applications. While we're in the early days, the goal is to support a global user base, which means we have to support a lot of data providers.

Each data provider comes with its own set of nuances and errors that can be challenging to debug; especially for our small team that doesn't have access to your self hosted configuration. When things go wrong, there are a handful of possible causes.

In order to combat this, the v0.1.0-alpha.15 release introduces a "self resolution" issue tracking system. The video below demonstrates how a user who has incorrectly configured their exchange rates provider can identify, diagnose, and fix the issue all within the Maybe app:

CleanShot.2024-08-16.at.10.42.20.mp4

What's Changed

New Contributors

Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15

v0.1.0-alpha.14

09 Aug 21:49
f3c4446
Compare
Choose a tag to compare
v0.1.0-alpha.14 Pre-release
Pre-release

Basic investment portfolios are here! ๐Ÿฅณ

While we're still in the very early days for investment accounts, this week capped off some really important additions to the investment account page view.

Users can now:

  • See a breakdown of their cash + holdings balance in a tooltip
  • Add buy/sell investment trades that will automatically sync and rebuild their portfolio and historical graph

Moving forward, we'll be refining and adding to the investment portfolio feature and complementing it with troubleshooting guides so you know exactly what's causing any discrepancies between Maybe's calculations and your brokerage's calculations.

CleanShot.2024-08-09.at.10.25.34.mp4

What's Changed

Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14

v0.1.0-alpha.13

02 Aug 21:10
edda5cb
Compare
Choose a tag to compare
v0.1.0-alpha.13 Pre-release
Pre-release

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.

CleanShot.2024-08-02.at.16.42.42.mp4

What's Changed

New Contributors

Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13

v0.1.0-alpha.12

26 Jul 14:50
dfc7e1c
Compare
Choose a tag to compare
v0.1.0-alpha.12 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

v0.1.0-alpha.11

19 Jul 20:09
c0e0c2b
Compare
Choose a tag to compare
v0.1.0-alpha.11 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11

v0.1.0-alpha.10

12 Jul 22:39
744ffb6
Compare
Choose a tag to compare
v0.1.0-alpha.10 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

v0.1.0-alpha.9

05 Jul 18:17
cea9025
Compare
Choose a tag to compare
v0.1.0-alpha.9 Pre-release
Pre-release

What's Changed

  • Account::Entry Delegated Type (namespace updates part 7) by @zachgoll in #923
  • Fix decimal display for euro currency by @zachgoll in #937
  • Enable updating Account::Entry#amount by @tonyvince in #942
  • Fix bug where transactions were duplicated in import confirm by @ljhurst in #941
  • Enque account sync job after creating transfer by @tonyvince in #946
  • Enable syncing all accounts in one click by @tonyvince in #948
  • Update docker compose example with fixed storage volume by @zachgoll in #950

New Contributors

Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9

v0.1.0-alpha.8

28 Jun 21:23
3209542
Compare
Choose a tag to compare
v0.1.0-alpha.8 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8

v0.1.0-alpha.7

21 Jun 21:08
62d5df7
Compare
Choose a tag to compare
v0.1.0-alpha.7 Pre-release
Pre-release

What's Changed

Maybe now supports transfer matching ๐Ÿฅณ ๐ŸŒฎ

This significantly improves income and expense calculations by excluding transfers from the calculation:

CleanShot.2024-06-18.at.14.32.13.mp4
  • Add merchant select when editing transaction by @jakubkottnauer in #885
  • Transaction transfers, payments, and matching by @zachgoll in #883
  • Ensure correct form's hidden input for selectedIds by @ziraqyoung in #891
  • Account namespace updates: part 1 (accountable types) by @zachgoll in #893
  • Account namespace updates: part 2 (categories) by @zachgoll in #894
  • Account namespace updates: part 3 (merchants) by @zachgoll in #895
  • Account namespace updates: part 4 (transfers, singular namespacing) by @zachgoll in #896
  • Fix Bug: after editing an account history value, it requires 2 clicks to close the menu by @tonyvince in #900
  • feat: Transaction pagination Improvements by @karankiri in #873
  • Fix transfer note overflow style by @jakubkottnauer in #902
  • Account namespace updates: part 5 (valuations) by @zachgoll in #901
  • Allow transfers based on transactions in different currencies by @jakubkottnauer in #903

New Contributors

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7