diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-21 11:26:16 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-21 11:26:16 +0300 |
commit | 09e1f89c21f9c8fbdcfbe801cc796865809161c1 (patch) | |
tree | e23e1286356c33edf91b84dd34fe3bb615305cbb | |
parent | be85d152b436c152bbb554862064b9bd05b173b7 (diff) |
Bumped version to 0.2.1
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | res/about/version.gmi | 11 |
2 files changed, 8 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index de619509..f4277961 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -20,7 +20,7 @@ cmake_minimum_required (VERSION 3.9) | |||
20 | set (CMAKE_OSX_DEPLOYMENT_TARGET 10.14) | 20 | set (CMAKE_OSX_DEPLOYMENT_TARGET 10.14) |
21 | 21 | ||
22 | project (Lagrange | 22 | project (Lagrange |
23 | VERSION 0.2.0 | 23 | VERSION 0.2.1 |
24 | DESCRIPTION "Beautiful Gemini Client" | 24 | DESCRIPTION "Beautiful Gemini Client" |
25 | LANGUAGES C | 25 | LANGUAGES C |
26 | ) | 26 | ) |
diff --git a/res/about/version.gmi b/res/about/version.gmi index 32f1e49f..46e36302 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -1,11 +1,14 @@ | |||
1 | ``` | 1 | ``` |
2 | __ __ __ ___ | 2 | __ __ __ ___ |
3 | | /\ / _` |__) /\ |\ | / _` |__ | 3 | | /\ / _` |__) /\ |\ | / _` |__ |
4 | |___ /~~\ \__> | \ /~~\ | \| \__> |___ | 4 | |___ /~~\ \__> | \ /~~\ | \| \__> |___ |
5 | 5 | ||
6 | ``` | 6 | ``` |
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 0.2.1 | ||
10 | * Windows: Fixed text disappearing when window is resized. | ||
11 | |||
9 | ## 0.2 | 12 | ## 0.2 |
10 | * Added an icon for quote paragraphs. | 13 | * Added an icon for quote paragraphs. |
11 | * Added Downloads folder to Preferences. | 14 | * Added Downloads folder to Preferences. |