mirror of https://github.com/aristocratos/bpytop
parent
8697f43aa7
commit
30f41fa42c
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## v1.0.48
|
||||
|
||||
* Added: Sync clock to timer if timer = 1000ms
|
||||
* Fixed: Wrong coretemp mapping when missing package id 0
|
||||
* Fixed: Sizing when coretemp is hidden
|
||||
* Added: Link to Terminess Powerline with included braille symbols in README.md
|
||||
|
||||
## v1.0.47
|
||||
|
||||
* Added: Testing, by @ErwinJunge
|
||||
|
|
|
@ -55,7 +55,7 @@ if errors:
|
|||
print("\nInstall required modules!\n")
|
||||
raise SystemExit(1)
|
||||
|
||||
VERSION: str = "1.0.47"
|
||||
VERSION: str = "1.0.48"
|
||||
|
||||
#? Argument parser ------------------------------------------------------------------------------->
|
||||
args = argparse.ArgumentParser()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "bpytop"
|
||||
version = "1.0.47"
|
||||
version = "1.0.48"
|
||||
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