From c925a08ae9955e32ad847e9ec93872f96fb3b682 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 31 Jul 2024 12:39:57 +1000 Subject: [PATCH] Update maybe to version v0.1.0-alpha.12 (#1265) --- maybe/docker-compose.yml | 4 ++-- maybe/umbrel-app.yml | 29 +++++++++-------------------- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/maybe/docker-compose.yml b/maybe/docker-compose.yml index 507b855..9e79150 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.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 \ No newline at end of file diff --git a/maybe/umbrel-app.yml b/maybe/umbrel-app.yml index 220b58c..900a38b 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.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 \ No newline at end of file