Skip to content

Commit b1a779c

Browse files
committed
Release: 1.10.0; update changelog
1 parent cc1260e commit b1a779c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dev
1+
# 1.10.0
22

33
Notable Changes:
44

@@ -14,13 +14,17 @@ Features:
1414
* Windows 32bit compatibility
1515
* Support global configuration in MSYS2 environment (Windows)
1616
* Support GPU driver version detection on Windows 11
17+
* Support scaled resolution detection for wayland (Linux)
1718

1819
Bugfixes:
1920

21+
* Fix build with older libnm versions
2022
* Fix a rare case that fails to detect terminal
2123
* Fix Muffin detection (@Zerogiven, #411)
2224
* Fix IPv6 detection (Windows)
2325
* Fix scoop package count detection when scoop is installed in non-default path (Windows, #417)
26+
* Fix UB reported by clang
27+
* Honor $SCOOP when detecting scoop packages (#417)
2428

2529
Other:
2630

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 1.9.1
4+
VERSION 1.10.0
55
LANGUAGES C
66
DESCRIPTION "Fast system information tool"
77
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"

0 commit comments

Comments
 (0)