v1.0.22 Some refactoring and cleanup

pull/108/head v1.0.22
aristocratos 4 years ago
parent 007bdc9ff9
commit 0d5a13c421

@ -1,5 +1,13 @@
# Changelog
## v1.0.22
* Some refactoring and cleanup
* README: Info for debian package
* Added: Theme search path for snap install
* README: Updated snap install info
## v1.0.21
* Fixed: Clean excess whitespace from CPU model name, by @RedBearAK

@ -56,7 +56,7 @@ if errors:
print("\nInstall required modules!\n")
raise SystemExit(1)
VERSION: str = "1.0.21"
VERSION: str = "1.0.22"
#? Argument parser ------------------------------------------------------------------------------->
if len(sys.argv) > 1:

@ -1,6 +1,6 @@
[tool.poetry]
name = "bpytop"
version = "1.0.21"
version = "1.0.22"
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
readme = "README.md"
authors = ["Aristocratos <jakob@qvantnet.com>"]

Loading…
Cancel
Save