diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c83e294..9489f5a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required (VERSION 3.9)  project (Lagrange - VERSION 1.1.3 + VERSION 1.1.4 DESCRIPTION "A Beautiful Gemini Client" LANGUAGES C ) diff --git a/res/about/version.gmi b/res/about/version.gmi index d3f0f0db..417254a9 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -6,6 +6,9 @@ ``` # Release notes  +## 1.1.4 +* Fixed feed entry highlight/read status issue in the sidebar. + ## 1.1.3 * Fixed crash when deleting a bookmark that was being used as a remote bookmark source. * Fixed potential crash at shutdown.