]> git.ktnx.net Git - mobile-ledger.git/blob - CHANGES.md
prepare 0.9.2 (22) release
[mobile-ledger.git] / CHANGES.md
1 # Changes
2
3 ## [0.9.2] - 2019-04-08
4  * FIXED
5   - fix account name auto-completion when the new transaction screen is invoked by an app shortcut and the main app is not running
6
7 ## [0.9.1] - 2019-04-06
8  * FIXED
9   - fix a crash when the new transaction screen is invoked by an app shortcut and the main app is not running
10
11 ## [0.9] - 2019-04-04
12  * NEW:
13   - App shortcuts to the New transaction screen on Android 7.1+
14   - Account list: Accounts with many commodities have their commodity list collapsed to avoid filling too much of the screen with one account
15   - Account list: Viewing account's transactions migrated to a context menu
16   - Auto-filling of the accounts in the new transaction screen can be limitted to the transactions using accounts corresponding to a filter -- the filter is set in the profile details
17  * IMPROVED:
18   - Transaction list: Back now returns to the accounts list when activated after viewing account's transactions
19   - Profile details: deleting a profile requires confirmation
20   - Enable animations when adding/removing rows in the new transaction screen
21   - Better visual feedback when removing transaction details rows by side-swiping
22   - New transactions are now sent via the JSON API if it is available
23   - Better progress handling while downloading transactions via the JSON API
24  * FIXED:
25   - Transaction list: keep account name filter when the device is rotated
26   - Avoid a restart upon app startup when the active profile uses a non-default colour theme
27   - Account commodities no longer disappear after updating the data from the remote backend via the JSON API
28   - Fix legacy account parser when handling missing parent accounts
29   - Removed a couple of memory leaks
30
31 ## [0.8.1] - 2019-03-26
32  * Avoid double slashes when constructing backend URLs
33  * Remove all data belonging to deleted profiles
34  * Update profile list when profile list data changes
35  * Fixed "has sub-accounts" internal flag when refreshing account list
36  * Fix icon for f-droid
37  * Cleaner color selection dialog
38  * Internal reorganization of database access. Should reduce the deadlocks significantly
39  * Show accumulated balance in parent accounts retrieved via the JSON API
40
41 ## [0.8] - 2019-03-17
42  - account list is a tree with collapsible nodes
43  - account's transactions still available by tapping on amounts
44  - add support for hledger-web's JSON API for retrieving accounts and transactions
45  - better handling of HTTP errors
46  - better display of network errors
47  - some async task improvements
48  - add version/API level info to the crash report
49
50 ## [0.7] - 2019-03-03
51  - add crash handling dialog with optional sending of the crash to the author
52  - a couple of crashes fixed
53  - per-profile user-selectable theme color
54  - move profile list to the main navigation drawer
55  - some visual glitches fixed
56  - better multi-threading
57
58 ## [0.6] - 2019-02-10
59  - use a floating action button for the save transaction action in the new
60    transaction screen
61  - stop popping-up the date selection dialog when new transaction is started
62  - auto-fill transaction details when a previous transaction description is
63    selected
64
65 ## [0.5] - 2019-02-09
66  - First public release