2020-08-02 18:10:42 +00:00
|
|
|
#Changelog
|
|
|
|
|
2020-08-04 19:53:22 +00:00
|
|
|
## v1.0.3
|
|
|
|
|
|
|
|
* Fixed: Crash on detailed info when showing tree
|
|
|
|
* Fixed: Incorrect sorting for memory
|
|
|
|
* FIxed: Removed unsupported osx psutil values
|
|
|
|
* Changed: Removed shift modifiers for some keys and removed redundant toggles
|
|
|
|
|
2020-08-03 20:17:13 +00:00
|
|
|
## v1.0.2
|
|
|
|
|
|
|
|
* Added: IndexError catch for cpu temperature collection
|
|
|
|
* Fixed: net_io_counters() not iterating over itself
|
|
|
|
* Fixed: Clear mouse queue to avoid accidental character interpretation
|
|
|
|
* Added: "/etc/bpytop.conf" as default seed for config file creation if it exists.
|
|
|
|
* Added: Error handling for exception in psutil.cpu_freq()
|
|
|
|
|
2020-08-03 16:29:52 +00:00
|
|
|
## v1.0.1
|
|
|
|
|
|
|
|
* Fixed: Bad assumption of cpu model name string contents.
|
|
|
|
* Added: Exception catch for psutil io_counters error caused by psutil < 5.7.0 and Linux kernel >= 5
|
|
|
|
* Added: Error handling for psutil.net_io_counters() errors.
|
|
|
|
|
2020-08-02 18:10:42 +00:00
|
|
|
## v1.0.0
|
|
|
|
|
|
|
|
* First release
|
|
|
|
* Missing update checker
|