File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed 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
+
1
17
## v1.4.4
2
18
3
19
References | Description | Author(s)
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ namespace Global {
81
81
{" #801414" , " ██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝" },
82
82
{" #000000" , " ╚═════╝ ╚═╝ ╚═════╝ ╚═╝" },
83
83
};
84
- const string Version = " 1.4.4 " ;
84
+ const string Version = " 1.4.5 " ;
85
85
86
86
int coreCount;
87
87
string overlay;
You can’t perform that action at this time.
0 commit comments