Skip to content

Releases: noborus/ov

Release v0.11.0-beta.1

19 May 03:40
138a08c
Compare
Choose a tag to compare
Pre-release

Major changes

Added section concept

Sections can be separated by regular expressions.

The watch mode has changed

The last section is displayed continuously instead of resetting.

What's Changed

Full Changelog: v0.10.1...v0.11.0-beta.1

v0.10.1

23 Mar 05:38
Compare
Choose a tag to compare

What's Changed

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

v0.10.0

16 Feb 05:49
Compare
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
Compare
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
Compare
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
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.