Changelog
This commit is contained in:
parent
40eb97a48a
commit
7684c01ef3
9
1.6.md
9
1.6.md
|
@ -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.
|
||||
|
|
Reference in New Issue