Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 02:14
· 10 commits to main since this release
  • The process scan behind the pane title bars now collects only what those
    titles actually read (a process's name, parent, and start time). It had
    been collecting memory and CPU counters, disk I/O, and the thread list of
    every process on the system, every half second, and keeping it all.

  • Settings opens in its own window now, rather than as a panel floating
    inside the terminal. It can be dragged anywhere, including onto another
    monitor, and no longer competes with your panes for space or has to be
    shrunk to fit a small terminal window.

    Everything else about it is unchanged: edits still preview live in the
    terminal as you make them, Save writes config.toml, and Cancel — or
    closing the window — reverts the preview.