mirror of https://github.com/aristocratos/bpytop
parent
e6bcc9d65f
commit
ce897681fc
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
## v1.0.7
|
## v1.0.7
|
||||||
|
|
||||||
* Changed: Info box now restores last selection on close
|
* Changed: Info box now restores last selection on close
|
||||||
|
|
|
@ -56,7 +56,7 @@ if errors:
|
||||||
print("\nInstall required modules!\n")
|
print("\nInstall required modules!\n")
|
||||||
quit(1)
|
quit(1)
|
||||||
|
|
||||||
VERSION: str = "1.0.7"
|
VERSION: str = "1.0.8"
|
||||||
|
|
||||||
#? Argument parser ------------------------------------------------------------------------------->
|
#? Argument parser ------------------------------------------------------------------------------->
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
|
|
Loading…
Reference in New Issue