Skip to content

v0.7.3-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@jjmata jjmata released this 21 Jul 22:42
17b8fe2

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

New Contributors

Full Changelog: v0.7.3-alpha.3...v0.7.3-alpha.4