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(binance): fix hmac signature by using same parameter order in request and sign by @boul2gom in #1425
- Add binance security provider for crypto by @sokie in #1424
- Move back to brandfetch by @sokie in #1427
- Fix DemoFamilyRefreshJob demo email config lookup by @jjmata in #1426
- Fix potential timing attack in Sidekiq Web UI auth by @the-spectator in #1429
- fix(accounts): add duplicate action to activity view by @tedawf in #1418
- feat(enable-banking): enhance transaction import, metadata handling, and UI by @boul2gom in #1406
- Fix trade drawer header width regression by @jjmata in #1415
- Feature: tabbing between income and expenses persists entered data by @BurningDog in #1422
- add transfer-icon at transactions by @IamTaoChen in #1431
- Investments currency fix by @sokie in #1436
- Fix overlapping in transaction name by @alessiocappa in #1435
- ui(sidebars): add subtle vertical separators and improve sidebar collapse behavior by @boul2gom in #1416
- Add GitHub Actions workflow to discover and run LLM evaluations by @jjmata in #1439
- fix(enable-banking): refactor error handling and add missing GIN index by @boul2gom in #1432
- Add DeFi via Coinstats by @romainrbr in #1417
- FIX networth chart dashboard by @sokie in #1449
New Contributors
- @the-spectator made their first contribution in #1429
- @BurningDog made their first contribution in #1422
- @romainrbr made their first contribution in #1417
Full Changelog: v0.7.0-alpha.3...v0.7.0-alpha.4