From b9f192682ca3caea6bb3110a778ecbb8b7196b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Thu, 6 Jul 2023 23:26:45 +0800 Subject: [PATCH] Doc: update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce67506c..7c622cc65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,17 @@ Changes: * Remove `--display-detect-name`. Display name is always detected, and will be printed if multiple displays are detected * Deprecate `--set` and `--set-keyless`; they may be removed in future releases. Use JSON config with Custom module instead * Remove the special handling of Command module (it can be set once in the triditional `config.conf`). Use JSON config with Command module instead +* Change `--wm-theme-*` to `--wmtheme-*`. Affect `key` and `format` +* Change `--terminal-font-*` to `--terminalfont-*`. Affect `key` and `format` Features: * FreeBSD support is improved greatly, and actually tested in a phycial machine * Add `--no-buffer` option for easier debugging. CMake option `ENABLE_BUFFER` is removed and always enabled. * Support `--*-key-color` option to change the key color of specified module * Support `--colors-symbol` and `--colors-padding-left` -* Add LM (Login Manager) module +* Add LM (Login Manager) module. Currently requires systemd installed (thus Linux only) * Add `--wmi-timeout` option (Windows) +* Add `--logo-type small` to search for small logos # 1.12.2