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(auth): add WebAuthn MFA credentials by @JSONbored in #1628
- feat(api): expose family settings by @JSONbored in #1645
- feat(api): expose rule run history by @JSONbored in #1646
- refactor(design-system): migrate fg-* utilities to text-* and remove namespace by @gariasf in #1626
- feat(exports): preserve recurring transactions by @JSONbored in #1638
- Add assurance vie to investment subtypes by @HugoleDino in #1665
- feat(api): support idempotent valuation writes by @JSONbored in #1637
- fix(design-system): replace undefined utility classes and broken /N modifiers by @gariasf in #1660
- chore(design-system): swap raw gray classes for semantic tokens in settings/ by @gariasf in #1652
- chore(design-system): swap raw gray classes for semantic tokens in holdings/ by @gariasf in #1654
- chore(design-system): swap raw gray classes for semantic tokens across remaining views by @gariasf in #1655
- feat(erb-lint): add DeprecatedClasses cop for raw gray utility classes by @gariasf in #1656
- feat(exports): include holding snapshots by @JSONbored in #1643
- fix(auth): surface exact OIDC issuer mismatches by @sure-admin in #1666
- feat(investments): add India investment subtypes and exchange support by @ahnv in #1659
- feat(api): expose securities and price history by @JSONbored in #1642
- feat(api): expose import row diagnostics by @JSONbored in #1644
- fix(auth): hash MFA backup codes by @JSONbored in #1629
- Fix OpenAI Responses API stream error handling by @GermanDZ in #1669
- Performance improvements in holding calculation pipeline by @wps260 in #1579
- Fix SSO icon rendering for mixed-case provider icons by @sure-admin in #1674
New Contributors
Full Changelog: v0.7.1-alpha.2...v0.7.1-alpha.3