Skip to content

Commit a1099d0

Browse files
committed
v1.4.5 Bug fixes
1 parent 21ca909 commit a1099d0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v1.4.5
2+
3+
References | Description | Author(s)
4+
--- | --- | ---
5+
#1254 | Bump bundled fmt to 12.0.0 | @deckstose
6+
#1242 | Enable vim movement in help menu | @botantony
7+
#948 | Remove reduntant symbols in tree view | @Denizantip
8+
#1249 | Use /sys/dev/block/MAJOR:MINOR instead of /sys/block/NAME for disk I/O | @CountBleck
9+
#1227 | feat: display CPU power draw & fix GPU+load avg overwriting core info | @Tom94 and @YuriiShkrobut
10+
4f5abbb | Fix locale issues | @aristocratos
11+
#1165 | Add encode and decode meters on Nvidia GPUs | @sam-kirby
12+
#1197 | linux: Battery Time-to-full | @RadsammyT
13+
#1203 | Convert ascii escape codes in mountpoint names before reading statvfs | @deckstose
14+
#1198 | Fix presets erroring with gpu* usage | @entropylost
15+
#1191 | Fix --tty/--no-tty flag having no effect | @deckstose
16+
117
## v1.4.4
218

319
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.4";
84+
const string Version = "1.4.5";
8585

8686
int coreCount;
8787
string overlay;

0 commit comments

Comments
 (0)