summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--res/about/version.gmi3
2 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aac03046..c9037986 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.6.2 21 VERSION 1.6.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 07814a32..73e429d3 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,9 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.6.3
10* Select all text in an input field using Shift+Ctrl+A.
11
9## 1.6.2 12## 1.6.2
10* Added `--tab-url` to print currently active tab's URL. 13* Added `--tab-url` to print currently active tab's URL.
11* Upload dialog expands to full window height when the entered text is long. 14* Upload dialog expands to full window height when the entered text is long.