Release: 1.10.2

This commit is contained in:
李通洲 2023-02-22 15:16:54 +08:00
parent e05d9da231
commit 695e3cc692
No known key found for this signature in database
GPG Key ID: 3570F9F0F4410388
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 1.10.2
Bugfixes:
* Handle `kAudioObjectPropertyElementMain` for macOS **SDK** < 12 (#425, @nandahkrishna)
* Add missing `NULL` for `ffProcessAppendStdOut` (#421)
# 1.10.1
New release for debugging #421

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 1.10.1
VERSION 1.10.2
LANGUAGES C
DESCRIPTION "Fast system information tool"
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"