mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
Update maybe to v0.1.0-alpha.18 (#1602)
This commit is contained in:
parent
de1459c926
commit
1bf3d9a72f
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 3063
|
APP_PORT: 3063
|
||||||
|
|
||||||
web:
|
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
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||||||
id: maybe
|
id: maybe
|
||||||
category: finance
|
category: finance
|
||||||
name: Maybe
|
name: Maybe
|
||||||
version: 'v0.1.0-alpha.17'
|
version: 'v0.1.0-alpha.18'
|
||||||
tagline: The OS for your personal finances
|
tagline: The OS for your personal finances
|
||||||
description: >-
|
description: >-
|
||||||
Maybe is a fully (your finances are secure) open-source OS for your personal finances built by
|
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
|
2. Add your Synth API key to the .env file at ~/umbrel/app-data/maybe/.env
|
||||||
releaseNotes: >-
|
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
|
You can now import transactions, trades, accounts, and even an old Mint export!
|
||||||
- Ability to create deposit entries in investment portfolios
|
|
||||||
- Fixed account sync issues
|
|
||||||
- Improved transaction management and display
|
Additional improvements include:
|
||||||
- Added feedback page
|
- EUR currencies and dates are now formatted correctly based on user locale
|
||||||
- Support for multi-currency transfers
|
- The transactions page now has a completed list of filters for easier transaction finding
|
||||||
- Allow partial investment quantities
|
- Several app stability fixes and improvements
|
||||||
|
|
||||||
|
|
||||||
Full release notes are found at https://github.com/maybe-finance/maybe/releases.
|
Full release notes are found at https://github.com/maybe-finance/maybe/releases.
|
||||||
|
Loading…
Reference in New Issue
Block a user