# Changes
+
+## [0.19.1] - 2020-05-23
+
+* FIXES
+ + fix a bug in new transaction screen when an invalid amount is entered
+ + fix loading a previous transaction by description (again)
+ + fix crash when parsing of hledger version with only two components
+
## [0.19.0] - 2020-05-10
+
* NEW
+ add commodity support to the templates
+ display running totals when filtering transaction list by account
minSdkVersion 22
targetSdkVersion 30
vectorDrawables.useSupportLibrary true
- versionCode 41
- versionName '0.19.0'
+ versionCode 42
+ versionName '0.19.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
--- /dev/null
+* ПОПРАВКИ
+ + отстранен проблем при ново движение и въвеждане на невалидна сума
+ + поправено зареждане на предишно движение по описание (отново)
+ + отстранен срив при разпознаване на версия на hledger, състояща се само от два компонента
--- /dev/null
+* FIXES
+ + fix a bug in new transaction screen when an invalid amount is entered
+ + fix loading a previous transaction by description (again)
+ + fix crash when parsing of hledger version with only two components