We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d6dfc commit 2171789Copy full SHA for 2171789
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v1.1.4
2
+
3
+* Fixed: Create dependency files in build directory when compiling, by @stwnt
4
5
+* Fixed: fix CPU temp fallback on macOS, by @joske
6
7
+* Changed: From rng::sort() to rng::stable_sort() for more stability
8
9
+* Fixed: in_avail() can always be zero, by @pg83
10
11
## v1.1.3
12
13
* Added: New theme ayu, by @AlphaNecron
src/btop.cpp
@@ -57,7 +57,7 @@ namespace Global {
57
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
58
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
59
};
60
- const string Version = "1.1.3";
+ const string Version = "1.1.4";
61
62
int coreCount;
63
string overlay;
0 commit comments