Skip to content

Commit

Permalink
v1.2.11 Quick fix for number of cores detection
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Oct 7, 2022
1 parent e5cc895 commit 1444476
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.11

* Fixed: Number of cores wrongly detected for Ryzen in rare cases.

## v1.2.10

* Fixed: Process tree filtering not case insensitive
Expand Down
2 changes: 1 addition & 1 deletion src/btop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
const string Version = "1.2.10";
const string Version = "1.2.11";

int coreCount;
string overlay;
Expand Down

0 comments on commit 1444476

Please sign in to comment.