Skip to content

Releases: cfoust/cy

Release v1.3.1

01 Dec 03:51
Compare
Choose a tag to compare

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

16 Nov 12:09
Compare
Choose a tag to compare

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

v1.2.0...v1.3.0

Release v1.2.0

08 Nov 07:07
Compare
Choose a tag to compare

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

20 Oct 06:24
Compare
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
Compare
Choose a tag to compare

What's Changed

Release v0.12.0

22 Sep 12:20
Compare
Choose a tag to compare

What's Changed

Release v0.11.0

18 Sep 11:40
Compare
Choose a tag to compare

Release v0.10.3

06 Sep 09:38
Compare
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
Compare
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
Compare
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