summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIcxolu <10486322+Icxolu@users.noreply.github.com>2022-11-10 22:00:58 +0100
committerAbin Simon <abinsimon10@gmail.com>2022-11-13 22:10:58 +0530
commitc3596c35ad26037009878c84c018f66b0ca4ee31 (patch)
treef5ba22ca267643fa9e03728f3f019208d1fd144c /CHANGELOG.md
parent457d4951b8491afefc29b529a000564e682a77a0 (diff)
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83d9003..ecb53df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- In keeping with the coreutils change, add quotes and escapes for necessary filenames from [merelymyself](https://github.com/merelymyself)
- Add support for icon theme from [zwpaper](https://github.com/zwpaper)
- Add icon for kt and kts from [LeeWeeder](https://github.com/LeeWeeder)
+- Add `--system-protected` to include files with the Windows `system` flag set,
+ on other platform the same as `--all` [#752](https://github.com/Peltoche/lsd/issues/752)
### 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)
## [0.23.1] - 2022-09-13