Skip to content

Commit

Permalink
Update maybe to version 0.1.0-alpha.14 (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Aug 13, 2024
1 parent 4f042b5 commit cff828b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion maybe/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
16 changes: 9 additions & 7 deletions maybe/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit cff828b

Please sign in to comment.