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
- Regenerate schema for Rails 8.1 by @jjmata in #3194
- Bump version to next iteration after v0.7.4-alpha.11 release by @github-actions[bot] in #3196
- Plaid: add accounts to an existing connection by @timkatz in #3199
- Fix flaky sign_out teardown in test suites by @winters27 in #3208
- Fix(lunchflow): Missing template on validation failure in create action by @sentry[bot] in #2724
- fix(transactions): Resolve N+1 query in bulk update controller by @sentry[bot] in #3072
- bugfix: Fix category merge form submission by @DataEnginr in #3225
- fix(goals): stop a whole-account spend counting the same money twice by @buzzromain in #3219
- Fix demo refresh monitoring key reuse by @sure-admin in #3217
- Fix user-triggered Plaid transaction refresh by @timkatz in #3206
- fix(account): resolve N+1 query in cleanup_transfers by @sentry[bot] in #3066
- fix(sparklines): prevent crash when trend is nil for empty series by @sentry[bot] in #3171
- fix(security): prevent Security::Price uniqueness validation error by @sentry[bot] in #3120
- fix(goals): define RELEASED_STATES once by @buzzromain in #3232
- fix(goals): make the figure beside the ring agree with the ring by @buzzromain in #3213
- fix(goals): let a months-of-expenses reserve be created at all by @buzzromain in #3229
- fix(reports): a transfer out is not a sale by @buzzromain in #3192
- Remove native Swift app by @sure-admin in #3235
- feat(goals): call a reserve's amount what the rest of the app calls it by @buzzromain in #3230
New Contributors
Full Changelog: v0.7.4-rc.2...v0.7.4-rc.3