v0.1.0-alpha.15
版本发布时间: 2024-08-17 04:18:22
maybe-finance/maybe最新发布版本:v0.2.0-alpha.1(2024-10-25 21:50:52)
This week, we released the first version of an issue tracking system directly within the Maybe app!
Why?
As an open-source personal finance app, Maybe has a much larger "self service" component than most applications. While we're in the early days, the goal is to support a global user base, which means we have to support a lot of data providers.
Each data provider comes with its own set of nuances and errors that can be challenging to debug; especially for our small team that doesn't have access to your self hosted configuration. When things go wrong, there are a handful of possible causes.
In order to combat this, the v0.1.0-alpha.15
release introduces a "self resolution" issue tracking system. The video below demonstrates how a user who has incorrectly configured their exchange rates provider can identify, diagnose, and fix the issue all within the Maybe app:
https://github.com/user-attachments/assets/7cc98c79-9b72-4260-bc17-907bc33b1390
What's Changed
- Deposit, Withdrawal, and Interest Transactions for Investment View by @zachgoll in https://github.com/maybe-finance/maybe/pull/1075
- Bump tailwindcss-rails from 2.6.5 to 2.7.2 by @dependabot in https://github.com/maybe-finance/maybe/pull/1078
- Bump bootsnap from 1.18.3 to 1.18.4 by @dependabot in https://github.com/maybe-finance/maybe/pull/1079
- Bump ruby-lsp-rails from 0.3.11 to 0.3.12 by @dependabot in https://github.com/maybe-finance/maybe/pull/1081
- Refactor: Use native error i18n lookup by @pedrocarmona in https://github.com/maybe-finance/maybe/pull/1076
- Bump rails from
43530b4
tof6d62b5
by @dependabot in https://github.com/maybe-finance/maybe/pull/1083 - Fix: i18n symbol typo by @pedrocarmona in https://github.com/maybe-finance/maybe/pull/1085
- Bump ruby from 3.3.1 to 3.3.4 by @Cluster444 in https://github.com/maybe-finance/maybe/pull/1084
- Fix for invalid accountable data by @zachgoll in https://github.com/maybe-finance/maybe/pull/1086
- add pagination to account transactions list by @code-constructor in https://github.com/maybe-finance/maybe/pull/1095
- Account Issue Model and Resolution Flow + Troubleshooting guides by @zachgoll in https://github.com/maybe-finance/maybe/pull/1090
- Add support for different column separator in csv import logic by @code-constructor in https://github.com/maybe-finance/maybe/pull/1096
- Improved UI warning states for holdings with missing data by @zachgoll in https://github.com/maybe-finance/maybe/pull/1098
New Contributors
- @pedrocarmona made their first contribution in https://github.com/maybe-finance/maybe/pull/1076
- @Cluster444 made their first contribution in https://github.com/maybe-finance/maybe/pull/1084
- @code-constructor made their first contribution in https://github.com/maybe-finance/maybe/pull/1095
Full Changelog: https://github.com/maybe-finance/maybe/compare/v0.1.0-alpha.14...v0.1.0-alpha.15