Skip to content

Releases: walles/moar

v1.16.0: Handle TTY corner cases

31 Aug 17:53
Compare
Choose a tag to compare
When twin suddenly cannot access the TTY any more, it will now signal
the main app.

In the case of moar, moar will react by shutting down when this happens.

Run with --debug to identify this happening.

v1.15.4: Don't crash on failed screen setup

27 Aug 12:57
Compare
Choose a tag to compare
Instead, just pump our input to stdout.

v1.15.3

08 Jul 15:22
99f4b56
Compare
Choose a tag to compare
Make tests pass on 32 bit platforms

v1.15.2: Compatibility with atuin

07 Jun 17:54
Compare
Choose a tag to compare

v1.15.1: Make --quit-if-one-screen instant

21 May 06:07
Compare
Choose a tag to compare
Before this change, there was a very obvious flashing of pager contents
when running with `--quit-if-one-screen`, even when input handling was
fast.

With this release, moar will exit as soon as file reading and
highlighting is done, providing a much nicer experience in the common
case.

v1.15.0: Support not paging short inputs

18 May 07:36
Compare
Choose a tag to compare
This release adds a --quit-if-one-screen command line flag. Given this
flag and some input that fits on screen, moar will exit immediately and
print the input to stdout.

v1.14.0: Add support for terminal hyperlinks

03 May 18:05
Compare
Choose a tag to compare
As described here:
https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda

Fixes #131 and #133.

v1.13.0: Configurable side scroll amount

19 Mar 11:05
Compare
Choose a tag to compare
Using the new `--shift` command line flag, or by holding down ALT while
pressing the left / right arrow keys to move one column at a time.

v1.12.0: Display Private Use Unicode characters

28 Feb 18:47
c99c2e1
Compare
Choose a tag to compare
Before this release, we rendered those as highlighted question marks.

With this release, we just send them to the screen for displaying.

The reason for this change is that Font Awesome uses Private
Use Unicode characters for symbols, this one for example:
https://fontawesome.com/v4/icon/battery-empty

More reading: https://en.wikipedia.org/wiki/Private_Use_Areas

Also, with this release, you can press 'q' to exit Go-to-line mode.

v1.11.4

11 Jan 10:14
Compare
Choose a tag to compare
Accept pasted text in the search field