We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b994ce5 commit 3004f29Copy full SHA for 3004f29
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 2.50.2
2
+
3
+Bugfixes:
4
+* Fixes linglong package detection V2 (#1903, Packages, Linux)
5
+* Fixes building with `-DENABLE_SYSTEM_YYJSON=ON` (#1904)
6
+* Fixes `showMac` does not honor `defaultRouteOnly` (#1902, LocalIP, Linux)
7
+* Fixes failing to acquire default route on Linux in certain cases (#1902, LocalIP, Linux)
8
9
# 2.50.1
10
11
Bugfixes:
CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
project(fastfetch
- VERSION 2.50.1
+ VERSION 2.50.2
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments