File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- # dev
1+ # 1.10.0
22
33Notable 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
1819Bugfixes:
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
2529Other:
2630
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22
33project (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"
You can’t perform that action at this time.
0 commit comments