From 0869bfaeedb0824be9007d1844c89ffe24f6a25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 27 May 2024 09:29:50 +0800 Subject: [PATCH] Doc: update changelog [ci skip] --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f47a7e7c8..8a300ac76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 2.13.3 + +Features: +* Support monochrome bar type (#960) +* Support editor version detection on Windows (Editor, Windows) +* Apply default color palettes in `--file` and `--data` (Logo) +* Print all presets in `--list-presets` for better Windows support (Windows) + +Bugfixes: +* Don't detect `.conf` files in `--list-config-paths` +* Don't try to detect terminals in MSYS shell by process backtracing (Windows) + +Logos: +* Add Cereus Linux +* Readd special handling of Loc-OS + # 2.13.2 Another hotfix release :(