Skip to content

Commit 48cbe68

Browse files
committed
v1.1.2 Bug fixes
1 parent 9465e9b commit 48cbe68

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v1.1.2
2+
3+
* Fixed: SISEGV on macos Mojave, by @mgradowski
4+
5+
* Fixed: Small optimizations and fixes to Mem::collect() and Input::get()
6+
7+
* Fixed: Wrong unit for net_upload and net_download in config menu
8+
9+
* Fixed: UTF-8 detection on macos
10+
11+
* Fixed: coretemp iteration due to missing tempX_input, by @KFilipek
12+
13+
* Fixed: coretemp ordering
14+
115
## v1.1.1
216

317
* Added: Partial static build (libgcc, libstdc++) for macos

src/btop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace Global {
5656
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
5757
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
5858
};
59-
const string Version = "1.1.1";
59+
const string Version = "1.1.2";
6060

6161
int coreCount;
6262
string overlay;

0 commit comments

Comments
 (0)