bpytop/CHANGELOG.md

234 lines
6.5 KiB
Markdown
Raw Normal View History

2020-08-05 20:32:07 +00:00
# Changelog
2020-09-27 19:52:13 +00:00
## v1.0.39
* Fixed: Manual sensor selection screen refresh
* Fixed: Rare swap toggle crash
* Fixed: Clock and battery placement and sizing
2020-09-26 21:43:34 +00:00
## v1.0.38
* Fixed: Cpu sensor check when changing from manual sensor to Auto
* Fixed: Menu collection timeout and menu background update stall
* Added: Custom options for clock formatting: hostname and username
2020-09-22 18:15:43 +00:00
## v1.0.37
* Fixed: Swap toggle rare crash
* Fixed: Cpu sensor option to trigger temp toggle if check temp is true
2020-09-21 17:46:15 +00:00
## v1.0.36
* Added: Rounding for floating_humanizer() short option
* Fixed: Cpu temp not showing when manually selected and not auto detected
* Fixed Crash during theme change
2020-09-20 17:20:16 +00:00
## v1.0.35
* Fixed: Decimal placement in floating_humanizer() function
## v1.0.34
* Changed: Improvement on cpu name detection
* Added: Option to choose cpu temperature sensor
* Fixed: Battery meter adaptation
## v1.0.33
* Changed: Improvement on osx cpu temperature collection with coretemp
* Fixed: Battery stats crash and better battery status detection
* README: coretemp install instructions by @hacker1024
* README: Added notice about font problems and possible solutions
2020-09-14 16:12:23 +00:00
## v1.0.32
* Added: Symbol for battery inactive
* Fixed: Cpu model name exception for certain xeon cpus
* Fixed: Exception when sending signal using uppercase T, K, I
* Fixed: Battery meter placement calculation correction
* Added: Support for OSX cpu core temperatures via coretemp program
2020-09-13 08:54:22 +00:00
## v1.0.31
* Fixed: Battery meter redraw after terminal resize
* Fixed: Battery meter additional fixes
* Fixed: Cpu temp color wrong on small sizes
## v1.0.30
* Changed: Argument parsing using argparse
* Fixed: Hide battery time when not known
2020-09-12 12:27:41 +00:00
## v1.0.29
* Fixed: Battery percent converted to integer and battery time hidden at 100% level
2020-09-12 11:34:55 +00:00
## v1.0.28
* Fixed: Battery meter causing crash when connecting/disconnecting battery
* README: Added more repositories
## v1.0.27
* Added: kyli0x theme by @kyli0x
* Added: Battery meter and stats
* Added: Option to change the tree view auto collapse depth
2020-09-07 18:47:12 +00:00
## v1.0.26
* Fixed: Cpu temp color index crash
* Fixed: Start from virtualenv crash
## v1.0.25
* Added: More sizing adaptation for processes
* Fixed: Clock centering
## v1.0.24
* Fixed: "view_mode" option entry format
* Fixed: Help menu entries
2020-09-05 15:56:43 +00:00
## v1.0.23
* Added: View mode toggle with 3 presets, "full", "proc" and "stat"
* Added: Rescaling of net stat box width on smaller terminal sizes
* Changed: Net box height slight increase, mem/disks box height slight decrease
* Fixed: Some element placement fixes by @RedBearAK
* Fixed: "delete" and "filter" mouse click area misaligned
* Added: Option to sync network scaling between download and upload
2020-09-01 19:14:02 +00:00
## v1.0.22
* Some refactoring and cleanup
* README: Info for debian package
* Added: Theme search path for snap install
* README: Updated snap install info
2020-08-24 15:18:01 +00:00
## v1.0.21
* Fixed: Clean excess whitespace from CPU model name, by @RedBearAK
* Changed: README.md absolute paths to work on PyPi
## v1.0.20
* Release bump to fix pypi and source version missmatch
2020-08-23 19:15:59 +00:00
## v1.0.19
* Changed: net_auto variable now default to True
* Fixed: Sorting out negative cpu temperature values from bad sensors
2020-08-23 13:00:49 +00:00
## v1.0.18
* Fixed: Init screen and error log level when starting from pip installation
2020-08-23 12:26:10 +00:00
## v1.0.17
* Added: Option to toggle theme background color
* Added: Dracula theme by @AethanFoot
* Added: PyPi theme install and path detection
* Added: PyPi packaging with poetry by @cjolowicz
* Added: Error checking for net_download and net_upload config values
* Added: psutil outdated warning message
* Changed: Expanded cpu name detection
## v1.0.16
* Fixed: net_upload variable not working
* Added: Ability to expand/collapse processes in the tree view
2020-08-15 16:07:44 +00:00
## v1.0.15
* Added: Network graph color gradient bandwidth option by @drazil100
* Added: cpu_thermal sensor detection for raspberri pi cpu temp
* Fixed: Single color graphs crash
## v1.0.14
* Added: New theme values "graph_text", "meter_bg", "process_start", "process_mid" and "process_end", see default_black.theme for reference.
* Updated: default_black.theme with new values
* Updated: monokai.theme and gruvbox_dark.theme with "graph_text" value.
2020-08-12 14:58:59 +00:00
## v1.0.13
* Fixed: Cpu usage bug when showing tree and memory in percent
* Fixed: Check for minimum terminal size at start when init screen is enabled
2020-08-11 19:39:43 +00:00
## v1.0.12
* Fixed: Cpu high and cpu crit for osx and raspberry pi
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