summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--res/about/version.gmi5
-rw-r--r--res/fi.skyjake.Lagrange.appdata.xml20
3 files changed, 26 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fcec2168..4b124a06 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@
18cmake_minimum_required (VERSION 3.9) 18cmake_minimum_required (VERSION 3.9)
19 19
20project (Lagrange 20project (Lagrange
21 VERSION 1.7.2 21 VERSION 1.7.3
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)
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 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.7.3
10* Fixed a memory leak in the text renderer.
11* Added option to place new bookmarks to the top of the bookmarks list.
12* Updated UI translations.
13
9## 1.7.2 14## 1.7.2
10* Fixed regressions in text selection, for example when marking text leftwards from the start position or when starting from outside any text run. 15* Fixed regressions in text selection, for example when marking text leftwards from the start position or when starting from outside any text run.
11* Fixed a crash when clicking on Outline sidebar items before a page has finished loading. 16* 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 @@
45 <update_contact>jaakko.keranen@iki.fi</update_contact> 45 <update_contact>jaakko.keranen@iki.fi</update_contact>
46 46
47 <releases> 47 <releases>
48 <release version="1.7.3" date="2021-10-19">
49 <description>
50 <p>Version 1.7 improves bookmark management with folders and manual
51 sorting, and has multiple UI enhancements including unconstrained
52 popup menus, upload identity selection, button focus switching
53 with Tab key, and new UI languages (e.g., Esperanto). A new image
54 colorization option has been added for enforcing a stricter visual
55 style.</p>
56 <p>Changes in v1.7.3:</p>
57 <ul>
58 <li>Fixed a memory leak in the text renderer.</li>
59 <li>Added option to place new bookmarks to the top of the
60 bookmarks list.</li>
61 <li>Updated UI translations.</li>
62 </ul>
63 <p>The full release notes can be viewed inside the app by opening
64 the "about:version" page.</p>
65 </description>
66 <url>https://github.com/skyjake/lagrange/releases/tag/v1.7.3</url>
67 </release>
48 <release version="1.7.2" date="2021-10-11"> 68 <release version="1.7.2" date="2021-10-11">
49 <description> 69 <description>
50 <p>Version 1.7 improves bookmark management with folders and manual 70 <p>Version 1.7 improves bookmark management with folders and manual