Sure
Personal finance and wealth management app for everyone
Alternative to: mint, monarch money, ynab, empower
v0.7.3-alpha.4
2026-07-21Mobile 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(import): strip non-breaking-space thousands separators in sanitize_number by @ultrahighsuper in https://github.com/we-promise/sure/pull/2538
- fix(i18n): use existing localized labels in web UI by @chkfail in https://github.com/we-promise/sure/pull/2501
- Fix automated version bumps and advance prerelease version by @jjmata in https://github.com/we-promise/sure/pull/2704
- fix(enable-banking): handle unavailable and overdraft balances by @carloslindo in https://github.com/we-promise/sure/pull/2578
- fix(lunchflow): prune orphaned accounts deleted upstream (#1861) by @Lobster-0429 in https://github.com/we-promise/sure/pull/1886
- Add send_email_notification rule action by @kianrafiee in https://github.com/we-promise/sure/pull/2527
- Use badge variant for category selects in transfer + bulk-edit views by @elvum in https://github.com/we-promise/sure/pull/2645
- Fix statement Turbo frame navigation and split view/edit actions (#2614) by @shrestha-bishal in https://github.com/we-promise/sure/pull/2695
- Fix: BudgetCategoriesController#show NoMethodError for missing budget by @sentry[bot] in https://github.com/we-promise/sure/pull/2709
- fix(wise): redirect after token submission instead of rendering inline by @xBlaz3kx in https://github.com/we-promise/sure/pull/2730
- feat(i18n): complete Turkish (tr) locale coverage and Türkiye formatting by @erkdgn in https://github.com/we-promise/sure/pull/2737
- feat(settings): super-admin background jobs console by @gariasf in https://github.com/we-promise/sure/pull/2682
- fix(i18n): resolve close button label in goals dialog across all locales by @erkdgn in https://github.com/we-promise/sure/pull/2741
- fix(settings): require admin for advanced settings controllers by @andrewb-nz in https://github.com/we-promise/sure/pull/2403
- feat(sync): add toggle to parse Enable Banking CC balance as available credit by @mxafi in https://github.com/we-promise/sure/pull/2512
- fix: use REDIS_URL in ApiRateLimiter for hosted API requests by @RealDiligent in https://github.com/we-promise/sure/pull/2639
- Fix N+1 queries on categories index by batching lookups and removing … by @bittensorrider in https://github.com/we-promise/sure/pull/2163
- fix(snaptrade): don’t double count cash-equivalent (money market) positions by @rickdgray in https://github.com/we-promise/sure/pull/2696
- Add searchable merge merchants by @guicattani in https://github.com/we-promise/sure/pull/2624
- fix: block unsafe OAuth redirect URIs in dynamic registration by @RealDiligent in https://github.com/we-promise/sure/pull/2638
New Contributors
- @ultrahighsuper made their first contribution in https://github.com/we-promise/sure/pull/2538
- @chkfail made their first contribution in https://github.com/we-promise/sure/pull/2501
- @carloslindo made their first contribution in https://github.com/we-promise/sure/pull/2578
- @kianrafiee made their first contribution in https://github.com/we-promise/sure/pull/2527
- @erkdgn made their first contribution in https://github.com/we-promise/sure/pull/2737
- @RealDiligent made their first contribution in https://github.com/we-promise/sure/pull/2639
- @rickdgray made their first contribution in https://github.com/we-promise/sure/pull/2696
- @guicattani made their first contribution in https://github.com/we-promise/sure/pull/2624
Full Changelog: https://github.com/we-promise/sure/compare/v0.7.3-alpha.3…v0.7.3-alpha.4