Update changelog
Some checks are pending
CI / Linux (python=3.14 cc=clang sanitize=1) (push) Waiting to run
CI / Linux (python=3.12 cc=gcc sanitize=0) (push) Waiting to run
CI / Linux (python=3.13 cc=gcc sanitize=1) (push) Waiting to run
CI / Linux package (push) Waiting to run
CI / Bundle test (macos-latest) (push) Waiting to run
CI / Bundle test (ubuntu-latest) (push) Waiting to run
CI / macOS Brew (push) Waiting to run
CI / Test ./dev.sh and benchmark (push) Waiting to run
CodeQL / CodeQL-Build (actions, ubuntu-latest) (push) Waiting to run
CodeQL / CodeQL-Build (c, macos-latest) (push) Waiting to run
CodeQL / CodeQL-Build (c, ubuntu-latest) (push) Waiting to run
CodeQL / CodeQL-Build (go, ubuntu-latest) (push) Waiting to run
CodeQL / CodeQL-Build (python, ubuntu-latest) (push) Waiting to run
Depscan / Scan dependencies for vulnerabilities (push) Waiting to run

This commit is contained in:
Kovid Goyal 2026-08-02 22:01:41 +05:30
parent 2e215d3114
commit f293199d30
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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]