Releases: noborus/ov
Releases · noborus/ov
v0.33.0
v0.32.1
v0.32.0
What's Changed
- Make search history a multicolor candidate by @noborus in #421
- Add option to search by
pattern
option by @noborus in #435 - Add option to
--skip-extract
by @noborus in #436 - Add save buffer by @noborus in #437
- Add ctrl+h to backspace by @noborus in #440
- Add option section-header by @noborus in #442
Full Changelog: v0.31.0...v0.32.0
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