Skip to content

Releases: noborus/ov

v0.33.0

30 Dec 05:47
e415836
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.32.1...v0.33.0

v0.32.1

19 Oct 05:10
b3fd1b4
Compare
Choose a tag to compare

What's Changed

  • Fixed candidate movement when up/down by @noborus in #449
  • Adjust start when using section-header by @noborus in #451
  • Added setting for the number of lines in progress by @noborus in #454
  • Fix when there are not enough columns by @noborus in #455

Full Changelog: v0.32.0...v0.32.1

v0.32.0

23 Sep 17:39
23db449
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.31.0...v0.32.0

v0.31.0

19 Jul 07:25
cce0925
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.30.0...v0.31.0

v0.30.0

31 May 22:10
Compare
Choose a tag to compare

Major change

Changed memory management to store in chunks.
It is now possible to release some of the loaded content, which was not possible before.

What's Changed(Changed from v0.15.0)

  • Added options and settings to limit memory.
  • Further speed improvement.
  • Added column-width.
  • Watch is now possible with the exec option.
  • Supported EOF files without newline in follow mode.
  • quickly move to tail.

Full Changelog: v0.15.0...v0.30.0
https://github.com/noborus/ov/releases/tag/v0.20.0
https://github.com/noborus/ov/releases/tag/v0.21.0
https://github.com/noborus/ov/releases/tag/v0.22.0
https://github.com/noborus/ov/releases/tag/v0.23.0

v0.23.0

19 May 04:59
Compare
Choose a tag to compare

(beta2 version)

What's Changed

Full Changelog: v0.22.0...v0.23.0

v0.22.0

14 May 05:37
f2fc450
Compare
Choose a tag to compare

(beta version)

What's Changed

  • Supported EOF files without newline in follow mode
  • Renamed load-limit to memory-limit @noborus in #350
  • Enabled the m flag for regular expressions by @noborus in #342
  • Change search for non-seek files and load-limit by @noborus in #349

Full Changelog: v0.21.0...v0.22.0

v0.21.0

08 May 00:31
8d608ef
Compare
Choose a tag to compare

(unstable version)

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

06 May 03:57
85e104e
Compare
Choose a tag to compare

(unstable version)

What's Changed

Full Changelog: v0.15.0...v0.20.0

v0.15.0

06 Mar 04:50
dc0b5ca
Compare
Choose a tag to compare

Improved memory efficiency and performance by managing files in chunks.
This version will be the last to put the file all in memory.

What's Changed

Full Changelog: v0.14.2...v0.15.0