From 2e865ad511485f69ecb0fe2a60180e3b51a0568f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 5 Jun 2024 19:22:27 +0800 Subject: [PATCH] Doc: update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bb7df1c..6ccf1d6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 2.15.0 + +Features: +* Add ability to skip installing license with INSTALL_LICENSE option (CMake) +* Make it possible to shorten the theme and icons output (Theme / Icons) +* Support `-l '?'` to show a question mark +* Add new module `CPUCache` to display CPU cache sizes (CPUCache) + +Bugfixes: +* Remove shebangs from completions +* Assume wm plugins are daemon processes (WM, macOS) +* Fix while chars not visible in terminal of light theme (Logo) +* Normalize bright colors to fix color display in Apple Terminal (Colors) + # 2.14.0 Features: