Changelog

This commit is contained in:
Dylan Araps 2016-10-23 09:50:05 +11:00
parent 4e741ef8ef
commit a06fc79deb
1 changed files with 4 additions and 0 deletions

View File

@ -94,9 +94,13 @@ Note: `\033[14t` is still supported, if images already work for you then you don
**CPU**<br \>
- 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**<br \>