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: inverted Buy/Sell type selection by changing amount.negative to … by @bittoby in #952
- fix: prevent value overflow in Assets vs Liabilities card by @aviu16 in #992
- fix: prevent New rule modal from closing when removing conditions or … by @dataCenter430 in #991
- fix: locale-dependent category duplication bug by @bittoby in #956
- fix: Viewport issue in PWA by @alessiocappa in #995
- Fix separators in breakdown table view by @hendriksen-mark in #996
- Replace text-tertiary with text-subdued in views by @hendriksen-mark in #999
- feat: Display dashboard as a 2-columns grid on big screens by @alessiocappa in #1000
- fix: Transfers were not syncing between accounts by @jjmata in #987
- Fix: Handle missing category in SetTransactionCategory executor by @sentry[bot] in #1001
- feat: Update gh-pages README with latest mobile release links by @jjmata in #1003
- Add new columns and sorting to admin users list by @jjmata in #1004
New Contributors
- @aviu16 made their first contribution in #992
- @dataCenter430 made their first contribution in #991
Full Changelog: v0.6.8-alpha.9...v0.6.8-alpha.10