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

Upgrade maybe finance to 0.3.0 #2068

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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.2.0@sha256:6b2471cb033e2f92f1eed33a64008c101ea36fd99c59b92b42083180c57fc83e
image: ghcr.io/maybe-finance/maybe:0.3.0@sha256:68e7025602172ddae766375ea9199282ddc8eb441404022ea3e2153d2448a667
restart: on-failure
stop_grace_period: 1m
volumes:
Expand Down
15 changes: 5 additions & 10 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: '0.2.0'
version: '0.3.0'
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 @@ -13,15 +13,10 @@ description: >-
Maybe is under active development and is still working towards a stable release with a full feature set.
releaseNotes: >-
Major improvements in this release include:
- Added multi-currency investment account support
- Improved transaction editing interface
- Enhanced account history calculations
- Better handling of brokerage cash vs holdings value
- More accurate cost basis calculations
- Improved CSV import functionality with custom column separator support
- Added support for additional date formats
- Various UI improvements and bug fixes

- Add account data enrichment
- Nested Categories
- Transfer and Payment auto-matching, model and UI improvements
- Budgeting

Full release notes are found at https://github.com/maybe-finance/maybe/releases.
developer: Maybe
Expand Down
Loading