This is a patch release mainly to fix some critical bugs
Changes
- fix: crash when attaching to a session without the first tab (#1648)
- fix: race crash on startup when server is not ready (#1651)
- Terminal compatibility: forward OSC52 clipboard copy events from terminals (#1644)
- refactor: terminal characters (#1663)
- Terminal compatibility: properly send mouse clicks and drags to terminal panes (#1664)
What's Changed
- chore(logging): log all unhandled ansi sequences by @imsnif in #1636
- flake.lock: Update by @a-kenji in #1639
- screen: Don't crash when first tab doesn't exist by @har7an in #1648
- fix(router): retry messages when server is not ready by @imsnif in #1651
- forward OSC52 events by @apexo in #1644
- Update CHANGELOG.md by @vaporup in #1611
- rust-toolchain: Update by @a-kenji in #1659
- A little refactoring by @TornaxO7 in #1663
- Fix SGR/UTF8 mouse reporting in terminal panes by @imsnif in #1664
New Contributors
Full Changelog: v0.31.1...v0.31.2