Browse Source
Update Maybe to v0.1.0-alpha.9 (#1189)
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Simon Green
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
26 additions and
3 deletions
-
maybe/docker-compose.yml
-
maybe/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 3063 |
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.7@sha256:ea5897545aaea97e80de7f6ccafe953ad55e9a766070383215a693a9f85f12e0 |
|
|
|
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.9@sha256:463670ad1d861349cb29bc53ff0401e5e7e221ed428637bd2843d630684daa47 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: maybe |
|
|
|
category: finance |
|
|
|
name: Maybe |
|
|
|
version: 'v0.1.0-alpha.7' |
|
|
|
version: 'v0.1.0-alpha.9' |
|
|
|
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 |
|
|
@ -21,7 +21,30 @@ description: >- |
|
|
|
1. Sign up for a Synth API key at https://synthfinance.com/ |
|
|
|
|
|
|
|
2. Add your Synth API key to the .env file at ~/umbrel/app-data/maybe/.env |
|
|
|
releaseNotes: "" |
|
|
|
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 |
|
|
|
developer: Maybe |
|
|
|
website: https://maybe.co/ |
|
|
|
dependencies: [] |
|
|
|