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 selected account and Transaction/Transfer Tabs changes by @yxuko in #1220
- Perf: Index Balance::SyncCache lookups by date to eliminate O(N×D) scans by @happytechca in #1081
- Family sharing by @sokie in #1272
- Added option to skip TLS verification for mailer by @fkrauthan in #1291
- Default production SSO provider source to YAML to avoid boot-time schema errors by @Copilot in #1278
- Sort Accounts dropdown alphabetically on uploads by @r-jeffries in #1290
- Providers sharing by @sokie in #1273
- Recurring scoping implementation by @sokie in #1300
- Show inflow/outflow totals for transfer filter by @lolimmlost in #1134
- Mobile: Add theme selection (light/dark/system) to settings by @felixmuinde in #1213
- feat(mobile): Add animated TypingIndicator for AI chat responses by @felixmuinde in #1269
- Added ca_file option to use the SSL_CA_FILE specified file if present by @fkrauthan in #1302
- Fix/issue 954 enable banking duplicate transactions by @0xRozier in #988
- Add transaction fee support to trades by @happytechca in #1248
- Record dividends and interest as Trades in investment accounts by @happytechca in #1311
- Split transactions and privacy quick fixes by @sokie in #1315
- Fix NoMethodError on nil entryable in account activity feed by @happytechca in #1316
- Missing translation fallback for account subtypes by @jjmata in #1325
- Fix NoMethodError on nil accountable for logo color by @sentry[bot] in #1334
- Add CoinStats exchange portfolio sync and normalize linked investment charts by @falcononrails in #1308
- fix: add hex color validation to Category model and form (to resolve #1247) by @boul2gom in #1341
- Update Docker Compose file for AI optional features by @jjmata in #1349
- Fix unable to add trades with manual ticker by @Browndw4 in #1343
- Restore monotonic Android versionCode for mobile releases by @Copilot in #1348
- fix: instantiate RuleImport before generating rows by @tomerh2001 in #1354
New Contributors
- @fkrauthan made their first contribution in #1291
- @r-jeffries made their first contribution in #1290
- @felixmuinde made their first contribution in #1213
- @boul2gom made their first contribution in #1341
- @Browndw4 made their first contribution in #1343
- @tomerh2001 made their first contribution in #1354
Full Changelog: v0.6.9-alpha.9...v0.7.0-alpha.1