summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-12-29 14:40:32 +0100
committeraristocratos <gnmjpl@gmail.com>2021-12-29 14:40:32 +0100
commit2171789675099353601ee10ea19c39d8960d504f (patch)
treeb6861de6ffe8e22f5cc6e67b6a4115699820d0b2
parent03d6dfcd63c54ae7ee974c48c56b206a14d9bab4 (diff)
v1.1.4 Bug fixesv1.1.4
-rw-r--r--CHANGELOG.md10
-rw-r--r--src/btop.cpp2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ec004f..c5b6797 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## v1.1.4
+
+* Fixed: Create dependency files in build directory when compiling, by @stwnt
+
+* Fixed: fix CPU temp fallback on macOS, by @joske
+
+* Changed: From rng::sort() to rng::stable_sort() for more stability
+
+* Fixed: in_avail() can always be zero, by @pg83
+
## v1.1.3
* Added: New theme ayu, by @AlphaNecron
diff --git a/src/btop.cpp b/src/btop.cpp
index 494418f..8ad11e8 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -57,7 +57,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.1.3";
+ const string Version = "1.1.4";
int coreCount;
string overlay;