summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/about/version.gmi1
-rw-r--r--res/fi.skyjake.Lagrange.appdata.xml31
2 files changed, 32 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index d9f9b296..b4b03100 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -11,6 +11,7 @@
11* Fixed appearance of tab buttons (should have no top frame). 11* Fixed appearance of tab buttons (should have no top frame).
12* Fixed a cursor position regression in input fields related to handling of variation selectors (codepoint clusters). Moving the cursor to the start of a wrapped line segment put the cursor in the wrong place. 12* Fixed a cursor position regression in input fields related to handling of variation selectors (codepoint clusters). Moving the cursor to the start of a wrapped line segment put the cursor in the wrong place.
13* Fixed right-clicking on sidebar tab buttons. It was showing the wrong context menu when the list had been scrolled down. 13* Fixed right-clicking on sidebar tab buttons. It was showing the wrong context menu when the list had been scrolled down.
14* Fixed crash when using the SDL2 KMSDRM video driver.
14* Fixed minor visual artifacts in preformatted blocks and near the bottom of the page. 15* Fixed minor visual artifacts in preformatted blocks and near the bottom of the page.
15 16
16## 1.6.4 17## 1.6.4
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml
index 4202a9b6..3386e74f 100644
--- a/res/fi.skyjake.Lagrange.appdata.xml
+++ b/res/fi.skyjake.Lagrange.appdata.xml
@@ -45,6 +45,37 @@
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.5" date="2021-08-29">
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>Changes and fixes in v1.6.5:</p>
58 <ul>
59 <li>Audio init errors are no longer fatal. SDL's error message
60 will still be printed.</li>
61 <li>Fixed appearance of tab buttons (should have
62 no top frame).</li>
63 <li>Fixed a cursor position regression in input fields related
64 to handling of variation selectors (codepoint clusters).
65 Moving the cursor to the start of a wrapped line segment put
66 the cursor in the wrong place.</li>
67 <li>Fixed right-clicking on sidebar tab buttons.
68 It was showing the wrong context menu when the list had been
69 scrolled down.</li>
70 <li>Fixed crash when using the SDL2 KMSDRM video driver.</li>
71 <li>Fixed minor visual artifacts in preformatted blocks and
72 near the bottom of the page.</li>
73 </ul>
74 <p>The full release notes can be viewed inside the app by opening
75 the "about:version" page.</p>
76 </description>
77 <url>https://github.com/skyjake/lagrange/releases/tag/v1.6.5</url>
78 </release>
48 <release version="1.6.4" date="2021-08-22"> 79 <release version="1.6.4" date="2021-08-22">
49 <description> 80 <description>
50 <p>Version 1.6 adds support for bidirectional text and complex scripts, 81 <p>Version 1.6 adds support for bidirectional text and complex scripts,