Skip to content

Commit

Permalink
v1.0.39 Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Sep 27, 2020
1 parent 77f9db0 commit 45b103a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.0.39

* Fixed: Manual sensor selection screen refresh
* Fixed: Rare swap toggle crash
* Fixed: Clock and battery placement and sizing

## v1.0.38

* Fixed: Cpu sensor check when changing from manual sensor to Auto
Expand Down
2 changes: 1 addition & 1 deletion bpytop.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
print("\nInstall required modules!\n")
raise SystemExit(1)

VERSION: str = "1.0.38"
VERSION: str = "1.0.39"

#? Argument parser ------------------------------------------------------------------------------->
args = argparse.ArgumentParser()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bpytop"
version = "1.0.38"
version = "1.0.39"
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
readme = "README.md"
authors = ["Aristocratos <jakob@qvantnet.com>"]
Expand Down

0 comments on commit 45b103a

Please sign in to comment.