diff options
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 2275cf8..f8f3c3c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -15,7 +15,12 @@ New features: Fixes: -- Extension colors from `LS_COLORS` are now case-insensitive like GNU `ls` +- `LS_COLORS` handling has been improved: + - Extension colors are now case-insensitive like GNU `ls` + - `or` (orphan) and `mi` (missing) files are now treated differently + - Default colors can be unset with `di=00` or similar + - Specific colors fall back to more general colors when unspecified in more places + - `LS_COLORS` no longer needs a trailing colon - `-ls`/`-fls` now prints the major/minor numbers for device nodes - `-exec ;` is rejected rather than segfaulting - `bfs` now builds on old Linux versions that require `-lrt` for POSIX timers |