Releases: AleksaRistic216/cross-platform-terminal
Releases · AleksaRistic216/cross-platform-terminal
Release list
v0.2.9
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, becausebash.exeis 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, socdis reflected everywhere it is used — including
the AI Inventory widget, which no longer pins itself to the starting repo. (#78)
Install
Linux — cpt-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).
Windows — cpt-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
v0.2.8
Features
- add group letter shortcuts (#74)
v0.2.7
v0.2.6
Features
- trace cwd, commands and focus (#66)
v0.2.5
Bug Fixes
- follow the shell's cwd via OSC 7 (#64)
v0.2.4
Other
- ci(tests): run screenshot tests only on master (#63)
v0.2.3
v0.2.2
Features
- add in-app uninstall and uninstall.sh (#9)
v0.2.1
Bug Fixes
- repair AppImage auto-update; new-terminal shortcut in empty view (#8)
v0.2.0
Features
- replace Keygen key entry with account sign-in