Skip to content

Commit 2171789

Browse files
committed
v1.1.4 Bug fixes
1 parent 03d6dfc commit 2171789

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## v1.1.3
212

313
* Added: New theme ayu, by @AlphaNecron

src/btop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace Global {
5757
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
5858
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
5959
};
60-
const string Version = "1.1.3";
60+
const string Version = "1.1.4";
6161

6262
int coreCount;
6363
string overlay;

0 commit comments

Comments
 (0)