]> git.ktnx.net Git - mobile-ledger.git/commitdiff
prepare v0.11.0/30 v0.11.0
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 3 Dec 2019 20:35:05 +0000 (20:35 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 3 Dec 2019 20:35:05 +0000 (20:35 +0000)
CHANGES.md
app/build.gradle
metadata/bg-BG/changelogs/30.txt [new file with mode: 0644]
metadata/en-US/changelogs/30.txt [new file with mode: 0644]

index 2ac40bafeeeb061fbfcbd86f560c1f3a56ee3165..363190b34a0200173d3ab4d989dcfe116267e91f 100644 (file)
@@ -1,5 +1,24 @@
 # Changes
 
+## [0.11.0] - 2019-12-01
+
+* NEW
+    + new transaction: add clear button to text input fields
+* SECURITY
+    + avoid exposing basic HTTP authentication to wifi portals
+    + profile editor: warn when using authentication with insecure HTTP scheme
+    + permit cleartext HTTP traffic on Android 8+ (still, please use HTTPS to keep yout data safe while in transit)
+* IMPROVEMENTS
+    + clarify that crash reports are sent via email and user can review them before sending
+    + allow toggling password visibility in profile details
+    + reworked new transaction screen:
+* FIXES
+    - re-enable app shortcuts on Android 7.1 (Nougat)
+    - fix possible crash when returning to new transaction screen from another app
+    - fix race in setting up theme colors while creating UI
+    - rotating screen no longer restarts new transaction entry
+    - fix JSON API for hledger-web 1.15.2
+
 ## [0.10.3] - 2019-06-30
 
 * FIXES:
index 47b132c8d659c8aaa8ed5f64892d9408e1ad4235..54637b411d0abae48f3187ce8ef314cbc9881399 100644 (file)
@@ -23,8 +23,8 @@ android {
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
         targetSdkVersion 28
-        versionCode 29
-        versionName '0.10.3'
+        versionCode 30
+        versionName '0.11.0'
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
     buildTypes {
diff --git a/metadata/bg-BG/changelogs/30.txt b/metadata/bg-BG/changelogs/30.txt
new file mode 100644 (file)
index 0000000..710abda
--- /dev/null
@@ -0,0 +1,16 @@
+[Журнал на промените](https://mole.ktnx.net/#index6h1)
+
+* СИГУРНОСТ
+  - предотвратено разкриване на паролата при използване на wifi портали
+  - добавено предупреждение при използване на парола с несигурен HTTP протокол при настройка на профил
+  - позволяване на нешифрована връзка на Android 8+; все пак, използвайте HTTPS за да запазите данните в тайна
+* ПОДОБРЕНИЯ
+  - поясняване, че докладите за грешка се изпращат по email и потребителят има възможност да ги прегледа преди изпращане
+  - добавена възможност за преглед на паролата в настройките на профилите
+  - преработен екран за въвеждане на трансакция
+* ПОПРАВКИ
+  - повторно активиране на директните икони за въвеждане на трансакция на Android 7.1 (Nougat)
+  - отстранен възможен срив при връщане към екрана за въвеждане на трансакция от друго приложение
+  - отсранен проблем при настройване на цветовете на темата
+  - завъртането на екрана вече не изчиства екрана за въвеждане на трансакция
+  - поправка в JSON API за hledger-web 1.15.2
diff --git a/metadata/en-US/changelogs/30.txt b/metadata/en-US/changelogs/30.txt
new file mode 100644 (file)
index 0000000..a55f91c
--- /dev/null
@@ -0,0 +1,16 @@
+* NEW
+    + new transaction: add clear button to text input fields
+* SECURITY
+    + avoid exposing basic HTTP authentication to wifi portals
+    + profile editor: warn when using authentication with insecure HTTP scheme
+    + permit cleartext HTTP traffic on Android 8+ (still, please use HTTPS to keep yout data safe while in transit)
+* IMPROVEMENTS
+    + clarify that crash reports are sent via email and user can review them before sending
+    + allow toggling password visibility in profile details
+    + reworked new transaction screen:
+* FIXES
+    - re-enable app shortcuts on Android 7.1 (Nougat)
+    - fix possible crash when returning to new transaction screen from another app
+    - fix race in setting up theme colors while creating UI
+    - rotating screen no longer restarts new transaction entry
+    - fix JSON API for hledger-web 1.15.2