Releases: walles/moar
Releases · walles/moar
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.
v1.9.1
v1.9.0: Improve scrolling through wrapped lines
Before this release, if the first line of the screen was wrapped into two screen lines and you pressed down arrow once, moar scrolled down two lines, to the next input file line. With this release, moar now scrolls down one screen line, even in this case.
v1.8.6: Add option for how to render unprintable characters
Try "moar --render-unprintable=whitespace broken-utf8.txt" to prevent moar from highlighting unprintable characters. Fixes https://github.com/walles/moar/issues/83
v1.8.5: Add --statusbar= command line option
Supports plain, inverse or bold, defaulting to inverse. Resolves <https://github.com/walles/moar/issues/81>.
v1.8.4
v1.8.3: Bump Chroma code highlighter to 0.9.4
From 0.9.1. This is for internal reasons, no user visible changes in this release. Ref: https://github.com/walles/moar/issues/74
v1.8.2: Add Windows binaries to the release
This release comes with Windows binaries, requested in #70. Another minor change in this release is that the --help message now mentions transparent decompression of compressed input files.