mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
Add a CHANGELOG.md
This commit is contained in:
parent
40b995459f
commit
984e374d26
1 changed files with 135 additions and 0 deletions
135
CHANGELOG.md
Normal file
135
CHANGELOG.md
Normal file
|
@ -0,0 +1,135 @@
|
||||||
|
# Changelog
|
||||||
|
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).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
### Added
|
||||||
|
- Add a CHANGELOG.md
|
||||||
|
|
||||||
|
|
||||||
|
## [0.9.0] - 2018-12-12
|
||||||
|
### Added
|
||||||
|
- Add a custom color for all the spectial files (char / pipe / block)
|
||||||
|
- Add some tests on metas
|
||||||
|
- Add the green colorization for the executable file from [LippyBoy](https://github.com/LippyBoy)
|
||||||
|
- Add the rust and swift icons from [LippyBoy](https://github.com/LippyBoy)
|
||||||
|
- Add exa to the README.md benchmarks
|
||||||
|
- Add the -F (--classify) flag
|
||||||
|
- Add a template for the Github bug reports
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Change the file icon for an empty one
|
||||||
|
- Change the size display for all the non files node and display '-' instead; from [meain](https://github.com/meain)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix the file name ordering by removing the case sensitivity
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- Remove the Installation steps from the ToC inside the README
|
||||||
|
- Remove the TODO section inside the README
|
||||||
|
|
||||||
|
|
||||||
|
## [0.8.0] - 2018-12-08
|
||||||
|
### Added
|
||||||
|
- Add the --color flag
|
||||||
|
- Add a Contributor and Credit section into the README
|
||||||
|
- Add a Snap / Ubuntu Installation section into the README
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Change the display order from left-right to top-down
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix the cargo install instructions from [sharkdp](https://github.com/sharkdp)
|
||||||
|
- Fix the license registration into the Cargo.toml from [Crestwave](https://github.com/Crestwave)
|
||||||
|
- Fix the license into the snacraft.yml file
|
||||||
|
|
||||||
|
|
||||||
|
## [0.7.12] - 2018-12-07
|
||||||
|
### Added
|
||||||
|
- Add the Snap deployment support
|
||||||
|
|
||||||
|
|
||||||
|
## [0.7.0] - 2018-12-06
|
||||||
|
### Added
|
||||||
|
- Add the help texts to the cli
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix the alias section into the REDME from [domgreen](https://github.com/domgreen)
|
||||||
|
|
||||||
|
|
||||||
|
## [0.6.3] - 2018-12-05
|
||||||
|
### Added
|
||||||
|
- Add support for the non tty outputs
|
||||||
|
|
||||||
|
|
||||||
|
## [0.6.2] - 2018-12-05
|
||||||
|
### Fixed
|
||||||
|
- Fix the output format for the narrow tty from [yannleretaille](https://github.com/yannleretaille)
|
||||||
|
- Fix some types
|
||||||
|
|
||||||
|
|
||||||
|
## [0.6.0] - 2018-12-04
|
||||||
|
### Added
|
||||||
|
- Add the '--tree' flat
|
||||||
|
|
||||||
|
|
||||||
|
## [0.5.0] - 2018-12-04
|
||||||
|
### Added
|
||||||
|
- Add the '--recursive' flat
|
||||||
|
- Add support for the broken symlinks
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Print the symlinks target with the relative path
|
||||||
|
|
||||||
|
|
||||||
|
## [0.4.1] - 2018-12-04
|
||||||
|
### Added
|
||||||
|
- Add the '-1' flag
|
||||||
|
|
||||||
|
|
||||||
|
## [0.4.0] - 2018-12-01
|
||||||
|
### Added
|
||||||
|
- Add the setuid/setgid/sticky bit support
|
||||||
|
- Add the support for al lthe special files (block / char / pipe / ...)
|
||||||
|
|
||||||
|
|
||||||
|
## [0.3.1] - 2018-11-30
|
||||||
|
### Fixed
|
||||||
|
- Fix the file size values
|
||||||
|
|
||||||
|
|
||||||
|
## [0.3.0] - 2018-11-27
|
||||||
|
### Added
|
||||||
|
- Add the LSDelux name into the README
|
||||||
|
- Add the travis CI
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix the colors by using the Fixex 256 colors
|
||||||
|
|
||||||
|
|
||||||
|
## [0.2.0] - 2018-11-25
|
||||||
|
### Added
|
||||||
|
- Add some badges
|
||||||
|
- Add the table of content (ToC) inside the README
|
||||||
|
- Add the '.cfg' icon
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Change the component alignement by using term_grid
|
||||||
|
|
||||||
|
|
||||||
|
[Unreleased]: https://github.com/Peltoche/lsd/compare/0.9.0...HEAD
|
||||||
|
[0.9.0]: https://github.com/Peltoche/lsd/compare/0.8.0...0.9.0
|
||||||
|
[0.8.0]: https://github.com/Peltoche/lsd/compare/0.7.12...0.8.0
|
||||||
|
[0.7.12]: https://github.com/Peltoche/lsd/compare/0.7.0...0.7.12
|
||||||
|
[0.7.0]: https://github.com/Peltoche/lsd/compare/0.6.3...0.7.0
|
||||||
|
[0.6.3]: https://github.com/Peltoche/lsd/compare/0.6.2...0.6.3
|
||||||
|
[0.6.2]: https://github.com/Peltoche/lsd/compare/0.6.0...0.6.2
|
||||||
|
[0.6.0]: https://github.com/Peltoche/lsd/compare/0.5.0...0.6.0
|
||||||
|
[0.5.0]: https://github.com/Peltoche/lsd/compare/0.4.0...0.5.0
|
||||||
|
[0.4.1]: https://github.com/Peltoche/lsd/compare/0.4.0...0.4.1
|
||||||
|
[0.4.0]: https://github.com/Peltoche/lsd/compare/0.3.1...0.4.0
|
||||||
|
[0.3.1]: https://github.com/Peltoche/lsd/compare/0.3.0...0.3.1
|
||||||
|
[0.3.0]: https://github.com/Peltoche/lsd/compare/0.2.0...0.3.0
|
||||||
|
[0.2.0]: https://github.com/Peltoche/lsd/compare/0.1.0...0.2.0
|
Loading…
Reference in a new issue