X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=CHANGES.md;h=446d96fba36cb96182111ab9ef3f2b0f9396d8aa;hp=2867ad0cab467ada0678e63f8740979ab1db2cb8;hb=833544eb24cb630dc1ce221e4aa3dedb3f6341e3;hpb=820df061901e05a1a4bde921b167344a5d217579 diff --git a/CHANGES.md b/CHANGES.md index 2867ad0c..446d96fb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,35 @@ # Changes + +## [0.20.1] = 2021-09-09 + +* FIXES + + New transaction: focus amount upon account selection + + New transaction: fix a crash when returning to the activity with no focused input field + + fix a crash in DB upgrade introduced in v0.20.0 + + fix config restore with null values + + move away from deprecated AsyncTask + +## [0.20.0] = 2021-08-22 + +* NEW + + backup/restore of profile/template configuration to a file +* FIXES + + fix a couple of crashes related to starting new transaction via shortcut + +## [0.19.2] - 2020-06-09 + +* FIXES + + fix auto-completion of transaction names with non-ASCII characters on some Android variants/versions (broken in 0.18.0) + +## [0.19.1] - 2020-05-23 + +* FIXES + + fix a bug in new transaction screen when an invalid amount is entered + + fix loading a previous transaction by description (again) + + fix crash when parsing of hledger version with only two components + ## [0.19.0] - 2020-05-10 + * NEW + add commodity support to the templates + display running totals when filtering transaction list by account