Releases: noborus/ov
v0.31.0
What's Changed
- Implement smartcase search by @resolritter in #366
- Update help by @noborus in #374
- Fixed panic when switching follow in log docs by @noborus in #380
- Improved horizontal scrolling by @noborus in #382
- Jump to the other side in column mode by @noborus in #383
- Enabled to specify section for jump-target by @noborus in #385
- Quickly move to bottom line by @noborus in #388
- Introduce options for customizing the normal mode's prompt by @resolritter in #364
- RequestLoad only when necessary by @noborus in #409
- Make loadrequest asynchronous by @noborus in #412
New Contributors
- @resolritter made their first contribution in #366
Full Changelog: v0.30.0...v0.31.0
v0.30.0
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
(beta2 version)
What's Changed
- Fixed EOF on chunk boundaries by @noborus in #351
- Fixed wrong value for memory-limit-file by @noborus in #352
- Fixed adding to the previous Chunk when following by @noborus in #353
- Fixed that the number of lines was shifted by addition. by @noborus in #354
- Fixed help search. by @noborus in #355
Full Changelog: v0.22.0...v0.23.0
v0.22.0
v0.21.0
v0.20.0
(unstable version)
What's Changed
- Changed TOKEN for goreleaser by @noborus in #302
- Major changes in memory usage by @noborus in #301
- NewCommand changed to variable arguments by @noborus in #303
- Add reload condition by @noborus in #304
- Added column-width by @noborus in #306
- Changed keybinding of column-width to
alt+o
. by @noborus in #307 - Implemented search without loading by @noborus in #310
- changed golang-lru to v2 by @noborus in #320
- Made it possible to set a memory limit by @noborus in #321
- Separating reopen conditions and seek conditions by @noborus in #328
- Further speed improvement by @noborus in #332
Full Changelog: v0.15.0...v0.20.0
v0.15.0
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
- Changed to split in chunks by @noborus in #295
- Change cache by @noborus in #298
- Improved mouse selection range.
Full Changelog: v0.14.2...v0.15.0
v0.14.2
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
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
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.
- README: Rephrase intro bullets by @sshine in #244
- Add Arch Linux install instructions by @julianxhokaxhiu in #246
- Fix typo in README by @Einenlum in #249
- Add the nix install section by @farcaller in #250
- Update README.md by @mlitwiniuk in #252
- Fix grammar in Readme by @corneliusroemer in #255
New Contributors
- @sshine made their first contribution in #244
- @julianxhokaxhiu made their first contribution in #246
- @Einenlum made their first contribution in #249
- @farcaller made their first contribution in #250
- @maw made their first contribution in #248
- @mlitwiniuk made their first contribution in #252
- @corneliusroemer made their first contribution in #255
- @cmvanb made their first contribution in #257
Full Changelog: v0.13.0...v0.14.0