summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-03-03 01:00:33 -0500
committerGitHub <noreply@github.com>2023-03-03 01:00:33 -0500
commitcaba6110360f9f4b487779433b09ef493627d5c7 (patch)
treed0963146958f41220c2217478cdd1181626fc762 /CHANGELOG.md
parenta85af0501d7190f0d8c20893ba975908fe1a0522 (diff)
docs: update changelog and some comments (#1040)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cdd09b07..7c64ceae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ 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.
+- [#1037](https://github.com/ClementTsang/bottom/pull/1037): Fix `is_list_ignored` accepting all results if set to `false`.
## Features
@@ -20,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Changes
- [#1025](https://github.com/ClementTsang/bottom/pull/1025): Officially support M1 macOS.
+- [#1035](https://github.com/ClementTsang/bottom/pull/1035): Migrate away from heim for CPU information.
+- [#1036](https://github.com/ClementTsang/bottom/pull/1036): Migrate away from heim for memory information; Linux
+ platforms will now try to use `MemAvailable` to determine used memory if supported.
## Other