Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Sep 2, 2022
1 parent 929876c commit 4c041f6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.0.2

* Fixed: Tools::hostname() and Tools::username()
* Fixed: Net graphs sync rescaling
* Fixed: Memory values not clearing properly when not in graph mode in mem box
* Changed: Stalls only force quit if over 1 minute, (disks waking up seems to be causing short stalls)
* Fixed: Cpu clock for Ryzen Mobile

## v1.0.1

* Changed: Switched from using OpenHardwareMonitor to LibreHardwareMonitor DLL import
* Fixed: CPU/GPU temps for Ryzen mobile CPUs
* Fixed: More fixes for Ryzen mobile

## v1.0.0

* First release
2 changes: 1 addition & 1 deletion src/btop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
const string Version = "1.0.1";
const string Version = "1.0.2";

int coreCount;
string overlay;
Expand Down

0 comments on commit 4c041f6

Please sign in to comment.