Skip to content

Commit d8e74ba

Browse files
committed
Release: v2.45.0
1 parent 04b1309 commit d8e74ba

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
18+
* Fix dnf package count detection (#1777, Packages, Linux)
19+
20+
Logos:
21+
* Add Starry Linux (#1771)
22+
* Add rhel_small (#1774)
23+
* Update color palette of voidlinux (#1775)
24+
* Add void2
25+
* Update Xenia Linux (#1783)
26+
127
# 2.44.0
228

329
Features:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.44.0
4+
VERSION 2.45.0
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

0 commit comments

Comments
 (0)