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
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,29 @@
1
+
# 2.45.0
2
+
3
+
Features:
4
+
* Support OnePlus marketing name detection (#1768, Host, Android)
5
+
* Recognize additional GPU vendors (GPU, Linux)
6
+
* Support CTWM, FVWM and I3 window manager version detection (WM)
7
+
* Support KDE version detection on *BSD (DE, FreeBSD)
8
+
* Support `"logo": { "type": "command-raw" }` to run a command and display its output as logo (#1780, Logo)
9
+
* Useful for displaying custom logos generated by other programs such as `pokeget`: `{ "type": "command-raw", "source": "pokeget random --hide-name" }`
10
+
* Supported in JSONC config file only. `pokeget random --hide-name | fastfetch --file-raw -` should be used in shell.
11
+
* Acquire SMBIOS information on DragonFly BSD from `/dev/mem`; legacy BIOS only (PhysicalMemory, DragonFly)
12
+
* Support swap usage detection on DragonFly BSD (Swap, DragonFly)
13
+
* Support `--swap-separate` to display detailed swap devices on separate lines (Swap)
14
+
15
+
Bugfixes
16
+
* Fix MacBook Air model name (#1779, Host, macOS)
17
+
* Don't ignore sshfs mountpoints (#1776, Disk, Linux / FreeBSD)
0 commit comments