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
- fix: Replace platform-wide broadcast_refresh with sync toast by @ahnv in #1964
- feat(ai): add Anthropic provider with chat parity (1/5) by @gariasf in #1983
- fix(family): include HSA depository accounts in tax-advantaged exclusion by @galuis116 in #2004
- Fix Start month on Last 6 Months report off by 1 by @joaocbatista in #2070
- fix(transactions): include enable_banking in pending/confirmed status filter by @web-dev0521 in #1885
- ci(preview): stabilize image push and readiness diagnostics by @JSONbored in #2084
- fix(tests): avoid account statement coverage rollover collision by @sure-admin in #2102
- fix: Do not show pagination if no merchants are available by @alessiocappa in #2115
- feat(transactions): add inline tag creation and search in txn form by @tedawf in #1719
- fix(categories): avoid index N+1 queries by @JSONbored in #2089
- feat(ai): Anthropic batch ops + LLM cost ledger (2/5) by @gariasf in #1984
- feat: Move "Merge" action for merchants/categories in sub menu by @alessiocappa in #2114
- perf(transfers): narrow auto-transfer candidate search by @JSONbored in #2080
- feat(goals): balance-derived + pledges by @gariasf in #1798
- fix(migrations): scope admin-backfill to a MigrationUser model (#1716) by @jeffrey701 in #1871
- perf(sparklines): avoid full account loads for linked charts by @JSONbored in #2128
New Contributors
- @web-dev0521 made their first contribution in #1885
Full Changelog: v0.7.2-alpha.1...v0.7.2-alpha.2