diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0b81453..868765a26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,32 @@ -# 1.11.4 +# 1.12.0 + +This release backports some changes from dev branch, and fixes 2 crashing issues Features: * Support KDE / LXQT / MATE / Cinnamon wallpaper detection (Wallpaper, Linux) * Support QTerminal version & terminal font detection * Support MATE Terminal version & terminal font detection +* Set `--pipe true` automatically if stdout is not a tty +* Detect new macs released on WWDC 2023 (macOS, Host) +* Count cached memory as free memory (FreeBSD, Memory) +* Support sound detection (FreeBSD, Sound) + +Bugfixes: +* Fix DE detection on Windows 8.1 (Windows, DE) +* Fix `--logo-padding-left` doesn't work when `--logo-padding-top` is set (Logo) +* Fix KDE version detection on Fedora (DE) +* Include limits.h when needed (Linux, #472) +* Fix Windows drives detection in WSL (Linux, Disk) +* Fix CPU temp detection (FreeBSD, CPU) +* Fix disk detection (Android, Disk) +* Fix Gnome Terminal version and font detection (FreeBSD, TerminalFont) +* Fix crash on newer wayland desktops (Linux, Display, #477) +* Fix vendor detection for Intel GPU (macOS, GPU) +* Fix possible crashes on Windows Server (Windows, GPU, #484) + +Logo: +* Add bsd, freebsd_small, ghostbsd +* Make Windows 11 logo colorable # 1.11.3 diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f55b1649..4ddc01bd4 100644 --- a/CMakeLists.txt +++ b/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 1.11.3 + VERSION 1.12.0 LANGUAGES C DESCRIPTION "Fast system information tool" HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch" diff --git a/README.md b/README.md index 1b5945393..37b8779ee 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Battery, Bios, Bluetooth, Board, Break, Brightness, Colors, Command, CPU, CPUUsa ##### Builtin logos ``` -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 +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 ``` ##### Package managers