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(imports): import Actual rows with blank payee by @JSONbored in #2282
- Fix prerelease version-bump job: add PR fallback for protected branches by @jjmata in #2224
- perf(sync): scope transfer matching after account sync by @JSONbored in #2230
- fix(ds): use DS::Disclosure for investment-performance expander by @gariasf in #2243
- fix(ds): replace invalid bg-surface-default token with bg-surface by @gariasf in #2244
- fix(ds): canonical destructive red → red-500 (token + button) by @gariasf in #2245
- fix(ds): migrate SSO amber warning surfaces to DS::Alert / DS::Pill by @gariasf in #2246
- fix(ds): migrate remaining amber notice boxes to DS::Alert(:warning) by @gariasf in #2247
- fix(ds): convert_to_trade price warning — fix dead dark:, use warning token by @gariasf in #2249
- fix(ds): route remaining literal yellow warning surfaces onto --color-warning by @gariasf in #2250
- fix(ds): balance-sheet weight alignment + category pill padding by @gariasf in #2275
- fix(ds): add-account menu — right-size close + clickable rows by @gariasf in #2276
- fix(ds): dark-mode hover — alpha-black-25 → surface-hover on date-nav triggers by @gariasf in #2287
- fix(ds): unify tab/chip controls on DS::SegmentedControl (#8) by @gariasf in #2284
- refactor(settings): consistency pass — header-less settings_section + guides by @gariasf in #2279
- fix(ds): sync-settings env notice → DS::Alert (was invisible: undefined warning-* classes) by @gariasf in #2278
- fix(settings): preserve content scroll position per page across navigation by @gariasf in #2277
- feat(ds): one canonical focus ring across primitives by @gariasf in #2140
- fix: EODHD lookup for EU mutual funds with EUFUND exchange code by @Kelvinchen03 in #2212
- feat(mobile): align theme foundation with Sure tokens by @JSONbored in #2237
- feat(mcp): OAuth 2.1 auth for MCP — connect Claude.ai with your Sure login by @thewillwilson in #2234
- fix(enable-banking): tolerate any 422 on PDNG fetch (#1805) by @Rene0422 in #1889
- fix(sharing): scope import account selects to accessible_by (#1803) by @dripsmvcp in #2194
- fix(mobile): regenerate stale Sure tokens on main by @sure-admin in #2296
- Fix Plaid sync failure for loan subtypes missing from Loan::SUBTYPES by @BeltaKoda in #2298
New Contributors
- @BeltaKoda made their first contribution in #2298
Full Changelog: v0.7.2-alpha.4...v0.7.2-alpha.5