From a06fc79debbcd24de784173c7324d28fbd0619d2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 23 Oct 2016 09:50:05 +1100 Subject: [PATCH] Changelog --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index a3fafde7..0ae971f0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -94,9 +94,13 @@ Note: `\033[14t` is still supported, if images already work for you then you don **CPU**
+- Added `cpu_speed` which lets you hide/show the speed in the output. - Expanded `cpu_cores` option by adding two new values, `logical` and `physical`. - `logical`: Show all virtual cores (hyperthreaded). - `physical`: Only show physical cores. +- [Linux] Added support for showing CPU temperature. + - Added new option called `cpu_temp`. + - Note: This is disabled by default and can be enabled by changing the value of `cpu_temp` in your config to `on`. - [macOS] Print physical cores instead of hyper-threaded cores. **[@iandrewt](https://github.com/iandrewt)** **Uptime**