From 70b3cf556ef640ab3e879109e83ee4355cbf353e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Tue, 19 Oct 2021 11:26:12 +0300 Subject: [PATCH 1/1] Bumped version to 1.7.3; updated release notes --- CMakeLists.txt | 2 +- res/about/version.gmi | 5 +++++ res/fi.skyjake.Lagrange.appdata.xml | 20 ++++++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fcec2168..4b124a06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required (VERSION 3.9) project (Lagrange - VERSION 1.7.2 + VERSION 1.7.3 DESCRIPTION "A Beautiful Gemini Client" LANGUAGES C ) diff --git a/res/about/version.gmi b/res/about/version.gmi index f95e0846..dd8c6732 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -6,6 +6,11 @@ ``` # Release notes +## 1.7.3 +* Fixed a memory leak in the text renderer. +* Added option to place new bookmarks to the top of the bookmarks list. +* Updated UI translations. + ## 1.7.2 * Fixed regressions in text selection, for example when marking text leftwards from the start position or when starting from outside any text run. * Fixed a crash when clicking on Outline sidebar items before a page has finished loading. diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml index 5d2f82c6..72f5462a 100644 --- a/res/fi.skyjake.Lagrange.appdata.xml +++ b/res/fi.skyjake.Lagrange.appdata.xml @@ -45,6 +45,26 @@ jaakko.keranen@iki.fi + + +

Version 1.7 improves bookmark management with folders and manual + sorting, and has multiple UI enhancements including unconstrained + popup menus, upload identity selection, button focus switching + with Tab key, and new UI languages (e.g., Esperanto). A new image + colorization option has been added for enforcing a stricter visual + style.

+

Changes in v1.7.3:

+
    +
  • Fixed a memory leak in the text renderer.
  • +
  • Added option to place new bookmarks to the top of the + bookmarks list.
  • +
  • Updated UI translations.
  • +
+

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

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

Version 1.7 improves bookmark management with folders and manual -- 2.34.1