Browse Source

v1.0.49 Bug fix

pull/184/head v1.0.49
aristocratos 4 years ago
parent
commit
78a97665a8
  1. 4
      CHANGELOG.md
  2. 2
      pyproject.toml

4
CHANGELOG.md

@ -1,5 +1,9 @@
# Changelog # Changelog
## v1.0.49
* Fixed: Missing default values for cpu temp high and crit
## v1.0.48 ## v1.0.48
* Added: Sync clock to timer if timer = 1000ms * Added: Sync clock to timer if timer = 1000ms

2
pyproject.toml

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "bpytop" 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." 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…
Cancel
Save