summaryrefslogtreecommitdiff
path: root/res/about
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-01 22:00:11 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-01 22:00:11 +0200
commitf5192df9720e046fc55b2f4f632709ba1e53f17b (patch)
tree511282726c1478c4885dfa612ae7e40efbfa110f /res/about
parent75a409c47a48f684c117f56122f84a3d8358f0b3 (diff)
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.
Diffstat (limited to 'res/about')
-rw-r--r--res/about/version.gmi4
1 files changed, 4 insertions, 0 deletions
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 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.10.4
10* Added missing ANSI background color codes 100-107 (high-intensity VGA).
11* Fixed how the ANSI FG color is adjusted to keep text legible on bright backgrounds when BG color is unset.
12
9## 1.10.3 13## 1.10.3
10* Unix: Added a lagrange(1) manual page. 14* Unix: Added a lagrange(1) manual page.
11* Hide the [+] button on the tab button row if the navbar has a New Tab button. 15* Hide the [+] button on the tab button row if the navbar has a New Tab button.