diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f94e5..d46925b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ #Changelog +## v1.0.4 + +* Fixed: Crash when filtering and showing info box +* Added: Improved cpu temperature detection +* Fixed: Broken cpu box layout on high core count and change to default layout +* Changed: Selection now returns to last selection when pressing down from info box + ## v1.0.3 * Fixed: Crash on detailed info when showing tree diff --git a/bpytop.py b/bpytop.py index ffeb1ce..f7af5b8 100755 --- a/bpytop.py +++ b/bpytop.py @@ -55,7 +55,7 @@ if errors: print("\nInstall required modules!\n") quit(1) -VERSION: str = "1.0.3" +VERSION: str = "1.0.4" #? Argument parser -------------------------------------------------------------------------------> if len(sys.argv) > 1: