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 b47f8537..2b6c0ca6 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.9.4 21 VERSION 1.9.5
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 c333d15b..b45a8923 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.9.5
10* Fixed misshapen button borders due to an SDL line drawing glitch.
11
9## 1.9.4 12## 1.9.4
10* Fixed crash when a link is missing both URL and label (just a `=>`). 13* Fixed crash when a link is missing both URL and label (just a `=>`).
11* Fixed handling of foreground color escapes in the simple text renderer. 14* Fixed handling of foreground color escapes in the simple text renderer.