mirror of https://github.com/aristocratos/bpytop
parent
6dcc985049
commit
78a97665a8
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## v1.0.49
|
||||
|
||||
* Fixed: Missing default values for cpu temp high and crit
|
||||
|
||||
## v1.0.48
|
||||
|
||||
* Added: Sync clock to timer if timer = 1000ms
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "bpytop"
|
||||
version = "1.0.48"
|
||||
version = "1.0.49"
|
||||
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