Changelog

This commit is contained in:
Dylan 2016-03-26 10:18:34 +11:00
parent 40eb97a48a
commit 7684c01ef3
1 changed files with 8 additions and 1 deletions

9
1.6.md
View File

@ -20,6 +20,7 @@ Thanks to the following people for contributing this release.
**CPU**<br \>
- [ Windows ] Don't print CPU cores if detection fails.
- [ BSD ] Fixed extremely long output.
**Battery**<br \>
- Show charging state in battery output. **[@dawidd6](https://github.com/dawidd6)** and **[@iandrewt](https://github.com/iandrewt)**
@ -36,13 +37,18 @@ Thanks to the following people for contributing this release.
**Disk**<br \>
- Added new display option `perc` to display just the percentage with the progress bar.
**Memory**<br \>
- [ OpenBSD ] Fixed completely broken memory output on OpenBSD.
**Uptime**<br \>
- [ OSX ] Performance improvements. **[@iandrewt](https://github.com/iandrewt)**
- [ OSX / BSD ] Performance improvements. **[@iandrewt](https://github.com/iandrewt)**
- [ OpenBSD ] Fixed duplicate `up` in output.
### Image
- Remove `shuffledir` in favor of '--image path/to/dir/'
- Use `printf` instead of `shuf` to pick a random image.
### Ascii
@ -50,5 +56,6 @@ Thanks to the following people for contributing this release.
- Added ascii art for Qubes OS.
- Revamped Alpine Linux's ascii art.
### Scrot
- Fixed scrot function not using user defined options.