Skip to content

Releases: walles/moar

v1.28.0: Reformat JSON files before displaying them

01 Nov 21:38
Compare
Choose a tag to compare

With this release, JSON files will now be implicitly reformatted before being displayed.

This can be disabled with the --no-reformat switch.

v1.27.3: Prevent blank last column on Windows

30 Oct 19:53
Compare
Choose a tag to compare

Also in this release:

  • Fish shell specific help text for setting moar as your pager
  • PowerShell specific help text for setting moar as your pager
  • Assume VGA color scheme on 16 color terminals

Regarding the colors, if you're viewing 256 or more color text on a 16 color VGA terminal, moar should now be doing a better downsampling job.

v1.27.2: Handle wide chars in the input

21 Sep 06:34
Compare
Choose a tag to compare

Like CJK characters for example.

Before this change, the presence of wide characters in the input would
break the display if lines were overflowing on the right.

With this release, we now handle wide characters correctly.

v1.27.1: Accept \ characters in URLs

14 Sep 08:45
Compare
Choose a tag to compare

Valid or not, these exist in the wild and we need to support them.

v1.27.0: Auto detect JSON for highlightning

10 Sep 15:03
Compare
Choose a tag to compare

With this release, if you pipe JSON into moar, moar will automatically
detect that the input is JSON and highlight it as such.

v1.26.0: Support ANSI codes for coloring underlines

13 Aug 05:05
Compare
Choose a tag to compare

Also, make line numbers easier to read, and include stack traces in goroutine panic reports.

v1.25.4: Fix a highlighting issue

11 Aug 16:48
Compare
Choose a tag to compare

v1.25.3: Fix issue with scrolling down while the input stream was loading

09 Aug 07:56
Compare
Choose a tag to compare
Fix issue with scrolling down while the input stream was loading

v1.25.2: Random fixes

06 Aug 10:37
Compare
Choose a tag to compare
  • Use fallback if $EDITOR is not set
  • Accept ^H as backspace when searching
  • Handle no-EOL while tailing files
  • Tune shutdown code on Windows

v1.25.1: Fix a hang on Unix

15 Jul 18:36
Compare
Choose a tag to compare

Fix a hang on Unix

Fancy shutdown, fancy problems, let's hope this release has no races.