Changelog
This commit is contained in:
parent
96e19a59cf
commit
fc3f86598d
6
1.6.md
6
1.6.md
|
@ -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)**
|
||||
|
|
Reference in New Issue