Changelog

This commit is contained in:
Dylan 2016-03-13 09:22:00 +11:00
parent d543f7f9e2
commit 0fb45e6fa8
1 changed files with 13 additions and 4 deletions

17
1.5.md
View File

@ -5,11 +5,19 @@
### Progress Bars
This has finally been merged to master, thanks to **[@iandrewt](https://github.com/iandrewt)** for helping
me finish up with this PR.
![bars](https://ipfs.pics/ipfs/Qmbj8S7pi4CVw12XTawtRwRpLvkiZ9cxRxCUPMLQ1Nhhkb)
- Added progress bar support to CPU, Memory, Disk, Battery. Thanks **[@iandrewt](https://github.com/iandrewt)**
- Added `cpu_display`, `memory_display`, `disk_display` and `battery_display` which allow you to customize<br \>
where or if the progress bar will appear.
- Added progress bar support to CPU, Memory, Disk, Battery.
- Added `progress_char` which allows you to change the character used when drawing the bars.
- Added `progress_length` which allows you to set the max length in spaces of the bars.
- Added `progress_elapsed_color` which sets the elapsed color.
- Added `progress_total_color` which sets the total color.
- Added `--progress_colors` which takes two color values: `elapsed`, `total`.
- Added `cpu_display`, `memory_display`, `disk_display` and `battery_display` which allow you<br \>
to customize where or if the progress bar will appear.
- Takes these values: `info`, `bar`, `infobar`, `barinfo`
### OS
@ -28,8 +36,9 @@ where or if the progress bar will appear.
- Only display usage of local disks.
**CPU**<br \>
- Add `cpu_shorthand` to shorten the output of CPU. Thanks **[@iandrewt](https://github.com/iandrewt)**
- Added `cpu_shorthand` to shorten the output of CPU. Thanks **[@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`.
**GPU**<br \>
- Added new `tiny` option to `gpu_shorthand` to further shorten the GPU output. Thanks **[@iandrewt](https://github.com/iandrewt)**