Releases: noborus/ov
Releases · noborus/ov
v0.37.0
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
v0.36.0
What's Changed
- Ignore "config not found" errors if not specified by @noborus in #584
- docs: 📝 update instructions for source installation by @minhtrancccp in #585
- Update lz4 module by @mikelolasagasti in #594
- Quit when the filter result fits within the screen by @noborus in #596
- Change the order of inserting filter documents by @noborus in #600
- Change the starting line number by @noborus in #601
New Contributors
- @minhtrancccp made their first contribution in #585
- @mikelolasagasti made their first contribution in #594
Full Changelog: v0.35.0...v0.36.0
v0.35.0
What's Changed
The implementation of draw has been significantly changed to resolve many issues in the section.
Added more tests to improve stability.
- Fix deep context usage by @ccoVeille in #538
- Changed to prepare content first by @noborus in #556
- Changed the method of implementing section-header by @noborus in #557
- Added a new feature called hide-other-section by @noborus in #564
- Adding tests and refactoring for tests by @noborus in #572
- Add a heading to the help by @noborus in #576
Full Changelog: v0.34.1...v0.35.0
v0.34.1
v0.34.0
What's Changed
- Improve README by pointing out where the documentation is located by @ccoVeille in #497
- Run exec mode using pty by @noborus in #500
- Add filter search and related packages by @noborus in #502
- Add command line options for filter by @noborus in #503
- feat: zsh completion plugin by @iloveitaly in #505
- Add filter close all documents by @noborus in #509
- Add support non-match search by @noborus in #511
- Add caption options and environment variables by @noborus in #514
- Fix test helpers by @ccoVeille in #523
- receiver cleanup by @ccoVeille in #522
- Remove unused method by @ccoVeille in #524
- Add related styling by @noborus in #530
- non-match enables only filter by @noborus in #531
New Contributors
- @ccoVeille made their first contribution in #497
- @iloveitaly made their first contribution in #505
Full Changelog: v0.33.3...v0.34.0
v0.33.3
v0.33.2
v0.33.1
What's Changed
- Add missing AUR flavours: ov and ov-git by @kseistrup in #471
- Fixed movement when displaying above line 0 by @noborus in #472
- Minor fixes to markdown syntax by @noborus in #473
- Fix typos by @kianmeng in #474
- Improved error output by @noborus in #475
- Fixed cursor width in column mode by @noborus in #476
- Add contributing by @noborus in #478
- Add winget package by @noborus in #477
- Update TOC by @noborus in #479
- Enabled wildcard specification even on Windows by @noborus in #480
- Fixed to return correct error by @noborus in #481
- disable pull request by @noborus in #482
- Fixed delimiter width calculation by @noborus in #483
New Contributors
- @kseistrup made their first contribution in #471
- @kianmeng made their first contribution in #474
Full Changelog: v0.33.0...v0.33.1