Mobile Debug Builds
This release includes debug builds of the mobile applications. Download from the Assets area below.
- Android APK: Debug build for testing on Android devices
- iOS Build: Unsigned iOS build (requires code signing for installation)
Note: These are debug builds intended for testing purposes. For production use, please build from source with proper signing credentials.
What's Changed
- Bump version to next iteration after v0.7.4-alpha.9 release by @github-actions[bot] in #3173
- fix(i18n): add missing Italian translations by @alessiocappa in #3170
- Fix AI health check for OpenAI-compatible endpoints by @sure-admin in #3184
- feat(budgets): carry a category's unspent budget into the next month by @buzzromain in #3143
- feat(budgets): move money between envelopes in one gesture by @buzzromain in #3164
- fix(trades): let the header call a trade what the importer recorded by @buzzromain in #3150
- fix(goals): stop two goals from each claiming the same account in full by @buzzromain in #3160
- fix(rules): validate Rule::Condition type registry + normalize legacy values by @Khaostica in #1908
- feat(goals): a reached goal lets go of the money it was holding by @buzzromain in #3165
- fix(lunchflow): keep balances current during rate limits by @tatoalo in #3129
- Warn before provider setup without encryption keys by @sure-admin in #3007
- Feature/category hierarchy and account search by @DataEnginr in #2845
- fix(desktop): support a server hosted under a sub-path by @nSimonFR-ai in #3127
- feat(goals): reserves you maintain, not goals you finish by @buzzromain in #3167
- fix(onchain): let the account take its wallet row with it by @buzzromain in #3182
- feat(goals): tell the user when a reserve has dropped below its level by @buzzromain in #3175
New Contributors
- @tatoalo made their first contribution in #3129
- @nSimonFR-ai made their first contribution in #3127
Full Changelog: v0.7.4-alpha.9...v0.7.4-alpha.10