From 43e89694d7cce5affd39aa9b7aaa7ab4c9046e98 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Mon, 8 Jul 2024 20:21:47 -0600 Subject: [PATCH] Update Maybe to v0.1.0-alpha.9 (#1189) Co-authored-by: nmfretz --- maybe/docker-compose.yml | 2 +- maybe/umbrel-app.yml | 27 +++++++++++++++++++++++++-- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/maybe/docker-compose.yml b/maybe/docker-compose.yml index a496c046..6c13a032 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.7@sha256:ea5897545aaea97e80de7f6ccafe953ad55e9a766070383215a693a9f85f12e0 + image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.9@sha256:463670ad1d861349cb29bc53ff0401e5e7e221ed428637bd2843d630684daa47 restart: on-failure stop_grace_period: 1m volumes: diff --git a/maybe/umbrel-app.yml b/maybe/umbrel-app.yml index 7f4496e1..bcb30b70 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.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: []