Releases: cfoust/cy
Releases · cfoust/cy
Release v1.1.0
Added
- New layout node: :color-map, which applies a color map to its contents. Shoutout to @BrookJeynes for his first contribution!
- New animation: slime! This animation mimics the growth of bacteria in a petri dish, ported from here

Fixed
- Mouse events are now translated correctly when clicking in a pane that is in use by a smaller client
- Changing the color map for a pane or group now applies immediately
- Fixed some latent issues with generating stories in CI
Changed
Release v1.0.0
What's Changed
- Per-pane and per-group terminal color schemes
cyalso comes with 270 color schemes (referred to as color maps) built-in!
Release v0.12.0
What's Changed
- theme system via parameters
Release v0.11.0
- replacement for ctrl-r
- loads of fixes, small improvements, etc
Release v0.10.3
What's Changed
- Search mode: you can now search through all terminal sessions
cyhas ever recorded (default key:ctrl+a S) - A range of fixes, including for an issue where cy would fail to write the header for
.borgfiles
Release v0.9.2
What's Changed
- bump
go-deadlockand Go version because buildingcywas broken on Go 1.23
Release v0.9.1
Various bugfixes:
- fix: a bug with message timing that was causing writes to client terminals to randomly fail
- fix: the first command in a session was not being detected correctly if it produced output that went beyond the end of the screen
- fix: change to using
%jto format Janet values
Changelog
- 43cba73 fix: use %j for formatting Janet
Release v0.9.0
Release v0.8.1
- 0269a3a fix: use correct shell on startup
Release v0.8.0
- new layout node type: bar, which lets you make tmux-like status lines
- fix: resizing bug in margins nodes
- fix: undo accidentally removing the paste binding
- fixed various documentation issues