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
- FIX: Small layout adjustments by @alessiocappa in #507
- Add config import csv skip first x rows by @kysre in #508
- Fix tags getting removed after / during bank sync by @jjmata in #634
- Fix account Subtypes not getting updated/saved by @jjmata in #635
- FIX Yahoo issues by @sokie in #636
- Add
sso_audit_logsassociation and clear logs in demo data cleaner by @luckyPipewrench in #638 - Add primary text color to amount in header by @hendriksen-mark in #640
- Fix SimpleFIN liability balance sign when transaction history is incomplete by @luckyPipewrench in #642
- fix(api): Use authorize_scope! for merchants and tags controllers by @jospaquim in #643
- Update selection bar styles and group classes by @hendriksen-mark in #648
- fix: Investments page mobile by @alessiocappa in #654
- feat: Add more category icons by @alessiocappa in #651
- fix: PWA display issues by @alessiocappa in #653
- FIX merchant regression by @sokie in #659
New Contributors
Full Changelog: v0.6.7-alpha.8...v0.6.7-alpha.10