Update Maybe to v0.1.0-alpha.11 (#1221)

This commit is contained in:
Simon Green 2024-07-21 22:18:44 -06:00 committed by GitHub
parent 991c39e348
commit a7c1a55338
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 22 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3063
web:
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.9@sha256:463670ad1d861349cb29bc53ff0401e5e7e221ed428637bd2843d630684daa47
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.11@sha256:b688ca1313cc88ec7fa851983f8c740a699d91168c83df6bd1275326bcb28a51
restart: on-failure
stop_grace_period: 1m
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: maybe
category: finance
name: Maybe
version: 'v0.1.0-alpha.9'
version: 'v0.1.0-alpha.11'
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
@ -23,28 +23,25 @@ description: >-
2. Add your Synth API key to the .env file at ~/umbrel/app-data/maybe/.env
releaseNotes: >-
Improvements in this release:
- Fixed decimal display for Euro currencies.
- Ability to edit transaction types and amounts.
- Fixed transactions being duplicated during import.
- Improved balance consistency after entering transactions.
- Improved account sychronization with one click.
- Enhanced button design for a more unified look.
- Improved account settings and transaction updates.
- Fixed several bugs to make the app run smoother.
- Toast notifications can now be closed on demand.
Full release notes available at https://github.com/maybe-finance/maybe/releases/tag/v0.1.0-alpha.9
- 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
developer: Maybe
website: https://maybe.co/
dependencies: []