v1.0.52 Fixed battery monitoring forced off on start for FreeBSD and OsX

pull/221/head v1.0.52
aristocratos 2020-12-21 21:39:44 +01:00
parent 35910672bb
commit 09e639cc04
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## v1.0.52
* Fixed: Removed "/sys/class/power_supply" check for FreeBSD and OsX
## v1.0.51
* Fixed: Text argument in subprocess not working on python 3.6

View File

@ -55,7 +55,7 @@ if errors:
print("\nInstall required modules!\n")
raise SystemExit(1)
VERSION: str = "1.0.51"
VERSION: str = "1.0.52"
#? Argument parser ------------------------------------------------------------------------------->
args = argparse.ArgumentParser()

View File

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