summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-06-08 00:05:30 -0400
committerGitHub <noreply@github.com>2023-06-08 00:05:30 -0400
commit086b622c6665cdbb9d8d9a5447543abae67d9783 (patch)
tree5cfb3ddd8b6bbf114ef4b2d1d3d10026d971cd56 /CHANGELOG.md
parent358bddf990e204f1de7fb20a133a14e1af2bbe43 (diff)
feature: use better names for duplicate temp sensors found by `/sys/class/thermal` (#1187)
* docs: update changelog * feature: add a counter to duplicate names if using /sys/class/thermal/ * update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfc75a10..cd10c105 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.9.2] - Unreleased
+## Bug Fixes
+
+- [#1186](https://github.com/ClementTsang/bottom/pull/1186): Fix for temperature sensor data gathering on Linux immediately halting if any method failed.
+
## Features
- [#1172](https://github.com/ClementTsang/bottom/pull/1172): Support human times for `time_delta` and `default_time_value`.
+- [#1187](https://github.com/ClementTsang/bottom/pull/1187): Use better names for duplicate temp sensors found by `/sys/class/thermal`.
## [0.9.1] - 2023-05-14