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: skip DemoFamilyRefreshJob in self-hosted mode by @wps260 in #1578
- Move versioning from Rails initializer to
.sure-versionfile by @jjmata in #1587 - Fix SimpleFIN inverting Loan account balances by @GermanDZ in #1574
- fix: run TestFlight upload on v* tags by @sure-admin in #1582
- fix: currency being ignored for properties by @thiagodsti in #1556
- fix: change postal_code column from integer to string by @thewillwilson in #1585
- Improve error handling with user-friendly messages and classification by @jjmata in #1591
- fix: Enable and persist notes and tags on split child transactions (#1535) by @xingxing21 in #1552
- Added ability to bulk-edit transaction names for multiple selected transactions by @DataEnginr in #1553
- Fix invite code being consumed on failed registration in invite-only mode by @francmart514 in #1576
- Performance improvements in balance sync cache by @wps260 in #1581
- fix(mobile): stop app icon source overwrite by @sure-admin in #1594
- fix(imports): preserve account status from backups by @JSONbored in #1603
- fix(budgets): stop auto-matched transfers leaking into category cards by @gariasf in #1588
- fix(imports): preserve Sure opening balance history by @JSONbored in #1595
- fix: use ProviderLoader for AuthConfig.sso_providers when DB providers enabled by @thewillwilson in #1614
- refactor(design-system): single-source design tokens via DTCG JSON by @gariasf in #1604
New Contributors
- @wps260 made their first contribution in #1578
- @thiagodsti made their first contribution in #1556
- @thewillwilson made their first contribution in #1585
- @DataEnginr made their first contribution in #1553
- @francmart514 made their first contribution in #1576
- @JSONbored made their first contribution in #1603
- @gariasf made their first contribution in #1588
Full Changelog: v0.7.0-alpha.7...v0.7.1-alpha.1