From 30c1dc7812d89fb1fa8055fb1d1bbdfbcf671bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 6 Apr 2022 13:06:10 +0200 Subject: Add autocolor_tab_names to config and changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- CHANGELOG | 3 +++ doc/source/configuration.rst | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6180d63e..12feda39 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ This file describes the new features in each poezio release. # Configuration changes: - ADDED: `mam_sync`, `mam_sync_limit`. +- ADDED: `autocolor_tab_names`. - CHANGED: `ca_cert_path` is commented out. Poezio will attempt to guess common CA bundle paths. The option can be used to overwrite this behaviour. - REMOVED: `force_remote_bookmarks`. @@ -27,6 +28,8 @@ This file describes the new features in each poezio release. - ADDED: /join: support using an XMPP URI (xmpp:...?join) - ADDED: /destroy_room: new optional reason and altroom arguments - ADDED: Newlines now considered as word separator in input manipulation (#3411) +- ADDED: Colored tab names or number using Consistent Color Generation behind + `autocolor_tab_names` (thanks jonas!) - Stop highlighting on MUC history messages just because they're delayed - Stop displaying the traceback in debug log when /xhtml fails - Ensure launch.sh can be use outside the repository (Thanks kaliko) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 81eadb77..fe4d06cd 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -617,6 +617,14 @@ or the way messages are displayed. If set to true, the color of the nick will be used in chatroom information messages, instead of the default color from the theme. + autocolor_tab_names + + **Default value:** ``false`` + + If ``true``, uses deterministic coloration for tab names or tab + numbers in the activity bar, using Consistent Color Generation + (XEP-0392). + enable_vertical_tab_list **Default value:** ``true`` -- cgit v1.2.3