From 6080e7d77e0b4cb546d9887c454a7e47e272b9ac Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 6 May 2021 18:02:48 +0300 Subject: Updated release notes and AppData --- res/about/version.gmi | 20 ++++++++- res/fi.skyjake.Lagrange.appdata.xml | 83 +++++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/about/version.gmi b/res/about/version.gmi index 9fd38d05..fb97081a 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -23,11 +23,29 @@ * All lists support smooth scrolling. * Adjustments to how display DPI affects UI scaling. * Fixed allocation of page rendering buffers. Previously, some buffers may have gone unused or were allocated erroneously to the same position, causing unnecessary work for the page renderer. -* Fixed a possible crash when closing a tab. * Fixed various issues in the UI layout. * Fixed parsing URI scheme (limited set of characters allowed). * Don't percent encode equal signs in URL paths. +## 1.3.4 +* Allow server certificates with a `*.tld` subject wildcard. +* Updated the French UI translation. +* Fixed media type check in the audio player. Media types with parameters failed to be recognized. +* Fixed crash after a redirect. +* Fixed a rare issue with handling multiple rapid network requests. +* Fixed a rare situation where a network connection would fail to open. +* Minor stability improvements. + +## 1.3.3 +* Added UI languages: French, German. (Note that neither is 100% finished yet.) +* Added build option to disable IPC for compatibility reasons. +* Added environment variable LAGRANGE_OVERRIDE_DPI. +* Back/forward navigation buttons are disabled if they have no more pages to switch to. +* Minor UI color tuning. +* Fixed possible crash when closing a tab. +* Fixed possible crash when restoring application state at launch. +* Fixed problems parsing and making requests with literal IPv6 addresses. + ## 1.3.2 * Fixed crash after updating from v1.2 due to undefined CA file/path configuration. * Fixed conflation of pixel ratio and display DPI. Pixel ratio is now always separately detected so mouse events can be correctly positioned. You may find that adjusting the UI scale factor (Preferences > Interface) is necessary after upgrading. diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml index 2e5e3a30..308a2164 100644 --- a/res/fi.skyjake.Lagrange.appdata.xml +++ b/res/fi.skyjake.Lagrange.appdata.xml @@ -45,6 +45,89 @@ jaakko.keranen@iki.fi + + +

This release introduces a split view mode, support for Gempub + files, and optimizes page rendering. Notable changes include:

+
    +
  • Split view for browsing two tabs at once.
  • +
  • Split view pinning for keeping an index page or menu on + one side while opening all links on the other side.
  • +
  • Viewing contents of local directories and ZIP archives.
  • +
  • Basic Gempub support: viewing the book cover page, and opening + the contents in a split view.
  • +
  • Page renderer buffers content more efficiently.
  • +
  • New UI languages: Interlingua, Toki Pona.
  • +
  • All lists support smooth scrolling.
  • +
+

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

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

Changes:

+
    +
  • Allow server certificates with a `*.tld` subject wildcard.
  • +
  • Updated the French UI translation.
  • +
+

Bug fixes:

+
    +
  • Broken media type check in the audio player. Media types with + parameters failed to be recognized.
  • +
  • Crash after a redirect.
  • +
  • Rare issue with handling multiple rapid network requests.
  • +
  • Rare situation where a network connection would fail to open.
  • +
  • Minor stability improvements.
  • +
+
+ https://github.com/skyjake/lagrange/releases/tag/v1.3.4 +
+ + +

New features/changes:

+
    +
  • Added UI languages: French, German. (Note that neither is + 100% finished yet.)
  • +
  • Added environment variable LAGRANGE_OVERRIDE_DPI.
  • +
  • Back/forward navigation buttons are disabled if they have + no more pages to switch to.
  • +
  • Minor UI color tuning.
  • +
+

Bug fixes:

+
    +
  • Disabled IPC in Flatpak builds for compatibility reasons. + Beware of multiple instances overwriting each other's data.
  • +
  • Possible crash when closing a tab.
  • +
  • Possible crash when restoring application state at launch.
  • +
  • Parsing and making requests with literal IPv6 addresses.
  • +
+
+ https://github.com/skyjake/lagrange/releases/tag/v1.3.3 +
+ + +

Bug fixes:

+
    +
  • Crash after updating from v1.2 due to undefined CA file/path + configuration.
  • +
  • Conflation of pixel ratio and display DPI. Pixel ratio is now + always separately detected so mouse events can be correctly + positioned. You may find that adjusting the UI scale factor + (Preferences > Interface) is necessary after upgrading.
  • +
  • Sidebar width changing when moving the window to a different + display.
  • +
  • Inability to use Tab in keybindings.
  • +
  • Opening Gopher URLs via drag-and-drop.
  • +
  • "Add bookmark..." does nothing on a feed entry.
  • +
  • Keybindings list not being updated immediately when UI language + changes.
  • +
  • Trimming of link label text when a custom Emoji is used.
  • +
+
+ https://github.com/skyjake/lagrange/releases/tag/v1.3.2 +

Version 1.3 is a major feature update with improvements for -- cgit v1.2.3