Changelog

This commit is contained in:
Dylan 2016-03-30 22:19:04 +11:00
parent 96e19a59cf
commit fc3f86598d
1 changed files with 6 additions and 0 deletions

6
1.6.md
View File

@ -25,6 +25,11 @@ the color white, it's now based on your foreground color.
- Use `stty` instead of `read -s` to fix an issue with escape sequences<br \>
appearing in the output.
- Line wrap is now disabled by default.
- Implement base support for caching specific info. This will eventually<br \>
allow us to speed up the script by caching info that won't change for a<br \>
long period of time like the CPU/GPU. \[1\]
\[1\] You can clear the cache with `--clean`.
### Packages
@ -46,6 +51,7 @@ appearing in the output.
- Don't show GPU output on unsupported OS.
- `Nvidia` is now displayed as `NVIDIA`. **[@firstEncounter](https://github.com/firstEncounter)**
- Intel GPUs now all appear as `Intel Integrated Graphics`. to avoid naming issues.
- [ OS X ] We now cache the GPU value.
**Battery**<br \>
- Show charging state in battery output. **[@dawidd6](https://github.com/dawidd6)** and **[@iandrewt](https://github.com/iandrewt)**