summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcxolu <10486322+Icxolu@users.noreply.github.com>2022-11-15 19:18:42 +0100
committerAbin Simon <abinsimon10@gmail.com>2022-11-26 09:41:24 +0530
commitd9b4b05d27604d702bd057833eb99a366c1def9c (patch)
treea90bbd1ff31d667fbdd33b0720f779c97d2e4b64
parent4d07de05ef771d703548ac848835eb0468adae85 (diff)
update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5679bb0..b4c20d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Do not quote filename when piping into another program from [TeamTamoad](https://github.com/TeamTamoad)
- Respect `hidden` flag on Windows [#752](https://github.com/Peltoche/lsd/issues/752)
+- Do not show every file are `executable` (green) on Windows
+ [#712](https://github.com/Peltoche/lsd/issues/712). Executables will be marked
+ based on the file extension: `exe`, `msi`, `bat` and `ps1`.
+ [`LS_COLORS`](README.md#Colors) can be used to customize.
## [0.23.1] - 2022-09-13