]> git.ktnx.net Git - mobile-ledger-staging.git/blob - CHANGES.md
prepare v0.21.0 (49) for release
[mobile-ledger-staging.git] / CHANGES.md
1 # Changes
2
3 ## [0.11.0] - 2019-12-01
4
5 * NEW
6     + new transaction: add clear button to text input fields
7 * SECURITY
8     + avoid exposing basic HTTP authentication to wifi portals
9     + profile editor: warn when using authentication with insecure HTTP scheme
10     + permit cleartext HTTP traffic on Android 8+ (still, please use HTTPS to keep yout data safe while in transit)
11 * IMPROVEMENTS
12     + clarify that crash reports are sent via email and user can review them before sending
13     + allow toggling password visibility in profile details
14     + reworked new transaction screen:
15 * FIXES
16     - re-enable app shortcuts on Android 7.1 (Nougat)
17     - fix possible crash when returning to new transaction screen from another app
18     - fix race in setting up theme colors while creating UI
19     - rotating screen no longer restarts new transaction entry
20     - fix JSON API for hledger-web 1.15.2
21
22 ## [0.10.3] - 2019-06-30
23
24 * FIXES:
25     - JSON API parser: add String constructor for ParsedQuantity
26
27 ## [0.10.2] - 2019-06-14
28
29 * FIXES:
30     - two fixes in the JSON parser by Mattéo Delabre
31       (for version 1.14+ hledger-web backends)
32
33 ## [0.10.1] - 2019-06-05
34
35 * IMPROVEMENTS:
36     - multi-color progress indicators
37 * FIXES:
38     - avoid a crash when parsing amounts like '1,234.56'
39     - show new transaction button when re-entering the app
40     - use a color that is different for the new transaction submission progress
41     - keep account name filter upon app re-entry
42     - add MoLe version to the crash report
43
44 ## [0.10.0] - 2019-05-18
45
46 * NEW:
47     - profile list is a prime-time element in the side drawer, always visible
48 * IMPROVEMENTS
49     - better app icon
50     - adjust feature graphic to better fit the f-droid client's interface
51     - more translations
52     - more readable theme colors
53     - better, smoother color selector
54     - internal improvements
55     - omit debug log messages in production build
56     - avoid multiple acc/trn list updating when switching profiles
57     - remove unused Options side drawer element
58     - better "swipe up to show button" implementation, without a dummy padding row under the list
59     - better async DB operations
60 * FIXES
61     - account name filter shown only on transaction list
62     - profile-dependent colors in the header items - account name filter, cancel refresh button
63     - fix "synthetic" accounts created when backend skips unused accounts
64
65 ## [0.9.5] - 2019-04-13
66
67  * IMPROVEMENTS
68     - nicer icon for the new transaction floating action button
69  * FIXES
70     - fixes in the color selection dialog, most notable on Android versions before 7
71
72 ## [0.9.4] - 2019-04-13
73
74  * FIXES
75     - don't attempt to create app shortcuts (and crash) on pre 7.1 devices
76     - fixed profile list expansion on pre 7.1 devices
77     - fix first run experience
78
79 ## [0.9.3] - 2019-04-10
80
81  * FIXED
82   - fix saving of new transactions from the app shortcut when the main app is not running
83
84 ## [0.9.2] - 2019-04-08
85  * FIXED
86   - fix account name auto-completion when the new transaction screen is invoked by an app shortcut and the main app is not running
87
88 ## [0.9.1] - 2019-04-06
89  * FIXED
90   - fix a crash when the new transaction screen is invoked by an app shortcut and the main app is not running
91
92 ## [0.9] - 2019-04-04
93  * NEW:
94   - App shortcuts to the New transaction screen on Android 7.1+
95   - Account list: Accounts with many commodities have their commodity list collapsed to avoid filling too much of the screen with one account
96   - Account list: Viewing account's transactions migrated to a context menu
97   - 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
98  * IMPROVED:
99   - Transaction list: Back now returns to the accounts list when activated after viewing account's transactions
100   - Profile details: deleting a profile requires confirmation
101   - Enable animations when adding/removing rows in the new transaction screen
102   - Better visual feedback when removing transaction details rows by side-swiping
103   - New transactions are now sent via the JSON API if it is available
104   - Better progress handling while downloading transactions via the JSON API
105  * FIXED:
106   - Transaction list: keep account name filter when the device is rotated
107   - Avoid a restart upon app startup when the active profile uses a non-default colour theme
108   - Account commodities no longer disappear after updating the data from the remote backend via the JSON API
109   - Fix legacy account parser when handling missing parent accounts
110   - Removed a couple of memory leaks
111
112 ## [0.8.1] - 2019-03-26
113  * Avoid double slashes when constructing backend URLs
114  * Remove all data belonging to deleted profiles
115  * Update profile list when profile list data changes
116  * Fixed "has sub-accounts" internal flag when refreshing account list
117  * Fix icon for f-droid
118  * Cleaner color selection dialog
119  * Internal reorganization of database access. Should reduce the deadlocks significantly
120  * Show accumulated balance in parent accounts retrieved via the JSON API
121
122 ## [0.8] - 2019-03-17
123  - account list is a tree with collapsible nodes
124  - account's transactions still available by tapping on amounts
125  - add support for hledger-web's JSON API for retrieving accounts and transactions
126  - better handling of HTTP errors
127  - better display of network errors
128  - some async task improvements
129  - add version/API level info to the crash report
130
131 ## [0.7] - 2019-03-03
132  - add crash handling dialog with optional sending of the crash to the author
133  - a couple of crashes fixed
134  - per-profile user-selectable theme color
135  - move profile list to the main navigation drawer
136  - some visual glitches fixed
137  - better multi-threading
138
139 ## [0.6] - 2019-02-10
140  - use a floating action button for the save transaction action in the new
141    transaction screen
142  - stop popping-up the date selection dialog when new transaction is started
143  - auto-fill transaction details when a previous transaction description is
144    selected
145
146 ## [0.5] - 2019-02-09
147  - First public release