summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-02-18 00:51:13 -0500
committerGitHub <noreply@github.com>2023-02-18 00:51:13 -0500
commitedc61d428c9045982030cf2b54ea20ef8cd5baab (patch)
tree6dbc4cab95a6df0d3fc80977808d61ed1a4af771 /CHANGELOG.md
parenta266dd74eccfc5ce3431ef0087bd8f308bdb654a (diff)
bug: fix selected text bg colour being wrong if only the fg colour was set (#1021)
* rename file to be more generic * fix selected text BG colour being wrong by default * update changelog * add test for bug
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97efef00..2c2ad221 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Bug Fixes
+- [#1021](https://github.com/ClementTsang/bottom/pull/1021): Fix selected text background colour being wrong if only the foreground colour was set.
+
## Features
- [#1016](https://github.com/ClementTsang/bottom/pull/1016): Add support for displaying process usernames on Windows.