Merge pull request #696 from fastfetch-cli/dev

Release v2.6.3
This commit is contained in:
Carter Li
2024-01-21 23:04:15 +08:00
committed by GitHub
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
# 2.6.3
Bugfixes:
* Fix module not working (Bluetooth)
# 2.6.2
Bugfixes:
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
project(fastfetch
VERSION 2.6.2
VERSION 2.6.3
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
+2
View File
@@ -24,6 +24,8 @@ static void printDevice(FFBluetoothOptions* options, const FFBluetoothResult* de
if (!device->connected)
ffStrbufAppendS(&buffer, " [disconnected]");
ffStrbufPutTo(&buffer, stdout);
}
else
{