Release v0.11.0-beta.1
Pre-release
Pre-release
noborus
released this
19 May 03:40
·
969 commits
to master
since this release
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