This is a patch version including many stability and compatibility fixes, none of them breaking.
Changelog for this version
- Terminal compatibility: improve vttest compliance (#1671)
- fix: bracketed paste handling regression (#1689)
- fix: occasional startup crashes (#1706)
- fix: gracefully handle SSH disconnects (#1710)
- fix: handle osc params larger than 1024 bytes (#1711)
- Terminal compatibility: implement faux scrolling when in alternate screen mode(#1678)
- fix: mouse-click on tab-bar in simplified-ui now always focuses the correct tab (#1658)
- fix: sort UI cursors properly when multiple users are focused on the same pane (#1719)
All changes
- Improve vttest by @AutumnMeowMeow in #1671
- build(deps): bump DeterminateSystems/update-flake-lock from 12 to 13 by @dependabot in #1683
- fix: bracketed paste input not getting adjusted properly by @tlinford in #1689
- fix(router): startup race by @imsnif in #1706
- fix(router): gracefully handle client crashes by @imsnif in #1710
- fix osc params 1024 bytes limit by @tlinford in #1711
- flake.lock: Update by @a-kenji in #1703
- feat(compatibility): mouse wheel faux scrolling in alternate screen by @tlinford in #1678
- fix(tab-bar): fix tab bar click when tabs are collapsed, fix tab bar length calculation by @prscoelho in #1658
- fix(ui): sort multiple ui cursors by @imsnif in #1719
New Contributors
- @AutumnMeowMeow made their first contribution in #1671
Full Changelog: v0.31.3...v0.31.4