diff options
-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 796a9507..55984ddf 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.8.1 | 21 | VERSION 1.8.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 3b9ab34d..d180d1eb 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.8.2 | ||
10 | * Fixed crash when fontpack.ini specifies a file that cannot be found. | ||
11 | |||
9 | ## 1.8.1 | 12 | ## 1.8.1 |
10 | * Added UI translations: Hungarian, Czech. | 13 | * Added UI translations: Hungarian, Czech. |
11 | * Added the `zip` utility as a build requirement. It is used for making fontpacks. | 14 | * Added the `zip` utility as a build requirement. It is used for making fontpacks. |