Skip to content

Commit c34c3e5

Browse files
committed
Release: v2.66.0
1 parent c5c6158 commit c34c3e5

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
1-
# 2.65.3
1+
# 2.66.0
22

33
Changes:
4+
* CPU package count is no longer reported in the default output.
5+
* Users can still print it in custom formats via `{packages}`
6+
7+
Bugfixes:
48
* Fixed compatibility with WSL 2.9.3 (#2433, WM, Linux)
9+
* Fixed accurate AMD GPU names are not queried in `driverSpecific` mode (GPU, Linux)
10+
* Fixed GPU core counting for Apple Silicon GPU on Asahi Linux (GPU, Linux)
11+
* Some internal cleanups and optimizations
512

613
Features:
714
* Added Astra Linux version detection (OS, Linux)
815
* Improved performance of Windows PowerShell version detection (Shell, Windows)
916
* Improved performance of Media module on macOS (Media, macOS)
17+
* Added proxmox backup server detection (#2443, OS, Linux)
1018

1119
Logos:
1220
* Added Flatcar, Azure Linux
1321
* Added Chimera_small, Chimera2, Parabola2_small, PostmarketOS2, Qubes_small
1422
* Updated linuxmint_small
15-
* Cleaned up a lot of distro names
23+
* Cleaned up distro names
1624

1725
# 2.65.2
1826

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.65.3
4+
VERSION 2.66.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)