From 7ec39c46f2efdbc084beacdfae7b79ba794042b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Sun, 29 Aug 2021 16:15:08 +0300 Subject: [PATCH 1/1] Updated release notes --- res/about/version.gmi | 1 + res/fi.skyjake.Lagrange.appdata.xml | 31 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) 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 @@ * Fixed appearance of tab buttons (should have no top frame). * 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. * Fixed right-clicking on sidebar tab buttons. It was showing the wrong context menu when the list had been scrolled down. +* Fixed crash when using the SDL2 KMSDRM video driver. * Fixed minor visual artifacts in preformatted blocks and near the bottom of the page. ## 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 @@ jaakko.keranen@iki.fi + + +

Version 1.6 adds support for bidirectional text and complex scripts, + right-to-left paragraph layout, uploads using the Titan protocol, + and has an improved mechanism for tracking trust in server + certificates. Page contents can be fully cached in memory for more + efficient backward navigation. There are also UI improvements like + a reorganized Preferences and a setting for smooth scrolling + speed.

+

Changes and fixes in v1.6.5:

+
    +
  • Audio init errors are no longer fatal. SDL's error message + will still be printed.
  • +
  • Fixed appearance of tab buttons (should have + no top frame).
  • +
  • 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.
  • +
  • Fixed right-clicking on sidebar tab buttons. + It was showing the wrong context menu when the list had been + scrolled down.
  • +
  • Fixed crash when using the SDL2 KMSDRM video driver.
  • +
  • Fixed minor visual artifacts in preformatted blocks and + near the bottom of the page.
  • +
+

The full release notes can be viewed inside the app by opening + the "about:version" page.

+
+ https://github.com/skyjake/lagrange/releases/tag/v1.6.5 +

Version 1.6 adds support for bidirectional text and complex scripts, -- 2.34.1