btop/CHANGELOG.md

38 lines
906 B
Markdown
Raw Normal View History

2021-09-22 17:31:17 +02:00
## v1.0.5
* Fixed: Load AVG sizing when hiding temperatures
* Fixed: Sizing constraints bug on start and boxes can be toggled from size error screen
* Fixed: UTF-8 check crashing if LANG was set to non existant locale
2021-09-21 21:27:46 +02:00
## v1.0.4
* Fixed: Use /proc/pid/statm if RSS memory from /proc/pid/stat is faulty
2021-09-21 17:39:49 +02:00
## v1.0.3
* Fixed: stoi 0 literal pointer to nullptr and added more clamping for gradient array access
2021-09-19 06:23:02 +02:00
## v1.0.2
* Fixed: ARCH detection in Makefile
* Fixed: Color gradient array out of bounds, added clamp 0-100 for cpu percent values
2021-09-20 18:32:08 +02:00
* Fixed: Menu size and preset size issues and added warnings for small terminal size
* Fixed: Options menu page selection alignment
2021-09-18 18:03:58 +02:00
## v1.0.1
* Fixed: UTF-8 check to include UTF8
* Fixed: Added thread started check before joining in clean_quit()
* Fix documentation of --utf-force in README and --help. by @purinchu
2021-09-18 02:13:35 +02:00
## v1.0.0
2021-09-17 14:25:54 +02:00
2021-09-18 02:13:35 +02:00
* First release for Linux