v1.0.8 New features and some bug fixes

pull/46/head v1.0.8
aristocratos 2020-08-09 18:00:26 +02:00
parent e6bcc9d65f
commit ce897681fc
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## v1.0.8
* Added: Set terminal title at start
* Added: Update checker, can be toggled off in options menu
* Added: Option to show memory in bytes for processes, enabled by default
* Added: Options to set custom network graphs minimum scaling values and a "auto" button to toggle manual and default values.
* Fixed: Failure to detect cpu temp on raspberry pi
* Changed: Layout changes to cpu box
## v1.0.7
* Changed: Info box now restores last selection on close

View File

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