diff --git a/CMakeLists.txt b/CMakeLists.txt index de619509..f4277961 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required (VERSION 3.9) set (CMAKE_OSX_DEPLOYMENT_TARGET 10.14)  project (Lagrange - VERSION 0.2.0 + VERSION 0.2.1 DESCRIPTION "Beautiful Gemini Client" LANGUAGES C ) diff --git a/res/about/version.gmi b/res/about/version.gmi index 32f1e49f..46e36302 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -1,11 +1,14 @@ ``` - __ __ __ ___  -| /\ / _` |__) /\ |\ | / _` |__  -|___ /~~\ \__> | \ /~~\ | \| \__> |___  + __ __ __ ___ +| /\ / _` |__) /\ |\ | / _` |__ +|___ /~~\ \__> | \ /~~\ | \| \__> |___  -```  +``` # Release notes  +## 0.2.1 +* Windows: Fixed text disappearing when window is resized. + ## 0.2 * Added an icon for quote paragraphs. * Added Downloads folder to Preferences.