Lagrange [release]
Bumped version to 1.13.1
[1mdiff --git a/CMakeLists.txt b/CMakeLists.txt[m
[1mindex fb58d5f1..9291dc54 100644[m
[1m--- a/CMakeLists.txt[m
[1m+++ b/CMakeLists.txt[m
[36m@@ -18,7 +18,7 @@[m
cmake_minimum_required (VERSION 3.9)[m
[m
project (Lagrange[m
[31m- VERSION 1.13.0[m
[32m+[m[32m VERSION 1.13.1[m
DESCRIPTION "A Beautiful Gemini Client"[m
LANGUAGES C[m
)[m
[1mdiff --git a/res/about/version.gmi b/res/about/version.gmi[m
[1mindex 0504296e..0be5f27d 100644[m
[1m--- a/res/about/version.gmi[m
[1m+++ b/res/about/version.gmi[m
[36m@@ -6,6 +6,9 @@[m
```[m
# Release notes[m
[m
[32m+[m[32m## 1.13.1[m
[32m+[m[32m* Fixed crash when opening Preferences. The text renderer had problems with font lookup.[m
[32m+[m
## 1.13[m
New features:[m
* Curses-based `clagrange` for running the app in the terminal. This is a complete TUI port of the original GUI version including, e.g., UI animations, smooth scrolling, and split view mode. `clagrange` has separate preferences, UI state, and key bindings but the rest of the runtime files are shared with the GUI version.[m