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
- feat(accounts): Highlight matching activity search text in entry names by @bugbug11111 in #1671
- Revert "feat(accounts): Highlight matching activity search text in entry names" by @jjmata in #1682
- feat(api): expose balance history by @JSONbored in #1641
- feat(entries): Add amount validation and robustify monetizable concern by @sentry[bot] in #1680
- fix(transactions): Ignore blank date in entry params by @sentry[bot] in #1688
- feat(api): expose budget state by @JSONbored in #1640
- Update link text for new account to use translation by @royto in #1690
- feat(api): expose sync status by @JSONbored in #1635
- feat: add Hungarian (hu) localization by @brandonvers in #1677
- feat(api): allow creating categories via API by @GermanDZ in #1676
- feat(api): expose provider connection health by @JSONbored in #1636
- perf(accounts): kill sidebar/sparkline N+1s and cache the sidebar by @GermanDZ in #1683
- Fix avg_cost to return per-share cost basis by @EdeAbreu23 in #1692
New Contributors
- @bugbug11111 made their first contribution in #1671
- @royto made their first contribution in #1690
- @brandonvers made their first contribution in #1677
- @EdeAbreu23 made their first contribution in #1692
Full Changelog: v0.7.1-alpha.3...v0.7.1-alpha.4