Release v0.29.0
Notable changes
- add: clarify copy to clipboard message (#1321)
- Terminal compatibility: fix ANSI scrolling regression (#1324)
- fix: send SIGHUP instead of SIGTERM when closing a pane (#1320)
- add:
copy_on_select
option to configure automatic copy behavior (#1298) - fix: minor system improvements (#1328)
- add: add command for auto-start script (#1281)
- Terminal compatibility: fix cursor pane escape and invalid ansi crash (#1349)
- fix: recover from corrupted ipc bus state (#1351)
- Terminal compatibility: respond to foreground/background color ansi requests (OSC 10 and 11) (#1358)
- fix: avoid panic in link_handler.rs (#1356)
- Terminal compatibility: prevent wide chars from overflowing the title line (#1361)
- Terminal compatibility: adjust saved cursor position on resize (#1362)
- fix: avoid panic on renaming a floating pane (#1357)
- fix: change the way sessions are sorted (#1347)
- fix: improve mouse event reporting, avoid clicks on plugin panes causing active pane scrolling (#1329)
All changes
- Improve message when copying to system clipboard by @raphCode in #1321
- fix(compatibility): various ansi fixes by @imsnif in #1324
- Fix #1286 by sending SIGHUP when closing a pane by @raphCode in #1320
- feat(copy): add copy_on_select option by @tlinford in #1298
- fix: minor system improvements by @jaeheonji in #1328
- flake.lock: Update by @a-kenji in #1331
- feat: support the command of auto-start script for shell by @jaeheonji in #1281
- flake.lock: Update by @a-kenji in #1338
- fix: remove
flake-utils
follows attribute by @a-kenji in #1341 - fix(nix): separate default plugins by @a-kenji in #1342
- fix(compatibility): fix crash and don't allow cursor beyond row width by @imsnif in #1349
- Fix empty ipc msg crash by @imsnif in #1351
- fix(stability): avoid link handler panic on bad index by @tlinford in #1356
- Respond to bg and fg color ansi queries by @imsnif in #1358
- Fix title widechar overflow by @imsnif in #1361
- fix(compatibility): adjust saved cursor position on resize by @imsnif in #1362
- fix: change the way sessions are sorted by @jaeheonji in #1347
- Fix crash on renaming a floating pane (#1323) by @raphCode in #1357
- Mouse fixes by @tlinford in #1329
- flake.lock: Update by @a-kenji in #1364
- build(deps): bump DeterminateSystems/update-flake-lock from 8 to 9 by @dependabot in #1365
Full Changelog: v0.28.1...v0.29.0