Browse Source

Update maybe to v0.1.0-alpha.17 (#1481)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
335fc2269c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      maybe/docker-compose.yml
  2. 18
      maybe/umbrel-app.yml

2
maybe/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3063 APP_PORT: 3063
web: 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 restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
volumes: volumes:

18
maybe/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: maybe id: maybe
category: finance category: finance
name: Maybe name: Maybe
version: 'v0.1.0-alpha.16' version: 'v0.1.0-alpha.17'
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,12 +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 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 - Self-hosted instances can now block new user registrations
- In the future, Maybe will support data providers for automatic valuation of properties and vehicles - UI improvements and bug fixes
- Estimated market values will be added periodically as "Valuations" in the value tab of each account - Ability to create deposit entries in investment portfolios
- Account balance history graphs will reflect these valuations - 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. Full release notes are found at https://github.com/maybe-finance/maybe/releases.

Loading…
Cancel
Save