X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=CHANGES.md;h=bb9141a61a53640a273f22edc8d0b9511b50365f;hp=fb1482401f431b4db6a3ebaf948fd807d2024a62;hb=e057b5d14e176767d52d865b6e3f0f081870954e;hpb=bc155f197a3969f95958a133a95efff075f69098 diff --git a/CHANGES.md b/CHANGES.md index fb148240..bb9141a6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,38 @@ # Changes +## [0.20.3] - 2021-09-29 + +* FIXES + + another fix to DB migration from v0.16.0 + +## [0.20.2] - 2021-09-23 + +* NEW + + cloud backup +* FIXES + + two database problems fixed, one causing crashes at startup + +## [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