Skip to content

Releases: walles/moar

v1.9.4: Fix startup navigation issues

26 May 07:42
Compare
Choose a tag to compare
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

02 May 05:15
Compare
Choose a tag to compare
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

18 Apr 19:35
c120094
Compare
Choose a tag to compare
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

01 Apr 18:28
Compare
Choose a tag to compare
Fix coloring on macOS Terminal app

v1.9.0: Improve scrolling through wrapped lines

12 Mar 15:35
Compare
Choose a tag to compare
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

27 Feb 08:48
Compare
Choose a tag to compare
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

18 Feb 18:16
fbdcdc4
Compare
Choose a tag to compare
Supports plain, inverse or bold, defaulting to inverse.

Resolves <https://github.com/walles/moar/issues/81>.

v1.8.4

09 Nov 18:32
Compare
Choose a tag to compare
Optionally retain screen contents after exit

v1.8.3: Bump Chroma code highlighter to 0.9.4

17 Oct 13:59
Compare
Choose a tag to compare
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

10 Sep 05:07
77f4b0a
Compare
Choose a tag to compare
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.