Skip to content

Commit fa8bfd0

Browse files
committed
Release: v1.12.0
1 parent 11827d6 commit fa8bfd0

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
1-
# 1.11.4
1+
# 1.12.0
2+
3+
This release backports some changes from dev branch, and fixes 2 crashing issues
24

35
Features:
46
* Support KDE / LXQT / MATE / Cinnamon wallpaper detection (Wallpaper, Linux)
57
* Support QTerminal version & terminal font detection
68
* Support MATE Terminal version & terminal font detection
9+
* Set `--pipe true` automatically if stdout is not a tty
10+
* Detect new macs released on WWDC 2023 (macOS, Host)
11+
* Count cached memory as free memory (FreeBSD, Memory)
12+
* Support sound detection (FreeBSD, Sound)
13+
14+
Bugfixes:
15+
* Fix DE detection on Windows 8.1 (Windows, DE)
16+
* Fix `--logo-padding-left` doesn't work when `--logo-padding-top` is set (Logo)
17+
* Fix KDE version detection on Fedora (DE)
18+
* Include limits.h when needed (Linux, #472)
19+
* Fix Windows drives detection in WSL (Linux, Disk)
20+
* Fix CPU temp detection (FreeBSD, CPU)
21+
* Fix disk detection (Android, Disk)
22+
* Fix Gnome Terminal version and font detection (FreeBSD, TerminalFont)
23+
* Fix crash on newer wayland desktops (Linux, Display, #477)
24+
* Fix vendor detection for Intel GPU (macOS, GPU)
25+
* Fix possible crashes on Windows Server (Windows, GPU, #484)
26+
27+
Logo:
28+
* Add bsd, freebsd_small, ghostbsd
29+
* Make Windows 11 logo colorable
730

831
# 1.11.3
932

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 1.11.3
4+
VERSION 1.12.0
55
LANGUAGES C
66
DESCRIPTION "Fast system information tool"
77
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Battery, Bios, Bluetooth, Board, Break, Brightness, Colors, Command, CPU, CPUUsa
9595

9696
##### Builtin logos
9797
```
98-
AlmaLinux, Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, CRUX, Crystal, Debian, Deepin, Devuan, Endeavour, Enso, Fedora, FreeBSD, Garuda, Gentoo, KDE Neon, KISS, Kubuntu, LangitKetujuh, Linux, MacOS, Manjaro, Mint, MSYS2, NixOS, Nobara, OpenSUSE, OpenSUSE LEAP, OpenSUSE Tumbleweed, Parabola, Pop!_OS, Raspbian, RebornOS, RedstarOS, Rocky, Rosa, Slackware, Solus, SteamOS, Ubuntu, Vanilla, Void, Windows, Windows 11, Windows 8, Zorin
98+
AlmaLinux, Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, CRUX, Crystal, Debian, Deepin, Devuan, Endeavour, Enso, Fedora, FreeBSD, Garuda, Gentoo, GhostBSD, KDE Neon, KISS, Kubuntu, LangitKetujuh, Linux, MacOS, Manjaro, Mint, MSYS2, NixOS, Nobara, OpenSUSE, OpenSUSE LEAP, OpenSUSE Tumbleweed, Parabola, Pop!_OS, Raspbian, RebornOS, RedstarOS, Rocky, Rosa, Slackware, Solus, SteamOS, Ubuntu, Vanilla, Void, Windows, Windows 11, Windows 8, Zorin
9999
```
100100

101101
##### Package managers

0 commit comments

Comments
 (0)