File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
319References | Description | Author(s)
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments