v2.4.0
New since v2.3.5
This release adds power-user features for extra control when manually crafting text format strings.
- Inline formatting tags — use
[b]...[/b],[i]...[/i], and[u]...[/u]to bold, italicise, or uppercase parts of a line. Tags can be nested ([b][i]bold italic[/i][/b]) and work across tokens and progress bars (#8) - Token width limits — append
{N}to any token to cap its pixel width with ellipsis truncation, e.g.%C{200} - %g/%Gkeeps long chapter titles from pushing other elements off screen. Works with%bar{400}for fixed-width progress bars (#6) - Wi-Fi icon auto-hide —
%Wnow hides entirely when Wi-Fi is disabled, shows the disconnected icon when enabled but not connected, and the connected icon when online (#6) - Stable pages fix —
%L(pages remaining) now respects stable page numbers and hidden flows, matching%cand%tbehaviour. Thanks to @naimur-29 for identifying this in #10 - Menu preview cleanup — extra spaces in format strings (used for positioning) are collapsed in menu previews so the text is readable