mirror of https://github.com/aristocratos/bpytop
parent
58bf478534
commit
e12a3e2b6e
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## v1.0.28
|
||||
|
||||
* Fixed: Battery meter causing crash when connecting/disconnecting battery
|
||||
* README: Added more repositories
|
||||
|
||||
## v1.0.27
|
||||
|
||||
* Added: kyli0x theme by @kyli0x
|
||||
|
|
|
@ -56,7 +56,7 @@ if errors:
|
|||
print("\nInstall required modules!\n")
|
||||
raise SystemExit(1)
|
||||
|
||||
VERSION: str = "1.0.27"
|
||||
VERSION: str = "1.0.28"
|
||||
|
||||
#? Argument parser ------------------------------------------------------------------------------->
|
||||
if len(sys.argv) > 1:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "bpytop"
|
||||
version = "1.0.27"
|
||||
version = "1.0.28"
|
||||
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
|
||||
readme = "README.md"
|
||||
authors = ["Aristocratos <jakob@qvantnet.com>"]
|
||||
|
|
Loading…
Reference in New Issue