]> git.ktnx.net Git - mobile-ledger.git/commitdiff
prepare 0.10.1/27 release v0.10.1
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 5 Jun 2019 18:46:25 +0000 (18:46 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 5 Jun 2019 18:46:25 +0000 (18:46 +0000)
CHANGES.md
metadata/bg-BG/changelogs/27.txt [new file with mode: 0644]
metadata/en-US/changelogs/27.txt [new file with mode: 0644]

index 7f1f7c987c65a3fcf2d1abeb3abc0380210c30e5..95a42eb3594714f6a1e9d92059968e3db574fb0d 100644 (file)
@@ -1,5 +1,16 @@
 # Changes
 
+## [0.10.1] - 2019-06-05
+
+* IMPROVEMENTS:
+    - multi-color progress indicators
+* FIXES:
+    - avoid a crash when parsing amounts like '1,234.56'
+    - show new transaction button when re-entering the app
+    - use a color that is different for the new transaction submission progress
+    - keep account name filter upon app re-entry
+    - add MoLe version to the crash report
+
 ## [0.10.0] - 2019-05-18
 
 * NEW:
diff --git a/metadata/bg-BG/changelogs/27.txt b/metadata/bg-BG/changelogs/27.txt
new file mode 100644 (file)
index 0000000..32df06a
--- /dev/null
@@ -0,0 +1,8 @@
+* ПОДОБРЕНИЯ:
+    - шарени индикатори за напредък
+* ПОПРАВКИ:
+    - поправена грешка при разпознаване на суми от вида '1,234.56'
+    - показване на бутона за ново двишение при връщане в приложението
+    - използване на резличен цвят за врътката при изпращане на ново движение
+    - запазване на филтъра по име на сметка при връщане в приложението
+    - довабавяне на информация за версията на MoLe в доклада за грешка
diff --git a/metadata/en-US/changelogs/27.txt b/metadata/en-US/changelogs/27.txt
new file mode 100644 (file)
index 0000000..bfa07c0
--- /dev/null
@@ -0,0 +1,8 @@
+* IMPROVEMENTS:
+    - multi-color progress indicators
+* FIXES:
+    - avoid a crash when parsing amounts like '1,234.56'
+    - show new transaction button when re-entering the app
+    - use a color that is different for the new transaction submission progress
+    - keep account name filter upon app re-entry
+    - add MoLe version to the crash report