Releases: noborus/ov
Releases · noborus/ov
v0.9.4
Changelog
- Implement incremental search by @noborus in #97
- Improve mark by @noborus in #93
- Added a regular expression search option by @noborus in #98
- Improved the error of specifying the file name by @noborus in #95
- Changed bytes.Buffer to strings.Builder by @noborus in #92
- Changed to use screen.Clear by @noborus in #94
- Fixed search movement when using skiplines by @noborus in #96
- Fixed highlighting when caseSensitive is false by @noborus in #99
- Fixed backsearch highlights by @noborus in #100
- Fixed race condition by @noborus in #102
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- Add MacPorts install info by @herbygillot in #85
- Apply header style to end of line by @noborus in #87
- Added an option to set the number of lines to skip by @noborus in #88
- Consider wrap when writing the original by @noborus in #89
- Remove PostEventWait by @noborus in #90
- Fixed line number display in header by @noborus in #91
New Contributors
- @herbygillot made their first contribution in #85
Full Changelog: v0.9.2...v0.9.3
v0.9.2
v0.9.1
v0.9.0
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
v0.8.1
v0.8.0
v0.7.1
v0.7.0
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 .