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.