Skip to content

Releases: noborus/ov

v0.9.4

02 Nov 02:14
Compare
Choose a tag to compare

Changelog

Full Changelog: v0.9.3...v0.9.4

v0.9.3

19 Oct 08:56
10f7d1e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.2...v0.9.3

v0.9.2

25 May 06:41
Compare
Choose a tag to compare

Update tcell v2.3.3.
Update go-runewidth v0.0.13.

v0.9.1

25 May 06:05
8439f3f
Compare
Choose a tag to compare

Updated tcell.
Fixed a bug of half down movement.
Target version of go is 1.16.

v0.9.0

09 Apr 08:15
Compare
Choose a tag to compare

Changelog

Added follow mode as a change from v0.8.0
Improved follow mode from v0.8.9.

  • follow mode (--follow) [ctrl + f]
  • follow all mode (--follow-all) [ctrl + a]
  • exec mode (--exec)
  • Customizable search and column highlights.
  • Added view-mode switching [p] that allows you to change several options at once.

v0.8.9

26 Mar 06:16
85d047a
Compare
Choose a tag to compare

The following modes have been added.
follow mode (--follow) [ctrl + f]
follow all mode (--follow-all) [ctrl + a]
exec mode (--exec)

v0.8.1

11 Feb 04:48
Compare
Choose a tag to compare

Changelog

  • Added Line Number to Style customization
  • Changed the unit of one character from code point to grapheme cluster
    (use github.com/rivo/uniseg).
  • Fixed next search when there is a header.

v0.8.0

05 Jan 02:39
Compare
Choose a tag to compare

Changelog

  • Upgraded tcell to v2
  • Fixed an issue where uppercase letters did not work on windows terminal #43.
  • Specification change of scroll like less #45.
  • Added event to add/close document (only close is possible with the key).
  • Corrected overwriting settings in the options.
  • Fixed minor bugs.

v0.7.1

22 Dec 05:54
Compare
Choose a tag to compare

Changelog

bf43649 Fixed Alternate Rows being misaligned
ee37050 Made the lines to be split in columnMode flexible

v0.7.0

08 Dec 08:49
Compare
Choose a tag to compare

Changelog

  • Customizable styles, not just colors
  • Exact number of rows of wrap mode movement(PageUp/PageDown/PageHalfDown/PageHalfUP)
  • Improved display performance for long lines (wrap mode)
  • Added a key binding configuration file for less
    See ov-less.yaml .