summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-07-30 06:58:44 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-07-30 06:58:44 +0300
commitecdfd7a6577c215ccde2c2687aefee98ce1710ea (patch)
tree4293d7904333d65e505793509cd1b70d42ac7bc9
parentafbdda7cc1b60282c3034b17ba5eacdaa2f1f400 (diff)
Updated release notes and AppData
-rw-r--r--res/about/version.gmi1
-rw-r--r--res/fi.skyjake.Lagrange.appdata.xml21
2 files changed, 22 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index eeced0f7..fd29a869 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -11,6 +11,7 @@
11* Fixed copying text in input fields (the wrong region was copied). 11* Fixed copying text in input fields (the wrong region was copied).
12* Fixed URL input field contents not being selected after opening a new tab. 12* Fixed URL input field contents not being selected after opening a new tab.
13* Fixed Upload dialog not showing when reloading a Titan URL. 13* Fixed Upload dialog not showing when reloading a Titan URL.
14* Updated translations.
14 15
15## 1.6 16## 1.6
16⚠️ A new TOFU trust store will be created. The old one is kept around but ignored. 17⚠️ A new TOFU trust store will be created. The old one is kept around but ignored.
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml
index 553923c2..c600635f 100644
--- a/res/fi.skyjake.Lagrange.appdata.xml
+++ b/res/fi.skyjake.Lagrange.appdata.xml
@@ -45,6 +45,27 @@
45 <update_contact>jaakko.keranen@iki.fi</update_contact> 45 <update_contact>jaakko.keranen@iki.fi</update_contact>
46 46
47 <releases> 47 <releases>
48 <release version="1.6.1" date="2021-07-30">
49 <description>
50 <p>Version 1.6 adds support for bidirectional text and complex scripts,
51 right-to-left paragraph layout, uploads using the Titan protocol,
52 and has an improved mechanism for tracking trust in server
53 certificates. Page contents can be fully cached in memory for more
54 efficient backward navigation. There are also UI improvements like
55 a reorganized Preferences and a setting for smooth scrolling
56 speed.</p>
57 <p>Version 1.6.1 fixes the following issues:</p>
58 <ul>
59 <li>Cursor positioning in fixed-length input fields.</li>
60 <li>Copying text in input fields (the wrong region was copied).</li>
61 <li>URL input field contents not being selected after opening a new tab.</li>
62 <li>Upload dialog not showing when reloading a Titan URL.</li>
63 </ul>
64 <p>The full release notes can be viewed inside the app by opening
65 the "about:version" page.</p>
66 </description>
67 <url>https://github.com/skyjake/lagrange/releases/tag/v1.6.1</url>
68 </release>
48 <release version="1.6" date="2021-07-26"> 69 <release version="1.6" date="2021-07-26">
49 <description> 70 <description>
50 <p>Version 1.6 adds support for bidirectional text and complex scripts, 71 <p>Version 1.6 adds support for bidirectional text and complex scripts,