From be42195551d68962ac60647985d2df649e5510be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Mon, 4 Dec 2023 15:31:52 +0200 Subject: [PATCH] Updated AppData for 1.17.5 --- res/fi.skyjake.Lagrange.appdata.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml index 2a71d152..fd2bc9f1 100644 --- a/res/fi.skyjake.Lagrange.appdata.xml +++ b/res/fi.skyjake.Lagrange.appdata.xml @@ -45,9 +45,23 @@ jaakko.keranen@iki.fi + + +
    +
  • Fixed a few small memory leaks.
  • +
  • Fixed unnecessary copying of data while waiting for an audio buffer to become playable.
  • +
  • Gopher: Detect audio media type from file extension with the `s` item type (it's not always WAV).
  • +
  • Content that uses `charset=utf-8` is checked for validity. If the encoding is invalid, the content is instead decoded as CP437 (if it has ANSI escapes; possibly it's ASCII art) or just Latin-1.
  • +
  • Remove ANSI escapes from window titles.
  • +
  • Modified rule for when 'text/plain' is assumed to actually be 'text/gemini' based on the file extension.
  • +
+

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

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

Changes in v1.17.4:

  • Removed automatic horizontal scrolling of wide preformatted blocks. Instead, hold down the Shift key to scroll horizontally with the mouse wheel.
  • Fixed an event processing issue where some events were not handled as expected, for instance when opening a link into split view the opened link was not highlighted.