mirror of https://github.com/aristocratos/bpytop
parent
94e507ac91
commit
adee413eac
|
@ -1,11 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## v1.0.41
|
||||
## v1.0.42
|
||||
|
||||
* Fixed: Battery status not using same sensors as psutil
|
||||
* Added: Stripping of .local from /host clock format
|
||||
* Fixed: Battery clear if removed
|
||||
|
||||
## v1.0.41
|
||||
|
||||
* Skipped due to pypi - github versioning error
|
||||
|
||||
## v1.0.40
|
||||
|
||||
* Fixed: Title leading whitespace
|
||||
|
|
|
@ -56,7 +56,7 @@ if errors:
|
|||
print("\nInstall required modules!\n")
|
||||
raise SystemExit(1)
|
||||
|
||||
VERSION: str = "1.0.41"
|
||||
VERSION: str = "1.0.42"
|
||||
|
||||
#? Argument parser ------------------------------------------------------------------------------->
|
||||
args = argparse.ArgumentParser()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "bpytop"
|
||||
version = "1.0.41"
|
||||
version = "1.0.42"
|
||||
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