]> git.ktnx.net Git - mobile-ledger.git/blobdiff - CHANGES.md
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / CHANGES.md
index 851290b5066d9d2cc1a52fc638afdf519bbb28bb..02f84284cacf6943424f157b78ec8e114eb5dd6f 100644 (file)
@@ -1,5 +1,96 @@
 # Changes
 
+## [0.21.7] = 2024-03-19
+
+* FIXES:
+    + allow user certificates in network security config
+* OTHERS:
+    + bump gradle version
+
+## [0.21.6] - 2023-06-20
+
+* FIXES
+    + fix sending transations to hledger-web 1.23+
+
+## [0.21.5] - 2022-09-03
+
+* FIXES
+    + fix cloud backup
+
+## [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
+    + 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