Mobile Debug Builds
This release includes debug builds of the mobile applications:
- 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
- Provider investment fixes by @sokie in #600
- Feat: /import endpoint & drag-n-drop imports by @adamescj in #501
- Add overpayment detection for SimpleFIN liabilities (default ON) with heuristic-based classification and robust fallbacks by @luckyPipewrench in #412
- Remove invalid logo.synthfinance.com URLs from merchants table by @Copilot in #553
- Add pending transaction handling and duplicate reconciliation logic by @luckyPipewrench in #602
- feat(zh-TW): add Traditional Chinese localization support by @Rukeith in #503
- Add Redis Sentinel support for Sidekiq high availability by @Copilot in #457
- Fix struct compatibility error in IncomeStatement::Totals by @jjmata in #603
New Contributors
Full Changelog: v0.6.7-alpha.5...v0.6.7-alpha.6