bpytop/CHANGELOG.md

74 lines
2.2 KiB
Markdown
Raw Normal View History

2020-08-05 20:32:07 +00:00
# Changelog
2020-08-11 18:35:34 +00:00
## v1.0.11
* Fixed: getsensors detection of vcgencmd
* Fixed: Load AVG being drawn outside box on small sizes
* Fixed: Slowdown when showing memory in percent instead of bytes
* Fixed: Cpu temperature colors not converted to percent of cpu critical temp
* Fixed: Crash on sorting change when lacking permissions
2020-08-10 20:08:31 +00:00
## v1.0.10
* Fixed: Raspberry pi cpu temps, actually fixed this time...
2020-08-10 14:28:40 +00:00
## v1.0.9
* Fixed: Raspberry pi cpu temp, again.
2020-08-09 16:00:26 +00:00
## v1.0.8
* Added: Set terminal title at start
* Added: Update checker, can be toggled off in options menu
* Added: Option to show memory in bytes for processes, enabled by default
* Added: Options to set custom network graphs minimum scaling values and a "auto" button to toggle manual and default values.
* Fixed: Failure to detect cpu temp on raspberry pi
* Changed: Layout changes to cpu box
2020-08-06 19:44:05 +00:00
## v1.0.7
* Changed: Info box now restores last selection on close
* Fixed: Crash when starting with show_disks=False
2020-08-06 15:39:12 +00:00
## v1.0.6
* Fixed: Cpu temps index error on uneven temp collection
* Fixed: No cpu percent in info box when filtering
2020-08-05 20:32:07 +00:00
## v1.0.5
* Fixed: Attribute typo in detailed process collection
2020-08-02 18:10:42 +00:00
2020-08-05 20:01:40 +00:00
## v1.0.4
* Fixed: Crash when filtering and showing info box
* Added: Improved cpu temperature detection
* Fixed: Broken cpu box layout on high core count and change to default layout
* Changed: Selection now returns to last selection when pressing down from info box
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
2020-08-05 20:32:07 +00:00
* Missing update checker