mirror of https://github.com/aristocratos/bpytop
parent
c9c61a9d24
commit
9e619b67fd
|
@ -1,5 +1,12 @@
|
||||||
#Changelog
|
#Changelog
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
## v1.0.3
|
## v1.0.3
|
||||||
|
|
||||||
* Fixed: Crash on detailed info when showing tree
|
* Fixed: Crash on detailed info when showing tree
|
||||||
|
|
|
@ -55,7 +55,7 @@ if errors:
|
||||||
print("\nInstall required modules!\n")
|
print("\nInstall required modules!\n")
|
||||||
quit(1)
|
quit(1)
|
||||||
|
|
||||||
VERSION: str = "1.0.3"
|
VERSION: str = "1.0.4"
|
||||||
|
|
||||||
#? Argument parser ------------------------------------------------------------------------------->
|
#? Argument parser ------------------------------------------------------------------------------->
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
|
|
Loading…
Reference in New Issue