Releases: noborus/ov
Releases · noborus/ov
v0.10.0
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
- Cache wrapping calculation by @noborus in #129
- Changed to cache search results by @noborus in #130
- Improved follow mode for named pipes by @noborus in #131
- Indirectly change lines by @noborus in #134
- Separate doclist related files by @noborus in #136
- Improved shell completion by @noborus in #138
- Added action to close and reload file by @noborus in #139
- Added watch mode by @noborus in #140
- Insufficient move key assignment for
less
by @noborus in #145 - abolished setOldGlobalStyle by @noborus in #148
- Added benchmark test by @noborus in #149
- Before and after also enable WriteOriginal by @noborus in #147
- Changed the update interval by @noborus in #150
- Fixed that the next line was bold by @noborus in #151
- Added context to cancel follow-mode by @noborus in #152
- Improve parser by @noborus in #153
Full Changelog: v0.9.6...v0.10.0
v0.9.6
v0.9.5
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
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.