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.