From e206729fc3e8b3bf20e27a49e3afe96964c74ea7 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 15 Mar 2016 20:17:49 +1100 Subject: [PATCH] Changelog --- 1.5.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1.5.md b/1.5.md index 95840056..16b82744 100644 --- a/1.5.md +++ b/1.5.md @@ -57,7 +57,8 @@ to customize where or if the progress bar will appear. **CPU**
- Added `cpu_shorthand` to shorten the output of CPU. **[@iandrewt](https://github.com/iandrewt)** - Takes these values: `name`, `speed`, `tiny`, `on`, `off` -- Added the ability to print the CPU Usage by using `cpu_display="info"` or `--cpu_display off info`. +- Added the ability to print the CPU Usage by using `cpu_display="info"` or `--cpu_display off/on info`. +- Added `cpu_cores` to enable/disable showing the number of CPU cores in the output. **GPU**
- Added new `tiny` option to `gpu_shorthand` to further shorten the GPU output. **[@iandrewt](https://github.com/iandrewt)**