Skip to content

Commit

Permalink
Release: v2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Dec 26, 2024
1 parent e420263 commit 2bb634c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ Changes:

Bugfixes:
* Fix interconnect type detection (#1453, PhysicalDisk, Linux)
* Regresion of 2.28
* Don't report `proot` as terminal (Terminal, Android)
* Remove a debug output (DiskIO, OpenBSD)
* Fix media detection for some players (#1461, Media, Linux)
* Regression of 2.32

Features:
* Use `$POWERSHELL_VERSION` as PowerShell version if available (Shell, Windows)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url

project(fastfetch
VERSION 2.32.1
VERSION 2.33.0
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
Expand Down

0 comments on commit 2bb634c

Please sign in to comment.