Skip to content

Commit

Permalink
Update maybe to 0.1.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Aug 12, 2024
1 parent ce6ff9c commit 1befc69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 1 addition & 3 deletions maybe/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ 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:
- ${APP_DATA_DIR}/data/rails:/rails/storage
# Self-hosted Maybe requires a Synth API key (https://synthfinance.com/) for basic multi-currency support.
# Ideally Maybe will support API key input via the UI in the future, but for now we create a persistent .env file for Advanced users to input their API key and restart Maybe (see pre-install hook)
env_file:
- ${APP_DATA_DIR}/.env
environment:
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 1befc69

Please sign in to comment.