Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.0.7
    21f9aadd · v1.0.7 Bug fixes ·
    Changelog
    * Changed: Info box now restores last selection on close
    * Fixed: Crash when starting with show_disks=False
  • v1.0.6
    1a3db49b · v1.0.6 Bug fixes ·
    Changelog
    * Fixed: Cpu temps index error on uneven temp collection
    * Fixed: No cpu percent in info box when filtering
  • v1.0.5
    Changelog
    * Fixed: Attribute typo in detailed process collection
  • v1.0.4
    Changelog
    * 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
  • v1.0.3
    Changelog
    * 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
  • v1.0.2
    8d3d5ea5 · v1.0.2 More bugfixes ·
    Changelog
    * 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()
  • v1.0.1
    6a7cd064 · v1.0.1 Bug fixes ·
    Changelog
    * 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.
  • v1.0.0
    2c690d54 · v1.0.0 First release ·
    Changelog
    * First release
    * Missing update checker