Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maybe to version 0.1.0-alpha.14 #1346

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maybe/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'

Check notice on line 1 in maybe/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

Check notice on line 1 in maybe/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "db"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -7,7 +7,7 @@
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