Skip to content

Commit

Permalink
v1.2.12 Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Oct 7, 2022
1 parent 4f45b9b commit 3dd6a6c
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.12

* Added: Dynamic updating of max number of CPU cores.

## v1.2.11

* Fixed: Number of cores wrongly detected for Ryzen in rare cases.
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.11";
const string Version = "1.2.12";

int coreCount;
string overlay;
Expand Down

0 comments on commit 3dd6a6c

Please sign in to comment.