diff --git a/docs/changelog.rst b/docs/changelog.rst index e46125c5b..4daacefb6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -183,24 +183,10 @@ Detailed list of changes 0.48.3 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Vertical tabs: allow tab titles to span multiple lines, controlled by the new - :opt:`tab_title_max_lines` option. Newlines in :opt:`tab_title_template` now - start a new line rather than being drawn at an offset (:iss:`10302`) +- Vertical tabs: Improve handling of multi-line tab titles. Controlled via two new options: + :opt:`tab_title_max_lines` and :opt:`tab_title_template` (:pull:`10303`) -- Vertical tabs: pack tabs according to the number of lines each title actually - uses, instead of reserving the same number of lines for every tab - -- Vertical tabs: fill each tab's background for the full width of the tab bar, so - titles shorter than the sidebar no longer leave a ragged edge - -- Vertical tabs: add :opt:`tab_title_wrap` to wrap long tab titles over multiple - lines instead of truncating them, either at the width of the tab bar or at a - specified number of cells (:iss:`10302`) - -- Vertical tabs: with the ``fade`` tab bar style, trailing fade cells are now - placed flush with the right edge of the last title line instead of immediately - after the title text, and the background-coloured separator cell that followed - the fades has been removed +- Vertical tabs: Improve rendering of tabs when using the ``fade`` :opt:`tab_bar_style` 0.48.2 [2026-07-30]