Skip to content

Commit 93bdaf1

Browse files
committed
Release: v2.19.0
1 parent 4a75123 commit 93bdaf1

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@ Features:
1212
* Detect display type in X11 mode (Display)
1313
* Assume displays connected via DisplayPort are external monitors (Display, Linux)
1414
* Support GPU frequency detection for Intel XE driver (GPU, Linux)
15-
* Report init system on Android (InitSystem, Android)
15+
* Detect init system on Android (InitSystem, Android)
1616
* Use background to display color blocks (Colors)
17-
* To fix weird vertical black lines in some terminals (#1094)
18-
* And match the behavior of neofetch
17+
* To fix weird vertical black lines in some terminals and match the behavior of neofetch (#1094)
1918
* Can be reverted to old behavior with `--colors-symbol block`
2019
* Support Zed terminal version detection (Terminal)
2120
* Improve wezterm font detection (TerminalFont)
2221
* Add option `--separator-length`
2322
* Support GPU frequency detection for Apple Silicon (GPU, macOS)
2423
* Detect maximum refresh rate (#1101, Monitor)
25-
* Detect if HDR mode is enabled (Display)
24+
* Detect if HDR mode is supported and enabled (Windows, Display / Monitor)
2625
* Support physical monitor info detection for FreeBSD and SunOS (Monitor)
27-
* Support defining constant strings in JSON config file
26+
* Support defining constant strings in JSON config file, which can be used to dedupe formattion strings
2827
```jsonc
2928
{
3029
"display": {
@@ -51,6 +50,10 @@ Bugfixes:
5150
* Better detection for XTerm terminal fonts (#1095, TerminalFont, Linux)
5251
* Remove debug output (#1097, Windows)
5352
* Fix command line option `--gpu-hide-type` doesn't work (#1098, GPU)
53+
* Fix wrong date on Raspbian 10 (#1108, DateTime, Linux)
54+
* Use `brightness` instead of `actuall_brightness` when detecting current brightness level (Brightness, Linux)
55+
* Ref: https://bugzilla.kernel.org/show_bug.cgi?id=203905
56+
* Fix buffer overflow with long font family names when detecting kitty term font (TerminalFont)
5457
* Fix some typos
5558

5659
Logos:

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.18.1
4+
VERSION 2.19.0
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)