diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-08 18:15:02 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-08 18:15:02 +0300 |
commit | 29641ab523f68cb275a063924a502a357ffe5f51 (patch) | |
tree | f21dbf0f41f01bd24734df99ccc76f55e015a47a | |
parent | 0153e4dc294edcb52ef6579e38fdc5f6ae713b2d (diff) |
Bumped version to 1.5.2
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | res/about/version.gmi | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 950adca8..5fc07958 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -18,7 +18,7 @@ | |||
18 | cmake_minimum_required (VERSION 3.9) | 18 | cmake_minimum_required (VERSION 3.9) |
19 | 19 | ||
20 | project (Lagrange | 20 | project (Lagrange |
21 | VERSION 1.5.1 | 21 | VERSION 1.5.2 |
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 3ebf5a16..c48a16d0 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.5.2 | ||
10 | * Normalize page contents (NFC) to avoid most common issues with diacritics. | ||
11 | |||
9 | ## 1.5.1 | 12 | ## 1.5.1 |
10 | * Updated UI translations. | 13 | * Updated UI translations. |
11 | * Updated "Smol Emoji" font with new and improved glyphs. | 14 | * Updated "Smol Emoji" font with new and improved glyphs. |