Update maybe to v0.1.0-alpha.18 (#1602)

This commit is contained in:
Nathan Fretz 2024-10-06 21:46:45 +10:00 committed by GitHub
parent de1459c926
commit 1bf3d9a72f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3063
web:
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.17@sha256:29898491a708310771ac5a3733d4ed54ff54a596059d3d8ed8ebd64ed2ec77ef
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.18@sha256:ea3529e9e94d00e1824d79a936d212f533df58db9c9394ce2192597eb66c3c2b
restart: on-failure
stop_grace_period: 1m
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: maybe
category: finance
name: Maybe
version: 'v0.1.0-alpha.17'
version: 'v0.1.0-alpha.18'
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,16 +22,16 @@ description: >-
2. Add your Synth API key to the .env file at ~/umbrel/app-data/maybe/.env
releaseNotes: >-
This update introduces several improvements and new features:
We've made some big updates for the CSV imports feature:
- 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
You can now import transactions, trades, accounts, and even an old Mint export!
Additional improvements include:
- EUR currencies and dates are now formatted correctly based on user locale
- The transactions page now has a completed list of filters for easier transaction finding
- Several app stability fixes and improvements
Full release notes are found at https://github.com/maybe-finance/maybe/releases.