Releases: walles/moar
Releases · walles/moar
1.3: Improve fling scroll performance
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
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
This may or may not solve #21.
1.0: Support bold and not-bold ANSI codes
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
Also brighten bright colors.
0.9.22: Support bright colors
SGR codes 90-97, seen while paging output of "hg log".
0.9.21
0.9.20: Make bullet points on man pages look good
Using a unicode bullet point character. This release also provides better error messages when highlighting fails.
0.9.19: Implement SGI 24 "Underline off"
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
With this release, you need to pass --debug on the command line if you want to be informed about unsupported keypresses.