Skip to content

Commit 57778ee

Browse files
committed
v1.0.62 Bug fixes and new theme Adapta
1 parent a1316d4 commit 57778ee

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.0.62
4+
5+
* Fixed: Support cpus with non-sequential core ids, patch by @ErwinJunge
6+
* Added: New theme Adapta, by @olokelo
7+
* Changed: Net graphs will now round up any value above 0 to register on graph
8+
39
## v1.0.61
410

511
* Added: Vim keys (h, j, k, l) for browsing and moved help to shift+h

bpytop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
print("\nInstall required modules!\n")
5656
raise SystemExit(1)
5757

58-
VERSION: str = "1.0.61"
58+
VERSION: str = "1.0.62"
5959

6060
#? Argument parser ------------------------------------------------------------------------------->
6161
args = argparse.ArgumentParser()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bpytop"
3-
version = "1.0.61"
3+
version = "1.0.62"
44
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
55
readme = "README.md"
66
authors = ["Aristocratos <jakob@qvantnet.com>"]

0 commit comments

Comments
 (0)