Skip to content

Releases: walles/moar

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.

v1.25.0: Tail files, not just streams

14 Jul 10:34
d7dd3bd
Compare
Choose a tag to compare

With this release, if you open a (log?) file in moar, and more lines are added to the file after you start moar, moar will pick up the new lines and display them.

Also, if you have a terminal editor (nano, vim etc), and press "v" to edit a file, moar will now not steal the first byte from your editor any more. Improved on Unix, Windows unchanged, PRs welcome.

v1.24.6

30 Jun 09:33
Compare
Choose a tag to compare

Actually tested on Windows, shutdown works again.

Last known good release on Windows was v1.23.15.

v1.24.5: Fix editing files on Windows

29 Jun 07:03
831c894
Compare
Choose a tag to compare

Before this release, pressing v to edit a file on Windows would tell you your editor was not executable.

With this release, executability detection on Windows should now work.

v1.24.4: Support opening piped input in editor

28 Jun 05:15
Compare
Choose a tag to compare

By pressing v.

Before this change, v only worked for actual files.

With this change in place, v will also work for piped input.

Piped input will be written into a temporary file, then the editor will be opened with that file.

v1.24.3: Fix a shutdown issue

24 Jun 18:08
Compare
Choose a tag to compare

v1.24.2: Fix crash with --quit-if-one-screen

24 Jun 05:33
Compare
Choose a tag to compare
Fix crash with --quit-if-one-screen