From 086b622c6665cdbb9d8d9a5447543abae67d9783 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 8 Jun 2023 00:05:30 -0400 Subject: 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 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3