You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
# 2.28.0
2
+
3
+
Features:
4
+
* Add new module `Mouse` and `Keyboard` which display connected mice and keyboards
5
+
* Support remaining time detection (Battery)
6
+
* Report if AC is connected (Battery, Linux)
7
+
* Report platform API used for display detection for debugging (Display)
8
+
* Report Wine version when running in Wine (Kernel, Windows)
9
+
* Add option `waitTime` in modules `CPUUsage`, `DiskIO` and `NetIO`
10
+
11
+
Bugfixes:
12
+
* Fix used memory size detection (Memory, OpenBSD)
13
+
* Don't report invalid fragmentation percentage when fails to detect it (Zpool)
14
+
* Fix unexpected errors when running fastfetch in parallel (#1346, Windows)
15
+
* Don't report obviously invalid temperature values (PhysicalDisk, Linux)
16
+
17
+
Logos:
18
+
* Add eweOS
19
+
* Add MidOS
20
+
* Update XeroArch
21
+
1
22
# 2.27.1
2
23
3
24
Bugfixes:
@@ -8,7 +29,7 @@ Bugfixes:
8
29
Changes:
9
30
* We now print `"` instead of `″` when displaying diagonal length in inches, so that the character can be correctly displayed in Linux console (Display)
10
31
* All detection code of `monitor` module is merged into `display` module. Now `monitor` just prints the same information as `display` with different format. Notably:
11
-
* The resolution reported by `monitor` module is now current resolution instead of native / maximum resolution. PPI is calcuated based on current resolution too.
32
+
* The resolution reported by `monitor` module is now current resolution instead of native / maximum resolution. PPI is calculated based on current resolution too.
12
33
* The refresh rate reported by `monitor` module is the current refresh rate.
13
34
14
35
Features:
@@ -24,7 +45,7 @@ Bugfixes:
24
45
* Remove trailing newline in GPU name for Raspberry pi (#1303, GPU, Linux)
25
46
* Fix a possible buffer overflow (GPU, Linux)
26
47
* Fix CPU temp incorrectly reported as 0 celsius (#1308, CPU, Linux)
27
-
*Corrently report `TPM device is not found` error (#1314, TPM, Windows)
48
+
*Correctly report `TPM device is not found` error (#1314, TPM, Windows)
28
49
* Fix errors when triggering shell completion with python3 uninstalled (#1310)
29
50
* To package managers: as shell completion scripts of fastfetch use python3, it should be added as an optional dependency of fastfetch
30
51
* Fix possible crashes when detecting term font of kitty (#1321, TerminalFont, Linux)
0 commit comments