From 335fc2269cdfd34eb3ee8c706710993ca433b90d Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 16 Sep 2024 17:13:51 +1000 Subject: [PATCH] Update maybe to v0.1.0-alpha.17 (#1481) --- maybe/docker-compose.yml | 2 +- maybe/umbrel-app.yml | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/maybe/docker-compose.yml b/maybe/docker-compose.yml index cc10607b..60ff47c7 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.16@sha256:d8db0b5c277140f19bc4fc5208295e0db0d9ba3f951dd02c8aad5addf8f0ef5b + image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.17@sha256:29898491a708310771ac5a3733d4ed54ff54a596059d3d8ed8ebd64ed2ec77ef restart: on-failure stop_grace_period: 1m volumes: diff --git a/maybe/umbrel-app.yml b/maybe/umbrel-app.yml index dcd6cc24..489bab36 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.16' +version: 'v0.1.0-alpha.17' 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,12 +22,16 @@ description: >- 2. Add your Synth API key to the .env file at ~/umbrel/app-data/maybe/.env releaseNotes: >- - This update introduces a "self resolution" issue tracking system and improvements to property and vehicle accounts: + This update introduces several improvements and new features: - - Users can now input details for their property and vehicle accounts - - In the future, Maybe will support data providers for automatic valuation of properties and vehicles - - Estimated market values will be added periodically as "Valuations" in the value tab of each account - - Account balance history graphs will reflect these valuations + - Self-hosted instances can now block new user registrations + - UI improvements and bug fixes + - Ability to create deposit entries in investment portfolios + - Fixed account sync issues + - Improved transaction management and display + - Added feedback page + - Support for multi-currency transfers + - Allow partial investment quantities Full release notes are found at https://github.com/maybe-finance/maybe/releases.