]> git.ktnx.net Git - mobile-ledger.git/blob - CHANGES.md
account list: queue db updates when an account is expanded/collapsed
[mobile-ledger.git] / CHANGES.md
1 # Changes
2
3 ## [0.8] - 2019-03-17
4  - account list is a tree with collapsible nodes
5  - account's transactions still available by tapping on amounts
6  - add support for hledger-web's JSON API for retrieving accounts and transactions
7  - better handling of HTTP errors
8  - better display of network errors
9  - some async task improvements
10  - add version/API level info to the crash report
11
12 ## [0.7] - 2019-03-03
13  - add crash handling dialog with optional sending of the crash to the author
14  - a couple of crashes fixed
15  - per-profile user-selectable theme color
16  - move profile list to the main navigation drawer
17  - some visual glitches fixed
18  - better multi-threading
19
20 ## [0.6] - 2019-02-10
21  - use a floating action button for the save transaction action in the new
22    transaction screen
23  - stop popping-up the date selection dialog when new transaction is started
24  - auto-fill transaction details when a previous transaction description is
25    selected
26
27 ## [0.5] - 2019-02-09
28  - First public release