From f5192df9720e046fc55b2f4f632709ba1e53f17b Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 1 Feb 2022 22:00:11 +0200 Subject: Fixed ANSI color handling issues Added the missing BG escapes 100-107, and fixed how the FG is adjusted to keep text legible. Previously it was not considering the actual BG color being applied to a text run. --- res/about/version.gmi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/about') diff --git a/res/about/version.gmi b/res/about/version.gmi index 63c026ac..438ff950 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi @@ -6,6 +6,10 @@ ``` # Release notes +## 1.10.4 +* Added missing ANSI background color codes 100-107 (high-intensity VGA). +* Fixed how the ANSI FG color is adjusted to keep text legible on bright backgrounds when BG color is unset. + ## 1.10.3 * Unix: Added a lagrange(1) manual page. * Hide the [+] button on the tab button row if the navbar has a New Tab button. -- cgit v1.2.3