From 031bc877cbb2269a9cfacaf251f1008446e8dcce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 5 Jul 2026 09:15:23 +0200 Subject: [PATCH] core: add issue in ChangeLog (closes #1338) --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138fb17ff..f191a6fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,12 +17,12 @@ SPDX-License-Identifier: GPL-3.0-or-later ### Added -- core: add command `/theme` -- core: add built-in "light" theme, applied automatically on first start on light-background terminals -- core: add `themable` flag on configuration options -- core: add options weechat.look.theme and weechat.look.theme_backup -- api: add function theme_register -- fset: add filter `t:themable` +- core: add command `/theme` ([#1338](https://github.com/weechat/weechat/issues/1338)) +- core: add built-in "light" theme, applied automatically on first start on light-background terminals ([#1338](https://github.com/weechat/weechat/issues/1338)) +- core: add `themable` flag on configuration options ([#1338](https://github.com/weechat/weechat/issues/1338)) +- core: add options weechat.look.theme and weechat.look.theme_backup ([#1338](https://github.com/weechat/weechat/issues/1338)) +- api: add function theme_register ([#1338](https://github.com/weechat/weechat/issues/1338)) +- fset: add filter `t:themable` ([#1338](https://github.com/weechat/weechat/issues/1338)) - relay/api: add resource `GET /api/scripts` - relay: add option relay.network.unix_socket_permissions ([#2317](https://github.com/weechat/weechat/issues/2317)) - script: add info "script_languages"