Releases: cfoust/cy
Releases · cfoust/cy
Release v1.3.1
What's Changed
- fix: zany cursor behavior with long lines in replay mode
- fix: various fixes for binding
alt+
key combinations
Release v1.3.0
What's Changed
- new animation: musicforprogramming
- fixed issue #31: cy was never clearing a lock on a
.pid
file, which made cy fail to start up after crashing
Code Diff
Release v1.2.0
What's Changed
Features
- Registers: copy text in replay mode to and from the system clipboard and any one of 62 built-in registers by default. This mimic's vim's register functionality.
- Shoutout to @aizamjj for contributing the system clipboard functionality in PR #28 !
- Also thank @last-arg for contributing a bug fix for device attribute IDs in PR #30 !
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
cy
also 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
cy
has ever recorded (default key:ctrl+a S
) - A range of fixes, including for an issue where cy would fail to write the header for
.borg
files
Release v0.9.2
What's Changed
- bump
go-deadlock
and Go version because buildingcy
was 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
%j
to format Janet values
Changelog
- 43cba73 fix: use %j for formatting Janet