X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=CHANGES.md;h=5bdb50310284ede3445ef1b201b1e53b39f00f95;hb=63ea6894b7553608858bb794bc4d2581794d3ced;hp=bb9141a61a53640a273f22edc8d0b9511b50365f;hpb=20ba42722fb3f8d2a26fe33275d6737161a09a17;p=mobile-ledger.git diff --git a/CHANGES.md b/CHANGES.md index bb9141a6..5bdb5031 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,51 @@ # Changes +## [0.21.4] - 2022-06-18 + +* FIXES + + fix compatibility wuth hledger-web 1.23+ when submitting new transactions. Thanks to Faye Duxovni for the patch! + + fix a crash when deleting templates + + fix a rare crash when submitting transactions with multiple accounts with no amounts with zero remaining balance + +## [0.21.3] - 2022-04-06 + +* FIXES + + sync gradle version requirements +* OTHERS + + bump version of several dependent libraries + + bump SDK version to 31 + + adjust deprecated constructor usage + +## [0.21.2] - 2022-04-04 + +* FIXES + + fix crash when auto-balancing multi currency transaction + + fix crash when duplicating template + + fix crash when restoring configuration backup +* IMPROVEMENTS + + new transaction: turn on commodity setting when loading previous transaction with commodities + +## [0.21.1] - 2021-12-30 + +* FIXES + + add hledger-web 1.23 support when adding transactions too + + correct running total when a matching transaction is added in the past + + fix crash when sending transaction containing only empty amounts + +## [0.21.0] - 2021-12-09 + +* NEW + + Add support for hledger-web 1.23 +* FIXES + + Ship database support file missed in v0.20.4 + +## [0.20.4] - 2021-11-18 + +* KNOWN PROBLEMS + + Incompatibility with hledger-web 1.23+ +* FIXES + + fix auto-completion of transaction description + ## [0.20.3] - 2021-09-29 * FIXES