mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-14 16:17:19 +00:00
293 lines
11 KiB
Markdown
293 lines
11 KiB
Markdown
# 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).
|
|
|
|
## [0.18.0] - 2020-08-29
|
|
### Added
|
|
- Add Support for `--dereference` from [zwpaper](https://github.com/zwpaper)
|
|
- Add more icons for wmv,wma and others from [0jdxt](https://github.com/0jdxt)
|
|
- Add Windows(Scoop) installation instructions from [turtlebasket](https://github.com/turtlebasket)
|
|
- Add opus filetype icon from [nabakolu](https://github.com/nabakolu)
|
|
- Add FreeBSD insallation instructions from [andoriyu](https://github.com/andoriyu)
|
|
### Changed
|
|
- Drop snap support from [zwpaper](https://github.com/zwpaper)
|
|
- Improve `--ignore-glob` help message from [Pingger](https://github.com/Pingger)
|
|
- Separate symlink icons for dirs and files from [0jdxt](https://github.com/0jdxt)
|
|
### Fixed
|
|
- Fix listing of dir contents for symlinked dirs from [meain](https://github.com/meain)
|
|
- Fix grid rendering showing symlink entry files and folders from [meain](https://github.com/meain)
|
|
- Fix handling of special chars from [meain](https://github.com/meain)
|
|
- Fix regression in `--size short` from [meain](https://github.com/meain)
|
|
- Fix handling of relative paths in args from [dvvvvvv](https://github.com/dvvvvvv)
|
|
- Fix handling of broken symlinks from [zwpaper](https://github.com/zwpaper)
|
|
- Fix icons for lock files and ini files from [WhyNotHugo](https://github.com/WhyNotHugo)
|
|
|
|
## [0.17.0] - 2020-04-09
|
|
### Added
|
|
- Add some icons for the special Unix file types from [xSetech](https://github.com/xSetech)
|
|
- Add some integration tests from [allenap](https://github.com/allenap)
|
|
- Add the flag `--ignore-glob` from [sumitsahrawat](https://github.com/sumitsahrawat)
|
|
- Add the elixir icon from [JiNova](https://github.com/JiNova)
|
|
- Add the NixOS/nix installation instructions from [06kellyjac](https://github.com/06kellyjac)
|
|
- Add the Elm icon from [optikfluffel](https://github.com/optikfluffel)
|
|
- Add the date formatting feature from [dvvvvvv](https://github.com/dvvvvvv)
|
|
- Add the `inode` block from [zwpaper](https://github.com/zwpaper)
|
|
- Add the `--inode` flag from [zwpaper](https://github.com/zwpaper)
|
|
- Add the csharp, sln and razor icons from [jpda](https://github.com/jpda)
|
|
|
|
### Changed
|
|
- Move all the CI/CD from travis to github actions from [rivy](https://github.com/rivy)
|
|
- Allow the usage of several `--depth` arguments from [abazylewicz](https://github.com/abazylewicz)
|
|
|
|
### Fixed
|
|
- Fix the GID permissions display from [xduugu](https://github.com/xduugu)
|
|
- Fix the panic if the pipe is closed before the output is written from [Peltoche](https://github.com/Peltoche)
|
|
- Fix the broken softlink display from [zwpaper](https://github.com/zwpaper)
|
|
|
|
## [0.16.0] - 2019-08-02
|
|
### Added
|
|
- Add the flag `--blocks` from [meain](https://github.com/meain)
|
|
- Add the flag `--no-symlink` from [meain](https://github.com/meain)
|
|
- Add the `bytes` option to the `--size` flag from [Philipp-M](https://github.com/Philipp-M)
|
|
- Add the flag `--total-size` from [Philipp-M](https://github.com/Philipp-M)
|
|
- Add some icons from [JayXon](https://github.com/JayXon)
|
|
|
|
### Changed
|
|
- The flag `--tree` now works with the flag `--long` from [Monkeypac](https://github.com/Monkeypac)
|
|
|
|
### Fixed
|
|
- Fix the padding before the file name
|
|
|
|
## [0.15.1] - 2019-05-24
|
|
### Added
|
|
- Add the `Cargo.lock` icon from Holcomb
|
|
|
|
### Changed
|
|
- Update the Genntoo installation instructions from [lovesegfault](https://github.com/lovesegfault)
|
|
|
|
### Fixed
|
|
- Fix the `lsd *.gz` bug from [allenap](https://github.com/allenap)
|
|
|
|
## [0.15.0] - 2019-05-23
|
|
### Added
|
|
- Add the maxOS installation instructions from [salOmax](https://github.com/sal0max)
|
|
- Add the `--size` flag from [meain](https://github.com/meain)
|
|
- Add the current and parent directory from [hemreari](https://github.com/hemreari)
|
|
- Add the `--almost-all` flag from [hemreari](https://github.com/hemreari)
|
|
- Add the `--group-dirs` flag support for the `--tree` display from [JD557](https://github.com/JD557)
|
|
- Add the Windows support from [danieldulaney](https://github.com/danieldulaney)
|
|
- Add the `--directory-only` from from [alienap](https://github.com/allenap)
|
|
- Add the `--sizesort` flag from [hjanuschka](https://github.com/hjanuschka)
|
|
|
|
### Changed
|
|
- Change the permissions colors to stick with the ANSI colors from [meain](https://github.com/meain)
|
|
- Print errors to stderr from [atanunq](https://github.com/atanunq)
|
|
|
|
### Fixed
|
|
- Fix ANSI colors for Windows 10 from [rivy](https://github.com/rivy)
|
|
- Fix some snapcraft permission errors from [Peltoche](https://github.com/Peltoche)
|
|
- Fix the multi values flag parsing from [meain](https://github.com/meain)
|
|
- Fix the `ls -lh ..` bug from [hemreari](https://github.com/hemreari)
|
|
- Fix the wildcard for the windows build from [rivy](https://github.com/rivy)
|
|
|
|
## [0.14.0] - 2019-03-12
|
|
### Added
|
|
- Add the `-h` option for retro compatibility from [khross](https://github.com/khross)
|
|
|
|
### Changed
|
|
- Update the format for the relative times from [meain](https://github.com/meain)
|
|
|
|
### Fixed
|
|
- Fix the visible width calculation from [meain](https://github.com/meain)
|
|
- Fix a panic une case of invalid modification time
|
|
|
|
## [0.13.0] - 2019-03-04
|
|
### Added
|
|
- Add some support for the LS_COLORS env variable from [meain](https://github.com/meain)
|
|
- Add the --classic flag from [loewenheim](https://github.com/loewenheim)
|
|
|
|
### Changed
|
|
- Improve the tree display
|
|
|
|
### Fixed
|
|
- Fix the display when not outputting to a tty from [meain](https://github.com/meain)
|
|
|
|
## [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 setup permission from [loewenheim](https://github.com/loewenheim)
|
|
|
|
### Changed
|
|
- Do not use the the custom icons for the directories 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
|
|
|
|
## [0.11.0] - 2018-12-20
|
|
### Added
|
|
- Add the sort by time flag from [boxdot](https://github.com/boxdot)
|
|
- Add the reverse sort flag from [boxdot](https://github.com/boxdot)
|
|
- Add the support to the arm-unknown-linux-gnueabihf platform
|
|
|
|
### Fixed
|
|
- Fix the width calculation when using the grid output from [kkk669](https://github.com/kkk669)
|
|
|
|
|
|
## [0.10.0] - 2018-12-16
|
|
### Added
|
|
- Add a CHANGELOG.md
|
|
- Add the --date flag with the relative date display from [meain](https://github.com/meain)
|
|
- Add new icons
|
|
|
|
### Changed
|
|
- Accept the same flag several times and keep only the latest value
|
|
|
|
### Fixed
|
|
- Fix the snap installation instructions into the README
|
|
|
|
|
|
## [0.9.0] - 2018-12-12
|
|
### Added
|
|
- Add a custom color for all the special 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 setup/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
|
|
|
|
|
|
[0.18.0]: https://github.com/Peltoche/lsd/compare/0.17.0...HEAD
|
|
[0.17.0]: https://github.com/Peltoche/lsd/compare/0.16.0...0.17.0
|
|
[0.16.0]: https://github.com/Peltoche/lsd/compare/0.15.1...0.16.0
|
|
[0.15.1]: https://github.com/Peltoche/lsd/compare/0.15.0...0.15.1
|
|
[0.15.0]: https://github.com/Peltoche/lsd/compare/0.14.1...0.15.0
|
|
[0.14.0]: https://github.com/Peltoche/lsd/compare/0.13.1...0.14.0
|
|
[0.13.0]: https://github.com/Peltoche/lsd/compare/0.12.1...0.13.0
|
|
[0.12.0]: https://github.com/Peltoche/lsd/compare/0.11.1...0.12.0
|
|
[0.11.1]: 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
|
|
[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
|