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.
- Change to suspend with SIGSTOP by @noborus in #632
- Send SIGSTOP to the process group by @noborus in #639
- STDIN switching when using Subshell by @noborus in #640
Changed redirect specifications
Fix bugs and improvements
- Fix paste mistakes by @noborus in #616 (Fix #613)
- Avoid sector header when marking by @noborus in #621 (Fix #620)
- Change the style-related function name by @noborus in #628
- help descriptions for better clarity by @noborus in #635
- Fix the issue where the version contains "-1" by @noborus in #637 Fix #636)
- Fixed root.searcher is race condition by @noborus in #642 (Fix #641)
- Fix linkage of filter documents with headers by @noborus in #644
- Improve follow/followAll/followSection by @noborus in #645
- Add support of ANSI escape sequence for clear line by @noborus in #651 (Fix #650)
Full Changelog: v0.36.0...v0.37.0