summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-12 22:16:56 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-12 22:16:56 +0200
commit53bb67a30c3e101474670991d42f124ee0365781 (patch)
tree975c8947e7e5a07a63c95d790498e1bb48da75d6
parent2b4f7b2e1d30b9749c716ca1f20bb1389cb9fa01 (diff)
Bumped version number to 0.13.1
-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 394f1b6b..b8ee5837 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 0.13.0 21 VERSION 0.13.1
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 08e647b8..d91de9ff 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## 0.13.1
10* Fixed build failure on Linux.
11
9## 0.13 12## 0.13
10* Support for Internationalized Domain Names (IDN) in network requests. 13* Support for Internationalized Domain Names (IDN) in network requests.
11* Percent-encoded URL paths are shown decoded in the UI, and encoded in outgoing requests. 14* Percent-encoded URL paths are shown decoded in the UI, and encoded in outgoing requests.