Browse Source

Update maybe to version v0.1.0-alpha.12 (#1265)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
c925a08ae9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      maybe/docker-compose.yml
  2. 29
      maybe/umbrel-app.yml

4
maybe/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3063
web:
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.11@sha256:b688ca1313cc88ec7fa851983f8c740a699d91168c83df6bd1275326bcb28a51
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.12@sha256:0b6ef1d023f8070956f3294378fb8a021a298496b4423fca918c71fd665db871
restart: on-failure
stop_grace_period: 1m
volumes:
@ -48,4 +48,4 @@ services:
test: ['CMD-SHELL', 'pg_isready -U maybe']
interval: 10s
timeout: 5s
retries: 5
retries: 5

29
maybe/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: maybe
category: finance
name: Maybe
version: 'v0.1.0-alpha.11'
version: 'v0.1.0-alpha.12'
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,26 +22,15 @@ description: >-
2. Add your Synth API key to the .env file at ~/umbrel/app-data/maybe/.env
releaseNotes: >-
Improvements in this release:
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.
- Additional error handling.
- Fallback for missing exchange rates.
- Easier balance editing.
- Ability to upload CSV when importing transactions.
- Use preferred currency as default when creating new accounts.
- Improvements to account synchronization.
- Added links to troubleshooting guides.
Full release notes available at https://github.com/maybe-finance/maybe/releases/tag/v0.1.0-alpha.11
Full release notes are found at https://github.com/maybe-finance/maybe/releases.
developer: Maybe
website: https://maybe.co/
dependencies: []
@ -56,4 +45,4 @@ path: ''
defaultUsername: ''
defaultPassword: ''
submitter: CaptainCodeman
submission: https://github.com/getumbrel/umbrel-apps/pull/1105
submission: https://github.com/getumbrel/umbrel-apps/pull/1105
Loading…
Cancel
Save