Releases: noborus/ov
Releases · noborus/ov
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
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