Skip to content

Commit 3a8138e

Browse files
committed
Release: v2.36.1
1 parent 4251456 commit 3a8138e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 2.36.1
2+
3+
Changes:
4+
* To use [the native arm64 runner of Github Action](https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/), Linux aarch64 binary is built with Ubuntu 22.04 (Glibc 2.35, Debian 12).
5+
6+
Bugfixes:
7+
* Chimera Linux logo is now displayed correctly (#1554, Logo)
8+
* Regression of 2.36.0
9+
* Fix building on Haiku
10+
11+
Logo:
12+
* Fix ALT Linux
13+
114
# 2.36.0
215

316
Bugfixes:

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 2.36.0
4+
VERSION 2.36.1
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

0 commit comments

Comments
 (0)