diff --git a/maybe/docker-compose.yml b/maybe/docker-compose.yml index 9e79150ca5..73f1a09217 100644 --- a/maybe/docker-compose.yml +++ b/maybe/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3063 web: - image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.12@sha256:0b6ef1d023f8070956f3294378fb8a021a298496b4423fca918c71fd665db871 + image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.14@sha256:abb0e291eee3faf6a416103d59d6cf01ee69feb98cddcfc7ed937052b3ad9493 restart: on-failure stop_grace_period: 1m volumes: diff --git a/maybe/umbrel-app.yml b/maybe/umbrel-app.yml index 900a38b82a..43e63f6c94 100644 --- a/maybe/umbrel-app.yml +++ b/maybe/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: maybe category: finance name: Maybe -version: 'v0.1.0-alpha.12' +version: 'v0.1.0-alpha.14' tagline: The OS for your personal finances description: >- Maybe is a fully (your finances are secure) open-source OS for your personal finances built by @@ -22,12 +22,14 @@ description: >- 2. Add your Synth API key to the .env file at ~/umbrel/app-data/maybe/.env releaseNotes: >- - This update includes several bug fixes and improvements: - - Set last login time only on login instead of every action. - - Updated currency formatting in pie chart visualization. - - Implemented auto family syncs on login. - - Added basic portfolio views. - - Set minimum supported date for account entries. + This update introduces basic investment portfolios: + + - Users can now see a breakdown of their cash + holdings balance in a tooltip + - Added the ability to add buy/sell investment trades that automatically sync and rebuild portfolios and historical graphs + - Improved investment account page view + + + Future updates will focus on refining and expanding the investment portfolio feature, along with adding troubleshooting guides. Full release notes are found at https://github.com/maybe-finance/maybe/releases.