mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
Update the CHANGELOG.md file
This commit is contained in:
parent
a17eb10656
commit
f2878dca5b
1 changed files with 18 additions and 1 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.12.0] - 2019-01-23
|
||||
### Added
|
||||
- Add the --depth parameter for the -R and --tree options from [jorpic](https://github.com/jorpic)
|
||||
- Add the directory-order flag
|
||||
- Add a basic unicode support from [loewenheim](https://github.com/loewenheim)
|
||||
- Add the background color for the files with the setuid permission from [loewenheim](https://github.com/loewenheim)
|
||||
|
||||
### Changed
|
||||
- Do not use the the custom icons for the directoriesa from [cat12079801](https://github.com/cat12079801)
|
||||
|
||||
### Fixed
|
||||
- Fix the --icon=never in case of no tiiy
|
||||
- Fix a panic in case of multiple --icon option set
|
||||
- Fix some permission display
|
||||
|
||||
|
||||
## [0.11.1] - 2018-12-27
|
||||
### Fixed
|
||||
- Fix a panic when a group/user name is not available
|
||||
|
@ -141,7 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Change the component alignement by using term_grid
|
||||
|
||||
|
||||
[Unreleased]: https://github.com/Peltoche/lsd/compare/0.9.0...HEAD
|
||||
[Unreleased]: https://github.com/Peltoche/lsd/compare/0.11.1...HEAD
|
||||
[0.11.0]: https://github.com/Peltoche/lsd/compare/0.11.0...0.11.1
|
||||
[0.11.0]: https://github.com/Peltoche/lsd/compare/0.10.0...0.11.0
|
||||
[0.10.0]: https://github.com/Peltoche/lsd/compare/0.9.0...0.10.0
|
||||
[0.9.0]: https://github.com/Peltoche/lsd/compare/0.8.0...0.9.0
|
||||
|
|
Loading…
Reference in a new issue