Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 14:55
· 19 commits to main since this release

Changelog

This is a patch for the last version to fix a bug relating to terminal resizing.

In the last version because we sent data by block, but those data don't contain winsize messages => there will be a mismatch in timing.

In this version we include those winsize messages and also saving a cached winsize message on the server.