Skip to content

Release v0.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 14:22
  • Fix: improve performance of echoed keystrokes (#798)
  • Add: Use hyperlinks for the setup information (#768)
  • Feature: Rotate Pane location (#802)
  • Terminal compatibility: improve handling of wide-characters when inserted mid-line (#806)
  • Fix: plugins are now only compiled once and cached on disk (#807)
  • Fix: pasted text performs much faster and doesn't kill Termion (#810)
  • Fix: resizing/scrolling through heavily wrapped panes no longer hangs (#814)
  • Terminal compatibility: properly handle HOME/END keys in eg. vim/zsh (#815)
  • Fix: Typo (#821)
  • Fix: Update cargo-make instructions post v0.35.3 (#819)
  • Fix: Unused import for darwin systems (#820)
  • Add: WriteChars action (#825)
  • Fix: typo and grammar (#826)
  • Add: rust-version - msrv field to Cargo.toml (#828)
  • Fix: improve memory utilization, reap both sides of pty properly and do not expose open FDs to child processes (#830)
  • Fix: move from the deprecated colors_transform to colorsys (#832)
  • Feature: plugins can now detect right mouse clicks (#801)
  • Fix: open pane in cwd even when explicitly specifying shell (#834)
  • Fix: do not resize panes below minimum (#838)
  • Feature: Non directional resize of panes (#520)
  • Add: colored crate to replace manual color formatting (#837)
  • Add: introduce thiserrror to simplify error types (#836)
  • Add: support --index option for the attach subcommand in order to
    choose the session indexed by the provided creation date (#824)
  • Fix: simplify the main function significantly (#829)
  • Feature: half page scrolling actions (#813)