Skip to content

Commit 188b6ab

Browse files
committed
Release: v2.13.0
1 parent 7af9cab commit 188b6ab

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# 2.13.0
2+
3+
Changes:
4+
* Option `--gpu-force-vulkan <?bool>` has been changed to `--gpu-detection-method <enum>`
5+
* Use `--gpu-detection-method vulkan` to get the old behavior
6+
* See `fastfetch -h gpu-detection-method` for detail
7+
* In Linux, BIOS limited CPU frequency is printed by default to match the behavior of neofetch (CPU, Linux, #947)
8+
9+
Features:
10+
* Add new module `Bootmgr` which prints information of stage 2 bootloader (grub, system-boot, etc)
11+
* Requires root permission to work on Windows and FreeBSD
12+
* Requires booting in UEFI mode
13+
* Add package manager lpkg and lpkg-build support (Packages, Linux)
14+
* Improve macOS 10.13 compatibility (macOS)
15+
* Detect core count for performance / efficiency cores (CPU)
16+
* Test it with `fastfetch -s cpu --cpu-format '{9}'`
17+
* Support min / max frequency and physical core count detection in FreeBSD, if kernel supports it (CPU, FreeBSD)
18+
* Detect DRM driver version if DRM detection method is used (GPU, Linux)
19+
20+
Bugfixes:
21+
* Don't detect `clifm` and `valgrind` as a terminal (Terminal, Linux)
22+
* Improve stability (PhysicalMemory, FreeBSD)
23+
* Fix bssid & status detection (Wifi, FreeBSD)
24+
* Ensure createTime is correctly initialized (Disk, FreeBSD / macOS)
25+
* Fix `--cpu-freq-ndigits` not working if `--cpu-format` is used
26+
* Fix `nix-user` package count detection (Packages, Linux)
27+
* Fix some memory leaks
28+
29+
Logos:
30+
* Fix Manjaro logo not displayed
31+
* Add SpoinkOS
32+
* Add Loc-OS
33+
* Add Furreto Linux
34+
* Fix TorizonCore logo colors
35+
* Fix KDE neon logo not displayed
36+
137
# 2.12.0
238

339
Changes:
@@ -20,6 +56,7 @@ Features:
2056
* Add option `--localip-show-all-ips` to show all IPs assigned to the same interface (LocalIP)
2157
* Default to `false`
2258
* Improve compatibility with `(*term)` (#909, Terminal, macOS)
59+
* Support GPU core count and frequency detection for Asahi Linux (GPU, Linux)
2360

2461
Bugfixes:
2562
* Rename option `--temperature-unit` to `--temp-unit` as documented in help messages

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.12.0
4+
VERSION 2.13.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)