@@ -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
5659Logos:
0 commit comments