Skip to content

Releases: noborus/ov

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

v0.14.2

07 Feb 06:07
Compare
Choose a tag to compare

What's Changed

  • Fix interpretation of hyperlink (ls --hyperlink shows fine).
  • Added support for keyboard copy and paste by @noborus in #289
  • Added support for mouse wheel horizontal scrolling by @noborus in #290
  • Added checking for horizontal scrolling out of bounds by @noborus in #291
  • Added move to beginning and end of line by @noborus in #292

Full Changelog: v0.14.1...v0.14.2

v0.14.1

27 Jan 01:22
c007d65
Compare
Choose a tag to compare

What's Changed

  • The input value is also reflected in the candidate when the Up/Down keys are pressed during input by @noborus in #274.
  • Keys work better in follow-mode by @noborus in #275
  • Enabled regular expressions for ColumnDelimiter by @noborus in #276.
  • Improved keybind help by @noborus in #277
  • Changed not to reflect the style after EOF by @noborus in #278
  • Supported the syntax to turn off individually by escape sequence by @noborus in #279
  • Added support for osc-8 hyperlinks by @noborus in #282

Full Changelog: v0.14.0...v0.14.1

v0.14.0

12 Jan 05:51
a1af796
Compare
Choose a tag to compare

What's Changed

  • Default to XDG configuration directory by @cmvanb in #257
  • Enable view-mode and option together by @noborus in #261
  • (Improved ov-less.yaml) Make g bring us to the top and use : to go to a specific line number by @maw in #248
  • Rename example/ to examples/ by @farcaller in #253
  • Missing help updates by @noborus in #256

Updated README.md

Thanks for your contribution.

New Contributors

Full Changelog: v0.13.0...v0.14.0