mirror of https://github.com/aristocratos/bpytop
parent
c2659274d4
commit
935c4e5d4d
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## v1.0.40
|
||||
|
||||
* Fixed: Title leading whitespace
|
||||
* Fixed: Battery meter crash on non Linux systems
|
||||
|
||||
## v1.0.39
|
||||
|
||||
* Fixed: Manual sensor selection screen refresh
|
||||
|
|
|
@ -56,7 +56,7 @@ if errors:
|
|||
print("\nInstall required modules!\n")
|
||||
raise SystemExit(1)
|
||||
|
||||
VERSION: str = "1.0.39"
|
||||
VERSION: str = "1.0.40"
|
||||
|
||||
#? Argument parser ------------------------------------------------------------------------------->
|
||||
args = argparse.ArgumentParser()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "bpytop"
|
||||
version = "1.0.39"
|
||||
version = "1.0.40"
|
||||
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
|
||||
readme = "README.md"
|
||||
authors = ["Aristocratos <jakob@qvantnet.com>"]
|
||||
|
|
Loading…
Reference in New Issue