diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-04-05 16:28:05 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-04-05 16:28:05 +0200 |
commit | fd3d9c2db511e9c8004a7dafd3780d134374891b (patch) | |
tree | 5e02f3b3efd2fe13c34ea7b4d81de0937dbc3536 | |
parent | 1c0022389064c607df6618344b6fb61ca7c0943c (diff) | |
download | lr-1.3.tar.gz lr-1.3.tar.xz lr-1.3.zip |
NEWS.md: update for 1.3 v1.3
-rw-r--r-- | NEWS.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md index 14f56c7..e5c20ce 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,11 @@ ## HEAD +## 1.3 (2018-04-05) + * Feature: new option `-P` to quote filenames with `$'...'` syntax. * Feature: invalid UTF-8 filenames are quoted now. * Feature: colorized file size output now uses groups of three digits. +* Feature: support $NO_COLOR: http://no-color.org/ ## 1.2 (2017-11-17) |