Skip to content

Releases: kfei/sshcam

1.0.0-rc1

25 Jan 15:58
Compare
Choose a tag to compare

Two major improvements in this release:

  • Reduce a large amount of I/Os by introducing frame caching and combining fmt.Print calls.
  • Reduce CPU usage by using linear formula (YIQ/RGB) when computing color distance.

0.9.9

18 Jan 14:50
Compare
Choose a tag to compare

Two major changes in this release:

  • Signal handling
  • Arguments forwarding in server mode

0.9.8

18 Jan 11:56
Compare
Choose a tag to compare

Two major improvements in this release:

  • Increas vertical resolution by using Unicode 'HALF BLOCK' characters.
  • Add color support by the img2xterm package (re-implemented in Go).

0.9.2

24 Dec 11:15
Compare
Choose a tag to compare

Fix the time unit and bump version to 0.9.2

0.9.1

24 Dec 03:43
Compare
Choose a tag to compare

Now the mismatch of image size can be captured.

0.9.0

23 Dec 19:25
Compare
Choose a tag to compare

Basically works.