summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2022-04-06 13:06:10 +0200
committerLink Mauve <linkmauve@linkmauve.fr>2022-04-06 20:30:33 +0200
commit30c1dc7812d89fb1fa8055fb1d1bbdfbcf671bad (patch)
tree144681410b5d1b5c90a2404927165bfdfb0737b3 /CHANGELOG
parent8b13d3c572ef230f3fcd8d12f1b7f4317193e637 (diff)
downloadpoezio-30c1dc7812d89fb1fa8055fb1d1bbdfbcf671bad.tar.gz
poezio-30c1dc7812d89fb1fa8055fb1d1bbdfbcf671bad.tar.bz2
poezio-30c1dc7812d89fb1fa8055fb1d1bbdfbcf671bad.tar.xz
poezio-30c1dc7812d89fb1fa8055fb1d1bbdfbcf671bad.zip
Add autocolor_tab_names to config and changelog
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
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)