Releases: walles/moar
Releases · walles/moar
v1.10.0: Support rendering clear-to-end-of-line ANSI codes
Also improve search performance in large files.
v1.9.9: Bug fixes
One crash was fixed when jumping immediately to the end of a large file. Search highlighting problems with two consecutive characters in the hit were fixed.
v1.9.8: Fix wrapped search
Before this release, if you had a search hit at the bottom of the input and pressed 'n' for going to the next it, the search never wrapped. With this release that has been fixed.
v1.9.7: Docs updates and configurable scroll hints
With this release, the man page now documents all command line options. Also, the sideways scroll hints are now configurable using two new command line options, --scroll-left-hint and --scroll-right-hint.
v1.9.6
v1.9.5: Minor fixes and features
Changes since last release: * Support bright background colors * Add --no-statusbar to hide the status bar * Fix search prompt with status bar hidden * Enabling toggling status bar on / off * Link to source code from --help output * Keybinding: 'G' to scroll to the end
v1.9.4: Fix startup navigation issues
Before this release, if the input stream was slow at loading, pressing down arrow would immediately take you to the end of the input. Also, searching wouldn't find anything. With this release both arrow-down and searching works even when the input stream is slow.
v1.9.3: Navigation improvements
This release changes 'g' to go-to-line. Also, it adds ^u and ^d for moving half pages up / down.
v1.9.2: Fix suggested $PAGER value in --help output
Before this release, the PAGER= value suggested was hit-or-miss. With this release, it should be something that you can just use.