From 2ac985bcb06ac4e6096c939431f20fd36a29615a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Tue, 3 May 2022 16:33:42 +0300 Subject: [PATCH 1/1] Bumped version number to 1.13.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 9291dc54..f0dcc48a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required (VERSION 3.9) project (Lagrange - VERSION 1.13.1 + VERSION 1.13.2 DESCRIPTION "A Beautiful Gemini Client" LANGUAGES C ) diff --git a/res/about/version.gmi b/res/about/version.gmi index 0be5f27d..18aa32cd 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -6,6 +6,9 @@ ``` # Release notes +## 1.13.2 +* Fixed failure to restore the selected fonts at launch. + ## 1.13.1 * Fixed crash when opening Preferences. The text renderer had problems with font lookup. -- 2.34.1