Skip to content

Releases: walles/moar

1.3: Improve fling scroll performance

20 Apr 14:36
Compare
Choose a tag to compare
Using my MacBook trackpad, opening a file in moar, fling scrolling now feels
like it does in any other non-console app. Before this release it was slow, and
kept scrolling long after it should have stopped.

Most other changes in this release are internal.
*

1.2: Built-in highlighting

12 Jan 20:55
Compare
Choose a tag to compare
Starting with this release syntax highlighting is built in and no external
programs are required to get it.

Search performance in big files has been improved.

Up to 999 lines can now be displayed without shifting the whole display to the
right.

1.1: Bump TCell dependency to 2.0

06 Dec 20:42
Compare
Choose a tag to compare
This may or may not solve #21.

1.0: Support bold and not-bold ANSI codes

18 Nov 07:36
Compare
Choose a tag to compare
This release also fixes a problem running the test suite with highlight 3.59
installed.

0.9.23: Support vim keys "h" and "l" for moving left and right

05 Sep 18:44
Compare
Choose a tag to compare

0.9.22: Support bright colors

23 Apr 04:11
Compare
Choose a tag to compare
SGR codes 90-97, seen while paging output of "hg log".

0.9.21

13 Apr 14:46
Compare
Choose a tag to compare
Add support for italics

0.9.20: Make bullet points on man pages look good

05 Apr 20:59
Compare
Choose a tag to compare
Using a unicode bullet point character.

This release also provides better error messages when highlighting fails.

0.9.19: Implement SGI 24 "Underline off"

25 Mar 20:42
Compare
Choose a tag to compare
This release also enables a disabled-by-mistake test, and fixes an uncommon bug
in recognizing bullet points on man pages.

0.9.18: Hide too-verbose warning messages

06 Dec 18:40
Compare
Choose a tag to compare
With this release, you need to pass --debug on the command line
if you want to be informed about unsupported keypresses.