From d8e74ba84cb2043422229d1333f433ccf21e9621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Thu, 5 Jun 2025 10:13:56 +0800 Subject: [PATCH] Release: v2.45.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ CMakeLists.txt | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19697e00d..46c61d552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# 2.45.0 + +Features: +* Support OnePlus marketing name detection (#1768, Host, Android) +* Recognize additional GPU vendors (GPU, Linux) +* Support CTWM, FVWM and I3 window manager version detection (WM) +* Support KDE version detection on *BSD (DE, FreeBSD) +* Support `"logo": { "type": "command-raw" }` to run a command and display its output as logo (#1780, Logo) + * Useful for displaying custom logos generated by other programs such as `pokeget`: `{ "type": "command-raw", "source": "pokeget random --hide-name" }` + * Supported in JSONC config file only. `pokeget random --hide-name | fastfetch --file-raw -` should be used in shell. +* Acquire SMBIOS information on DragonFly BSD from `/dev/mem`; legacy BIOS only (PhysicalMemory, DragonFly) +* Support swap usage detection on DragonFly BSD (Swap, DragonFly) +* Support `--swap-separate` to display detailed swap devices on separate lines (Swap) + +Bugfixes +* Fix MacBook Air model name (#1779, Host, macOS) +* Don't ignore sshfs mountpoints (#1776, Disk, Linux / FreeBSD) +* Fix dnf package count detection (#1777, Packages, Linux) + +Logos: +* Add Starry Linux (#1771) +* Add rhel_small (#1774) +* Update color palette of voidlinux (#1775) +* Add void2 +* Update Xenia Linux (#1783) + # 2.44.0 Features: diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a7c7e575..8f3359d94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url project(fastfetch - VERSION 2.44.0 + VERSION 2.45.0 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"