]> git.ktnx.net Git - mobile-ledger.git/blobdiff - CHANGES.md
prepare release of v0.18.0 (40)
[mobile-ledger.git] / CHANGES.md
index c173f043bcd497693693a7807d329f4b7144c189..5e945db0f4469487f55e7e93ce27b40b36d11f82 100644 (file)
@@ -1,4 +1,17 @@
 # Changes
+## [0.18.0] - 2020-05-05
+
+* NEW
+    + newly added transactions are visible in transaction list without a refresh
+* IMPROVEMENTS
+    + finished migration to fully asynchronous database layer
+    + better responsiveness when switching from the account list to the transaction list for the first time
+* FIXES
+    + fix layout glitches in template editor
+    + fix error handling while trying different JSON API versions
+    + stop resetting the date when an old transaction is loaded
+    + several smaller fixes
+
 ## [0.17.1] - 2020-03-24
 
 * FIXES