From eb8445124cb09b622be1b840a78c28da0c68a641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Mon, 26 Apr 2021 12:22:10 +0300 Subject: [PATCH] Updated release notes and AppData --- res/about/version.gmi | 9 +++++++++ res/fi.skyjake.Lagrange.appdata.xml | 28 +++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/res/about/version.gmi b/res/about/version.gmi index c820f05bb..35724455c 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -6,6 +6,15 @@ ``` # Release notes +## 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. diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml index b476c33e7..dff2e20dd 100644 --- a/res/fi.skyjake.Lagrange.appdata.xml +++ b/res/fi.skyjake.Lagrange.appdata.xml @@ -45,18 +45,40 @@ jaakko.keranen@iki.fi + + +

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 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.
  • +
  • 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.
  • +
  • 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.