# Changes
+## [0.13.0] - 2020-05-14
+
+* NEW
+ + transaction-level comment entry
+ + ability to hide comment entry, per profile
+* FIXES:
+ + fixed crash when parsing posting flags with hledger-web before 1.14
+ + visual fixes
+ + fix numerical entry with some samsung keyboards
+
## [0.12.0] - 2020-05-06
* NEW
applicationId "net.ktnx.mobileledger"
minSdkVersion 22
targetSdkVersion 28
- versionCode 31
- versionName '0.12.0'
+ versionCode 32
+ versionName '0.13.0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
"-Xlint:unchecked"
}
}
-}
\ No newline at end of file
+}
--- /dev/null
+* НОВО
+ + въведане на бележка за цялата транзакция
+ + скриване на полетата за бележки за профила
+* ПОПРАВКИ:
+ + отстранен срив при разчитане на флагове с hledger-web преди версия 1.14
+ + визуални поправки
+ + отстранен проблем при въвеждане на числа с някои кодели на Samsung
--- /dev/null
+* NEW
+ + transaction-level comment entry
+ + ability to hide comment entry, per profile
+* FIXES:
+ + fixed crash when parsing posting flags with hledger-web before 1.14
+ + visual fixes
+ + fix numerical entry with some samsung keyboards