From 8602631f1b56df8541fc918453aaffb9a9b47eab Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 3 Feb 2021 10:10:43 +0200 Subject: Bumped version number to 1.2 --- CMakeLists.txt | 2 +- res/about/version.gmi | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46ca3daa..161fbd41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required (VERSION 3.9) project (Lagrange - VERSION 1.1.1 + VERSION 1.2.0 DESCRIPTION "A Beautiful Gemini Client" LANGUAGES C ) 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 @@ ``` # Release notes +## 1.2 +* Added keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before. + ## 1.1.1 * Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused. * Fixed missing cursor in the New Identity "Valid until" field. -- cgit v1.2.3