Skip to content

Releases: noborus/ov

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 .

v0.6.2

19 Oct 11:22
Compare
Choose a tag to compare

Changelog

  • Faster search improvements
  • Add search cancellation

v0.6.1

04 Oct 09:28
Compare
Choose a tag to compare

Changelog

Some bug fixes and performance improvements

  • Fixed a mistake in calculating the position of the bottom line.
  • Fixed a file with only one long line that could not be moved.
  • Fixed incorrect behavior of combining characters.
  • Fixed a bug when the number of lines changes when switching line numbers.
  • Fixed to reduce useless draw.

v0.6.0

30 Sep 01:33
Compare
Choose a tag to compare

Changelog

Add mouse support

Originally implemented so that copying with the mouse correctly interprets tabs and line breaks.

v0.5.0

27 Aug 09:05
Compare
Choose a tag to compare

Changelog

Changed the method to open multiple documents

Added key bindings for document switching ](next) and [(prev).

Fixed search for strings containing backspace

Added document for error log and debug log

v0.4.0

29 Jul 01:33
Compare
Choose a tag to compare

Changelog

Added help screen

Added help screen for key bindings (switches with h by default).
Also added the --help-key option which produces similar output.

Added support for changing key bindings

Key binding can be changed by writing key settings in .ov.yaml.

Changed to public package

Changed from internal to public package(oviewer).

v0.3.1

22 Jun 23:38
Compare
Choose a tag to compare

Changelog

Added the function to mark the position.
Added <> key operation to move to the marked position.

v0.3.0

14 Jun 05:23
Compare
Choose a tag to compare

Changelog

a23ac0e Added keys in input mode