Releases: noborus/ov
v0.43.0
What's Changed
- Add missing less keybindings and sync configs by @noborus in #810
- Fix screen height to be non-negative by @noborus in #813
- Fix converter initialization not being applied to filter documents by @noborus in #820
- Fix column navigation issues and improve test coverage by @noborus in #823
- Improve mark by @noborus in #824
- Changed to support new Style settings by @noborus in #828
- Improve package usage by @noborus in #830
- Update to tcell v2.9.0, tcellansi v0.2.0 by @noborus in #832
Full Changelog: v0.42.1...v0.43.0
v0.42.1
v0.42.0
What's Changed
Adding an edit function
Allows you to edit by passing the file to an external editor. #782 #786 #787 #788 #795
Implemented issue #780
Customizable to hide the status line
The status line can now be hidden and there is more customization available. #793 #794 #796 #797
Implemented issue #426
Help and log documentation can be customized separately
The help and log documentation are now separate from General and can be customized separately. #801 #802
Implemented issue #799
Bug fix and update
- Fix missing slice bounds check by @noborus in #783
- Fix duplicate log output by @noborus in #785
- Update modules 20250610 by @noborus in #790
- Add documentation for General configuration items in README.md by @noborus in #792
- Fix inconsistent output after WriteQuit from help followed by Quit by @noborus in #800
- Fix typo in README.md by @noborus in #803
Full Changelog: v0.41.0...v0.42.0
v0.41.0
What's Changed
- fix: Wait for EOF or ReadWaitTime before starting initial search by @noborus in #766
- Remove WaitEOFWithTimeout call when checking file size by @noborus in #767
- Add support for
ESC(B
as a reset operation in other sequence handling by @noborus in #775 - Remove extra spaces on the right in WriteQuit by @noborus in #779
Full Changelog: v0.40.1...v0.41.0
v0.40.1
v0.40.0
Please use v0.40.1 as there is a bug.
What's Changed
- Add styled terminal output with toggleable raw text option by @noborus in #731. Resolves issue #684 Thanks to @morenathan
- Add
-m
as a short option for--view-mode
by @noborus in #734. Resolves issue #733 Thanks to @Jaykul - Add
--list-view-modes
option by @noborus in #736 - make minStartX configurable with default value 0 by @noborus in #742 This fix is related to issue #739. Thanks to @hupfdule
- Change Style config to general/Style/ by @noborus in #743
- Added clipboard via osc52 by @noborus in #748 This resolves issue #747 Thanks to @cstrahan
- Changed cbind url because it has moved to codeberg.org/tslocum/cbind by @noborus in #758 This fix is related to pull request #757. Thanks to @wreedb
Full Changelog: v0.39.0...v0.40.0
v0.39.0
What's Changed
- Add support vertical header and header column by @noborus in #689
- Fix x start position to not be negative when moving to rightmost cursor by @noborus in #697
- Improved movement in the document display area by @noborus in #698
- Add ruler feature by @noborus in #703
- Add style border by @noborus in #704
- Add Dependabot configuration by @noborus in #709
- Bump golang.org/x/term from 0.28.0 to 0.29.0 by @dependabot in #712
- Bump github.com/klauspost/compress from 1.17.11 to 1.18.0 by @dependabot in #713
- Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #714
- Bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #715
- Updated sample config.yaml to the latest version by @noborus in #719
- Added feature to detect duplicate keybinds by @noborus in #722
New Contributors
- @dependabot made their first contribution in #712
Full Changelog: v0.38.0...v0.39.0
v0.38.0
What's Changed
-
Upgrade tcell to v2.8.0 and add support for Underline style and color by @noborus in #680
-
Fix the first position of Follow and Followall by @noborus in #671
Full Changelog: v0.37.0...v0.38.0
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