mirror of https://github.com/aristocratos/bpytop
parent
7be69a7c85
commit
cd9cc89d6d
|
@ -1,4 +1,8 @@
|
||||||
#Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.0.5
|
||||||
|
|
||||||
|
* Fixed: Attribute typo in detailed process collection
|
||||||
|
|
||||||
## v1.0.4
|
## v1.0.4
|
||||||
|
|
||||||
|
@ -31,4 +35,4 @@
|
||||||
## v1.0.0
|
## v1.0.0
|
||||||
|
|
||||||
* First release
|
* First release
|
||||||
* Missing update checker
|
* Missing update checker
|
||||||
|
|
|
@ -55,7 +55,7 @@ if errors:
|
||||||
print("\nInstall required modules!\n")
|
print("\nInstall required modules!\n")
|
||||||
quit(1)
|
quit(1)
|
||||||
|
|
||||||
VERSION: str = "1.0.4"
|
VERSION: str = "1.0.5"
|
||||||
|
|
||||||
#? Argument parser ------------------------------------------------------------------------------->
|
#? Argument parser ------------------------------------------------------------------------------->
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
|
|
Loading…
Reference in New Issue