From 39cd19ffe677bf7d89681932d42469f54d70d86a Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 26 Aug 2021 06:39:54 +0300 Subject: Updated release notes --- res/about/version.gmi | 1 + 1 file changed, 1 insertion(+) (limited to 'res') diff --git a/res/about/version.gmi b/res/about/version.gmi index eba87a39..243721e7 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -8,6 +8,7 @@ ## 1.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. -- cgit v1.2.3 From c6d6f9746fda6f6f83722319a2bf7167d86a01cd Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 29 Aug 2021 12:27:52 +0300 Subject: Updated Smol Emoji --- res/fonts/SmolEmoji-Regular.ttf | Bin 57856 -> 58312 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'res') diff --git a/res/fonts/SmolEmoji-Regular.ttf b/res/fonts/SmolEmoji-Regular.ttf index cd299e58..a0a95d87 100644 Binary files a/res/fonts/SmolEmoji-Regular.ttf and b/res/fonts/SmolEmoji-Regular.ttf differ -- cgit v1.2.3 From f01530f64b1e3951e0239ac8d2000cef57e814ba Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 29 Aug 2021 12:30:03 +0300 Subject: Updated release notes --- res/about/version.gmi | 1 + 1 file changed, 1 insertion(+) (limited to 'res') diff --git a/res/about/version.gmi b/res/about/version.gmi index 243721e7..d9f9b296 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 minor visual artifacts in preformatted blocks and near the bottom of the page. ## 1.6.4 * Local files containing UTF-8 text can be viewed regardless of their file extension. -- cgit v1.2.3 From 7ec39c46f2efdbc084beacdfae7b79ba794042b4 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 29 Aug 2021 16:15:08 +0300 Subject: Updated release notes --- res/about/version.gmi | 1 + res/fi.skyjake.Lagrange.appdata.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) (limited to 'res') 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, -- cgit v1.2.3