mirror of https://github.com/aristocratos/bpytop
parent
77f9db0edf
commit
45b103adb1
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.0.39
|
||||||
|
|
||||||
|
* Fixed: Manual sensor selection screen refresh
|
||||||
|
* Fixed: Rare swap toggle crash
|
||||||
|
* Fixed: Clock and battery placement and sizing
|
||||||
|
|
||||||
## v1.0.38
|
## v1.0.38
|
||||||
|
|
||||||
* Fixed: Cpu sensor check when changing from manual sensor to Auto
|
* Fixed: Cpu sensor check when changing from manual sensor to Auto
|
||||||
|
|
|
@ -56,7 +56,7 @@ if errors:
|
||||||
print("\nInstall required modules!\n")
|
print("\nInstall required modules!\n")
|
||||||
raise SystemExit(1)
|
raise SystemExit(1)
|
||||||
|
|
||||||
VERSION: str = "1.0.38"
|
VERSION: str = "1.0.39"
|
||||||
|
|
||||||
#? Argument parser ------------------------------------------------------------------------------->
|
#? Argument parser ------------------------------------------------------------------------------->
|
||||||
args = argparse.ArgumentParser()
|
args = argparse.ArgumentParser()
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "bpytop"
|
name = "bpytop"
|
||||||
version = "1.0.38"
|
version = "1.0.39"
|
||||||
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
|
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = ["Aristocratos <jakob@qvantnet.com>"]
|
authors = ["Aristocratos <jakob@qvantnet.com>"]
|
||||||
|
|
Loading…
Reference in New Issue