diff --git a/1.6.md b/1.6.md index b3751a86..f3aa3a9c 100644 --- a/1.6.md +++ b/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
appearing in the output. - Line wrap is now disabled by default. +- Implement base support for caching specific info. This will eventually
+allow us to speed up the script by caching info that won't change for a
+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**
- Show charging state in battery output. **[@dawidd6](https://github.com/dawidd6)** and **[@iandrewt](https://github.com/iandrewt)**