Releases: noborus/ov
Releases · noborus/ov
v0.13.0
What's Changed
- gofmt -w -r 'interface{} -> any' by @noborus in #232
- Split input into files by @noborus in #233
- Improved names for input events by @noborus in #234
- Moved multicolor from config to general by @noborus in #235
- Added column rainbow mode by @noborus in #240
- Fixed that setting MultiColorWords in view-mode by @noborus in #243
Full Changelog: v0.12.1...v0.13.0
v0.12.1
v0.12.0
v0.11.3
What's Changed
- Fixed exec and run to the same level by @noborus in #202
- Corrected a minor lint indication by @noborus in #203
- Improve caption by @noborus in #204
- Changed to use strings.Builder by @noborus in #205
- Add support Go1.19 by @noborus in #207
- Disable default keybindings by @noborus in #208
- Changed the base version of go to 1.19 by @noborus in #210
- Replace with generics function by @noborus in #211
- Change mode when mouse is enabled by @noborus in #212
- Updated goreleaser by @noborus in #213
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- Fixed to work when the config file doesn't exist by @noborus in #200
- Fixed help description by @noborus in #199
- CI: Generate release tarballs with vendored modules by @CyberTailor in #196
New Contributors
- @CyberTailor made their first contribution in #196
Full Changelog: v0.11.1...v0.11.2
v0.11.1
v0.11.0
Major changes
Added section concept
Sections can be separated by regular expressions.
The watch mode has changed
The last section is displayed continuously instead of resetting.
What's Changed
- Fixed clear leak at the right end by @noborus in #168
- Fixed changing currentDoc directly by @noborus in #169
- Refactoring to correct the name by @noborus in #170
- Fixed columnMode position by @noborus in #171
- Fixed test -race failure by @noborus in #172
- Example follow by @noborus in #173
- Fixed a mistake in the Search method by @noborus in #174
- Fixed race condition by @noborus in #175
- Fixed Search race condition by @noborus in #176
- Added go1.18 test by @noborus in #177
- Fixed the channel receipt omission by @noborus in #178
- Fixed bottom line calculation by @noborus in #179
- Refactor exec by @noborus in #180
- Improved comments by @noborus in #181
- Tcell 251 by @noborus in #182
- Fixed a misjudgment of redirect by @noborus in #183
- Added section by @noborus in #184
- Fixed a case where the regexp was not set by @noborus in #185
- Specification change of how to insert formfeed by @noborus in #186
- Fixed the first line by moving sections by @noborus in #187
- The height of skip is unlimited by @noborus in #188
- Show message when next section is missing by @noborus in #189
- Improved follow-section position by @noborus in #190
- Clarification of the role of the lastSection move by @noborus in #191
Full Changelog: v0.10.1...v0.11.0
Release v0.11.0-beta.1
Major changes
Added section concept
Sections can be separated by regular expressions.
The watch mode has changed
The last section is displayed continuously instead of resetting.
What's Changed
- Fixed clear leak at the right end by @noborus in #168
- Fixed changing currentDoc directly by @noborus in #169
- Refactoring to correct the name by @noborus in #170
- Fixed columnMode position by @noborus in #171
- Fixed test -race failure by @noborus in #172
- Example follow by @noborus in #173
- Fixed a mistake in the Search method by @noborus in #174
- Fixed race condition by @noborus in #175
- Fixed Search race condition by @noborus in #176
- Added go1.18 test by @noborus in #177
- Fixed the channel receipt omission by @noborus in #178
- Fixed bottom line calculation by @noborus in #179
- Refactor exec by @noborus in #180
- Improved comments by @noborus in #181
- Tcell 251 by @noborus in #182
- Fixed a misjudgment of redirect by @noborus in #183
- Added section by @noborus in #184
- Fixed a case where the regexp was not set by @noborus in #185
- Specification change of how to insert formfeed by @noborus in #186
- Fixed the first line by moving sections by @noborus in #187
- The height of skip is unlimited by @noborus in #188
- Show message when next section is missing by @noborus in #189
- Improved follow-section position by @noborus in #190
Full Changelog: v0.10.1...v0.11.0-beta.1
v0.10.1
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