diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-08-29 16:36:43 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-08-29 17:07:30 +0200 |
commit | a622eea55a1e7b7d695f012bc8474422636ed8da (patch) | |
tree | a46b19665911b55ae482a4cd0870c4af7d8497e8 | |
parent | 94c3fded196b94eede0cb9fd685f9211d15f70ae (diff) | |
download | lr-1.0.tar.gz lr-1.0.tar.xz lr-1.0.zip |
NEWS.md: update for 1.0 v1.0
-rw-r--r-- | NEWS.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md index 40c5c1b..ee022ab 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ ## HEAD +## 1.0 (2017-08-29) + * **Breaking change**: the `-Q` flag changed meaning to *enable* quoting (as it does in GNU ls), since shell quoting is not so useful in many cases using a pipe. Filenames are quoted by default when printing @@ -9,6 +11,7 @@ * Feature: new option `-C` to change the color of files. * Feature: new action `color <num>` to change the color of files. * Feature: new argument `@file` to read file names from a file. +* Feature: negated string operations `!=`, `!===`, `!~~`, `!~`, `!=~~`. * Bug: lr now reports errors and sets exit code when toplevel arguments can not be stat'ed. |