Lagrange [release]
Bumped version to 1.7.3; updated release notes
[1mdiff --git a/CMakeLists.txt b/CMakeLists.txt[m
[1mindex fcec2168..4b124a06 100644[m
[1m--- a/CMakeLists.txt[m
[1m+++ b/CMakeLists.txt[m
[36m@@ -18,7 +18,7 @@[m
cmake_minimum_required (VERSION 3.9)[m
[m
project (Lagrange[m
[31m- VERSION 1.7.2[m
[32m+[m[32m VERSION 1.7.3[m
DESCRIPTION "A Beautiful Gemini Client"[m
LANGUAGES C[m
)[m
[1mdiff --git a/res/about/version.gmi b/res/about/version.gmi[m
[1mindex f95e0846..dd8c6732 100644[m
[1m--- a/res/about/version.gmi[m
[1m+++ b/res/about/version.gmi[m
[36m@@ -6,6 +6,11 @@[m
```[m
# Release notes[m
[m
[32m+[m[32m## 1.7.3[m
[32m+[m[32m* Fixed a memory leak in the text renderer.[m
[32m+[m[32m* Added option to place new bookmarks to the top of the bookmarks list.[m
[32m+[m[32m* Updated UI translations.[m
[32m+[m
## 1.7.2[m
* Fixed regressions in text selection, for example when marking text leftwards from the start position or when starting from outside any text run. [m
* Fixed a crash when clicking on Outline sidebar items before a page has finished loading.[m
[1mdiff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml[m
[1mindex 5d2f82c6..72f5462a 100644[m
[1m--- a/res/fi.skyjake.Lagrange.appdata.xml[m
[1m+++ b/res/fi.skyjake.Lagrange.appdata.xml[m
[36m@@ -45,6 +45,26 @@[m
jaakko.keranen@iki.fi [m
[m
[m
[32m+[m[32m [m
[32m+[m[32m [m
[32m+[m[32m Version 1.7 improves bookmark management with folders and manual[m
[32m+[m[32m sorting, and has multiple UI enhancements including unconstrained[m
[32m+[m[32m popup menus, upload identity selection, button focus switching[m
[32m+[m[32m with Tab key, and new UI languages (e.g., Esperanto). A new image[m
[32m+[m[32m colorization option has been added for enforcing a stricter visual[m
[32m+[m[32m style.
[m
[32m+[m[32m Changes in v1.7.3:
[m
[32m+[m[32m [m
[32m+[m[32m - Fixed a memory leak in the text renderer.
[m
[32m+[m[32m - Added option to place new bookmarks to the top of the[m
[32m+[m[32m bookmarks list.
[m
[32m+[m[32m - Updated UI translations.
[m[41m [m
[32m+[m[32m
[m
[32m+[m[32m The full release notes can be viewed inside the app by opening[m
[32m+[m[32m the "about:version" page.
[m
[32m+[m[32m [m
[32m+[m[32m https://github.com/skyjake/lagrange/releases/tag/v1.7.3 [m
[32m+[m[32m [m
[m
[m
Version 1.7 improves bookmark management with folders and manual[m