# Changes
+## [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
minSdkVersion 22
targetSdkVersion 30
vectorDrawables.useSupportLibrary true
- versionCode 44
- versionName '0.20.0'
+ versionCode 45
+ versionName '0.20.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
--- /dev/null
+* ПОПРАВКИ
+ + Ново движение: преместване на фокуса в полето за сума след избиране на сметка
+ + Ново движение: отстранен срив при връщане в приложението когато няма фокусиран елемент
+ + отстранен срив при обновяване на БД до версия 0.20.0
+ + поправено възстановяване на настройките при налични празни стойности
+ + без използване на AsyncTask -- вече не се препоръчва
--- /dev/null
+* 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