diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-07-27 14:08:25 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-07-27 14:08:25 +0200 |
commit | a6f21a1f4e70a1db354c9927c4b3938759faf033 (patch) | |
tree | 0c3db4bdbca97f2fea5a1e8a4e49b33cdd0b2b13 | |
parent | 71324de6818403c323afb9956c279ce0b07928f7 (diff) | |
download | lr-a6f21a1f4e70a1db354c9927c4b3938759faf033.tar.gz lr-a6f21a1f4e70a1db354c9927c4b3938759faf033.tar.xz lr-a6f21a1f4e70a1db354c9927c4b3938759faf033.zip |
NEWS.md: update
-rw-r--r-- | NEWS.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md index 22d8499..b07959f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,9 +5,15 @@ cases using a pipe. Filenames are quoted by default when printing to TTY. +* Feature: lr now respects the locale, which mainly influences date format. +* Feature: new option `-C` to change the color of files. +* Feature: new argument `@file` to read file names from a file. +* Bug: lr now reports errors and sets exit code when toplevel + arguments can not be stat'ed. + ## 0.4 (2017-04-25) -* Feature: argument '-' means read files from standard input +* Feature: argument `-` means read files from standard input ## 0.3.2 (2016-05-20) @@ -15,7 +21,7 @@ ## 0.3.1 (2016-03-31) -* Bug: =~ was not recognized (broken since 0.3) +* Bug: `=~` was not recognized (broken since 0.3) * Add emacs contrib (lr.el) ## 0.3 (2016-02-28) |