]> git.ktnx.net Git - mobile-ledger.git/blobdiff - CHANGES.md
also restore the current profile from the cloud backup
[mobile-ledger.git] / CHANGES.md
index 12765e4863e209d84d893566aa870b77f3200c49..5bdb50310284ede3445ef1b201b1e53b39f00f95 100644 (file)
@@ -1,5 +1,30 @@
 # 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