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(views): guard against nil entry.date in partials by @sentry[bot] in #1878
- fix(settings/debugs): migrate in-cell
- refactor(transactions): migrate 5 transaction badges to DS::Pill (#1751 PR B) by @gariasf in #1917
- refactor(providers): migrate provider badges to DS::Pill (#1751 PR C) by @gariasf in #1918
- docs(ds-toggle): warn against external hidden_field_tag with same name by @gariasf in #1925
- refactor(misc): migrate misc badges to DS::Pill (#1751 PR D) by @gariasf in #1919
- fix(design-system): DS::Disclosure :default summary_content layout by @gariasf in #1929
- fix(design-system): DS::Menu :icon_sm variant for dense action lists by @gariasf in #1930
- fix(design-system): restore dark-mode contrast on Toggle + destructive borders by @gariasf in #1932
- refactor(views): migrate 6 residual inline alerts to DS::Alert by @gariasf in #1933
- fix(admin/users): parent space-y-6 for sibling section spacing by @gariasf in #1934
- Use date comparisons for interval thresholds by @hendriksen-mark in #1923
- refactor(transactions): migrate transfer_match badges to DS::Pill by @gariasf in #1939
- Prevent Brand Fetch client ID autofill by @jakearmstrong59 in #1914
- fix : account destroyed cascade transfer destruction then … by @arumaio in #1795
- fix(enable_banking): match bank list search against BIC, not just name by @dripsmvcp in #1874
- chore(helm): bump pipelock to 2.5.0 and surface 2.5 config by @luckyPipewrench in #1913
- perf: use jemalloc as the default allocator by @ahnv in #1910
- Add automatic
not-gittensorPR labeling by @sure-admin in #1957 - fix(locale): Handle blank locale submission gracefully by @sentry[bot] in #1876
- fix(i18n): standardize product name interpolation in import mapping descriptions by @sentry[bot] in #1956
- fix(messages): handle blank content submission gracefully by @sentry[bot] in #1938
- fix(trades): prevent MissingTemplate for Turbo Stream requests on update/create failure by @sentry[bot] in #1893
- fix(views): clear Rule 2 + Rule 5 findings from weekly DS drift (#1951) by @gariasf in #1955
New Contributors
- @jakearmstrong59 made their first contribution in #1914
- @arumaio made their first contribution in #1795
- @dripsmvcp made their first contribution in #1874
Full Changelog: v0.7.1-alpha.10...v0.7.1-alpha.11