Releases: cfoust/cy
Releases · cfoust/cy
Release v1.8.0
What's Changed
- Matched cells are now highlighted in
(input/find)searches - Add a thumbs pattern for matching Git stashes
- New frame:
grid - Remove
CLAUDE.md: AI bubble pop imminent
v1.7.1
- fix for cursor disappearing
v1.7.0
- Use OSC-52 sequences for
(clipboard/set) - Mouse support in copy mode
- New
:persisttarget for(param/get)and(param/set), which is a key-value store stored in$XDG_STATE_HOME - New API function:
(cmd/title)for getting the title of a pane {{param}}syntax in documentation site- Upgrade to Go 1.24.0
v1.6.1
What's Changed
Features
- thumbs support bound to
ctrl+afby default - cy now prompts you before detaching from or killing the cy server
Full Changelog: v1.5.1...v1.6.1
Release v1.5.1
What's Changed
Features
- Quick fix for old regression in
:marginslayout nodes
Release v1.5.0
What's Changed
Features
- Unify the search bars for the time and copy modes inside of replay
- Re-enable an accidentally disabled frame
- A range of bugfixes
Full Changelog: v1.4.1...v1.5.0
Release v1.4.1
What's Changed
- two new animations:
cityandperlin! - correct cursor styles courtesy @last-arg
Full Changelog: v1.3.1...v1.4.1
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
.pidfile, 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 !