Skip to content

Commit 274d0c7

Browse files
committed
v1.4.2 Bug fixes
1 parent f1482fe commit 274d0c7

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.4.2
2+
3+
References | Description | Author(s)
4+
--- | --- | ---
5+
f1482fe | Fix process arguments appearing outside proc box by replacing ASCII control codes with blankspace, issue #1080 | @aristocratos
6+
#1130 | Fix problems shown by clang-tidy's performance checks | @imwints
7+
#1120 | Fix wrong error message and documentation of renamed option --utf-force | @t-webber @imwints
8+
#1128 | Flatten cmake module path | @imwints
9+
#1129 | CMake: Remove option to use mold | @imwints
10+
#1047 | Update Terminus font link, fix typo, spelling, and grammar | @QinCai-rui
11+
#929 | Please clang with sanitizers | @bad-co-de
12+
#1126 | Fix MacOS tree-mode + aggregate memory/thread scaling issue | @xaskii
13+
#993 | Fix typo: Mhz -> MHz | @NyCodeGHG
14+
115
## v1.4.1
216

317
References | Description | Author(s)

src/btop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ namespace Global {
8181
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
8282
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
8383
};
84-
const string Version = "1.4.1";
84+
const string Version = "1.4.2";
8585

8686
int coreCount;
8787
string overlay;

0 commit comments

Comments
 (0)