diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-03 10:10:43 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-03 10:10:43 +0200 |
commit | 8602631f1b56df8541fc918453aaffb9a9b47eab (patch) | |
tree | 85aae743bb14ec88642d627e0a7942acbcce06dd | |
parent | ec8b1b0d82d5703a513e3eba94ba1a2cc55ed760 (diff) |
Bumped version number to 1.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 46ca3daa..161fbd41 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.1.1 | 21 | VERSION 1.2.0 |
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 3bf76d52..c846a583 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.2 | ||
10 | * Added keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before. | ||
11 | |||
9 | ## 1.1.1 | 12 | ## 1.1.1 |
10 | * Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused. | 13 | * Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused. |
11 | * Fixed missing cursor in the New Identity "Valid until" field. | 14 | * Fixed missing cursor in the New Identity "Valid until" field. |