Skip to content

Releases: noborus/ov

v0.43.0

27 Aug 22:02
763ac19
Compare
Choose a tag to compare

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

02 Jul 22:51
63d9143
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.42.0...v0.42.1

v0.42.0

24 Jun 22:29
fc39e14
Compare
Choose a tag to compare

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

Full Changelog: v0.41.0...v0.42.0

v0.41.0

18 May 09:15
90af473
Compare
Choose a tag to compare

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

15 Apr 02:43
b491ebc
Compare
Choose a tag to compare

What's Changed

  • fix: #760 Do not apply old style settings when Style is blank by @noborus in #761

Full Changelog: v0.40.0...v0.40.1

v0.40.0

12 Apr 08:15
5c3ece8
Compare
Choose a tag to compare

Please use v0.40.1 as there is a bug.

What's Changed

Full Changelog: v0.39.0...v0.40.0

v0.39.0

26 Feb 05:27
c48b4ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.38.0...v0.39.0

v0.38.0

18 Jan 22:30
b82e1b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.37.0...v0.38.0

v0.37.0

09 Nov 09:37
cf6c046
Compare
Choose a tag to compare

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

v0.36.0

24 Jul 23:25
d671c94
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.35.0...v0.36.0