Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maybe to v0.1.0-alpha.11 #1221

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maybe/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
APP_PORT: 3063

web:
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.9@sha256:463670ad1d861349cb29bc53ff0401e5e7e221ed428637bd2843d630684daa47
image: ghcr.io/maybe-finance/maybe:0.1.0-alpha.11@sha256:b688ca1313cc88ec7fa851983f8c740a699d91168c83df6bd1275326bcb28a51
restart: on-failure
stop_grace_period: 1m
volumes:
Expand Down
21 changes: 9 additions & 12 deletions maybe/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: maybe
category: finance
name: Maybe
version: 'v0.1.0-alpha.9'
version: 'v0.1.0-alpha.11'
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
Expand All @@ -23,28 +23,25 @@ description: >-
2. Add your Synth API key to the .env file at ~/umbrel/app-data/maybe/.env
releaseNotes: >-
Improvements in this release:


- Fixed decimal display for Euro currencies.

- Ability to edit transaction types and amounts.
- Additional error handling.

- Fixed transactions being duplicated during import.
- Fallback for missing exchange rates.

- Improved balance consistency after entering transactions.
- Easier balance editing.

- Improved account sychronization with one click.
- Ability to upload CSV when importing transactions.

- Enhanced button design for a more unified look.
- Use preferred currency as default when creating new accounts.

- Improved account settings and transaction updates.
- Improvements to account synchronization.

- Fixed several bugs to make the app run smoother.
- Added links to troubleshooting guides.

- Toast notifications can now be closed on demand.


Full release notes available at https://github.com/maybe-finance/maybe/releases/tag/v0.1.0-alpha.9
Full release notes available at https://github.com/maybe-finance/maybe/releases/tag/v0.1.0-alpha.11
developer: Maybe
website: https://maybe.co/
dependencies: []
Expand Down
Loading