Skip to content

Releases: noborus/ov

v0.10.1

23 Mar 05:38

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

16 Feb 05:49

Choose a tag to compare

Changelog

  • Added support for reload (also close)
  • Added support for watch
  • Added support for specifying the output range of WriteOriginal #48
  • Improved drawing speed #144
  • Changed the drawing interval of input by pipe #144

What's Changed

Full Changelog: v0.9.6...v0.10.0

v0.9.6

05 Jan 03:24
f224afd

Choose a tag to compare

Changelog

  • Fixed a bug in redirect output
  • Improved move in column mode

What's Changed

Full Changelog: v0.9.5...v0.9.6

v0.9.5

28 Dec 00:48
cf781ae

Choose a tag to compare

What's Changed

  • Implemented suspend/resume
  • Supports redirect output (outputs and displays like tee command)
  • Fixed a display issue (when scrolling) when skip-lines and header were specified
  • Improved the inside such as search

Full Changelog: v0.9.4...v0.9.5

v0.9.4

02 Nov 02:14

Choose a tag to compare

Changelog

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

v0.9.3

19 Oct 08:56
10f7d1e

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

Choose a tag to compare

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

v0.9.1

25 May 06:05
8439f3f

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

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

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)