Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Sep 11, 2022
1 parent 2ed7bdf commit 06f447f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.0.3

* Fixed: Config not saving when quittting by closing with window controls
* Changed: Ignore warning for WMI CoInitializeSecurity() when it's already have been called
* Fixed: Core mapping for cpu temps
* Fixed: `io_graph_speeds` config setting

## v1.0.2

* Fixed: Tools::hostname() and Tools::username()
Expand Down
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.2";
const string Version = "1.0.3";

int coreCount;
string overlay;
Expand Down

0 comments on commit 06f447f

Please sign in to comment.