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