Skip to content

Releases: cfoust/cy

Release v1.1.0

20 Oct 06:24

Choose a tag to compare

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
    2dcaaa99d8d4

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

03 Oct 13:42

Choose a tag to compare

What's Changed

Release v0.12.0

22 Sep 12:20

Choose a tag to compare

What's Changed

Release v0.11.0

18 Sep 11:40

Choose a tag to compare

Release v0.10.3

06 Sep 09:38

Choose a tag to compare

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

23 Aug 09:31
02ba1e4

Choose a tag to compare

What's Changed

  • bump go-deadlock and Go version because building cy was broken on Go 1.23

Release v0.9.1

23 Aug 00:13

Choose a tag to compare

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

Release v0.9.0

21 Aug 21:47

Choose a tag to compare

What's Changed

  • cy exec, which you can use to control cy programmatically from other processes, such as shell scripts.
  • cy recall, which lets you recall the output of a command you've already run.

Changelog

  • 4f71db9 Merge branch 'release/v0.9.0'

Release v0.8.1

21 Aug 03:21

Choose a tag to compare

  • 0269a3a fix: use correct shell on startup

Release v0.8.0

17 Aug 09:40

Choose a tag to compare

  • 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