From a7c1a55338afc98ef49811144e4557e9cc45ca44 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Sun, 21 Jul 2024 22:18:44 -0600 Subject: [PATCH] Update Maybe to v0.1.0-alpha.11 (#1221) --- maybe/docker-compose.yml | 2 +- maybe/umbrel-app.yml | 21 +++++++++------------ 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/maybe/docker-compose.yml b/maybe/docker-compose.yml index 6c13a03..507b855 100644 --- a/maybe/docker-compose.yml +++ b/maybe/docker-compose.yml @@ -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: diff --git a/maybe/umbrel-app.yml b/maybe/umbrel-app.yml index bcb30b7..22fcbb8 100644 --- a/maybe/umbrel-app.yml +++ b/maybe/umbrel-app.yml @@ -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. + - Additional error handling. - - Fixed transactions being duplicated during import. + - Fallback for missing exchange rates. - - Improved balance consistency after entering transactions. + - Easier balance editing. - - Improved account sychronization with one click. + - Ability to upload CSV when importing transactions. - - Enhanced button design for a more unified look. + - Use preferred currency as default when creating new accounts. - - Improved account settings and transaction updates. + - Improvements to account synchronization. - - Fixed several bugs to make the app run smoother. + - Added links to troubleshooting guides. - - 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 + 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: []