Skip to content

Commit

Permalink
Doc: update changelog for 2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Oct 3, 2024
1 parent 53a373c commit 692e745
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 2.27.0

Changes:
* We now print `"` instead of `` when displaying diagonal length in inches, so that the character can be correctly displayed in Linux console (Display)
* All detection code of `monitor` module is merged into `display` module. Now `monitor` just prints the same information as `display` with different format. Notably:
* The resolution reported by `monitor` module is now current resolution instead of native / maximum resolution
* The refresh rate reported by `monitor` module is the current refresh rate too.

Features:
* Improve support for Raspberry pi (CPU / GPU, Linux)
* Detect SOC name, instead of displaying components used in the SOC, if available (CPU, Linux)
* Add option `--brightness-compact` to display multiple brightness values in one line (Brightness)
* Add `day-pretty` (#1305, DateTime)

Bugfixes:
* Remove trailing newline in GPU name for Raspberry pi (#1303, GPU, Linux)
* Fix a possible buffer overflow (GPU, Linux)
* Fix CPU temp incorrectly reported as 0 celsius (#1308, CPU, Linux)

# 2.26.1

Features:
Expand Down

0 comments on commit 692e745

Please sign in to comment.