Skip to content

Commit 78530b4

Browse files
committed
Release: v2.50.0
1 parent 61f2823 commit 78530b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Bugfixes:
2929
* Fix gpu driver detection when DRM is used (GPU, FreeBSD)
3030
* Fix default route detection on DragonFly BSD (LocalIP, DFBSD)
3131
* Fix lliurex detection (#1882, OS, Linux)
32+
* Fix compatibility with `-ffast-math` (#1894)
33+
* Fix physical GPU being ignored sometimes (#1896, GPU, Windows)
3234

3335
Logos:
3436
* Add ObsidianOS (#1890)

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.49.0
4+
VERSION 2.50.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)