From 69c2163100121415fd3ba6a97aaac40227b7efd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Tue, 3 May 2022 07:32:32 +0300 Subject: [PATCH 1/1] Updated release notes --- res/about/version.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/about/version.gmi b/res/about/version.gmi index eec50421..0504296e 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -10,7 +10,7 @@ New features: * 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. * Build option `ENABLE_TUI`: build a text mode version of the app so it can be run in the terminal. Enabling this produces an executable called `clagrange` that is not linked with SDL. -* URL field indicator 📌 to show if there's a bookmark for the current page. +* URL field indicator 📌 that shows if there's a bookmark for the current page. Clicking on the indicator opens the Add/Edit Bookmark dialog. * Checking server certificates using a bundled root CA file. * Build option `CACERT_PEM_PATH`: path of a cacert.pem file that contains trusted root CA certificates. This file is included in resources.lgr. * Support for the Spartan protocol. Prompt lines will open an input dialog for submitting text. This can be expanded to the full upload dialog using which a file can be uploaded, too. -- 2.34.1