Skip to content

v0.37.0

Latest
Compare
Choose a tag to compare
@noborus noborus released this 09 Nov 09:37
· 9 commits to master since this release
cf6c046

What's Changed

Thank you for working on this release.
@aoyama-val @ccoVeille @KapJI @yosagi @bprb

Add a converter

Escape sequence support has been changed from essential to selectable as a converter.
There are converters: an interpretation of escape sequence (default), raw, which does not interpret escape sequence, and align.
The columns can be shrinked, if the converter is aligned.

#609 #610 #611 #612 #614 #615 #617 #618 #619 #623 #624 #625 #626 #627 #631

Change specifications of suspend

The suspend is suspended correctly, not sub-shell.
Thank you to @yosagi.

Changed redirect specifications

  • Change to Do not display screen when redirecting by @noborus in #638
    (Fix #634).

Fix bugs and improvements

Full Changelog: v0.36.0...v0.37.0