Skip to content

v0.2.9

Latest

Choose a tag to compare

@AleksaRistic216 AleksaRistic216 released this 08 Sep 14:55
· 3 commits to main since this release

A bug-fix release: your pane layout now survives fullscreen, and the terminal keeps track of
the directory you are actually in when the shell hands off to a child process.

Bug Fixes

  • Views — toggling a widget fullscreen and back used to throw away your arrangement and
    rebuild every pane as an equal column. Splits, nested panes, tabbed groups and pinned sizes
    now come back exactly as you left them, including when you close a widget while fullscreen. (#77)
  • Terminal — on Windows with Git Bash, the reported working directory never moved off the
    directory the shell was launched from, because bash.exe is only a launcher for the real
    shell running as a child process. The terminal now follows the process chain down to the
    shell you are actually typing in, so cd is reflected everywhere it is used — including
    the AI Inventory widget, which no longer pins itself to the starting repo. (#78)

Install

Linuxcpt-v0.2.9-linux-x86_64.tar.gz (extract and run) or
cpt-v0.2.9-linux-x86_64-appimage.tar.gz (extract, ./install.sh).
Windowscpt-v0.2.9-windows-x86_64.zip, extract and run cpt.exe.

Full setup in the README.

Full changelog: v0.2.8...v0.2.9