mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 21:52:37 +00:00
Release 0.21.0
This commit is contained in:
parent
4a438a0efb
commit
af7ce9a03e
4 changed files with 7 additions and 5 deletions
|
@ -4,7 +4,7 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased] - ReleaseDate
|
## [0.21.0] - 2022-01-16
|
||||||
### Added
|
### Added
|
||||||
- Added support for the MISSING / mi= dircolors variable for broken symlink targets.
|
- Added support for the MISSING / mi= dircolors variable for broken symlink targets.
|
||||||
- Add support for theme from [zwpaper](https://github.com/zwpaper) [#452](https://github.com/Peltoche/lsd/pull/452)
|
- Add support for theme from [zwpaper](https://github.com/zwpaper) [#452](https://github.com/Peltoche/lsd/pull/452)
|
||||||
|
@ -324,7 +324,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Change the component alignement by using term_grid
|
- Change the component alignement by using term_grid
|
||||||
|
|
||||||
|
|
||||||
[Unreleased]: https://github.com/Peltoche/lsd/compare/0.20.1...HEAD
|
[0.21.0]: https://github.com/Peltoche/lsd/compare/0.20.1...HEAD
|
||||||
[0.20.1]: https://github.com/Peltoche/lsd/compare/0.20.0...0.20.1
|
[0.20.1]: https://github.com/Peltoche/lsd/compare/0.20.0...0.20.1
|
||||||
[0.20.0]: https://github.com/Peltoche/lsd/compare/0.19.0...0.20.0
|
[0.20.0]: https://github.com/Peltoche/lsd/compare/0.19.0...0.20.0
|
||||||
[0.19.0]: https://github.com/Peltoche/lsd/compare/0.18.0...0.19.0
|
[0.19.0]: https://github.com/Peltoche/lsd/compare/0.18.0...0.19.0
|
||||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1,5 +1,7 @@
|
||||||
# This file is automatically @generated by Cargo.
|
# This file is automatically @generated by Cargo.
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
|
version = 3
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aho-corasick"
|
name = "aho-corasick"
|
||||||
version = "0.7.18"
|
version = "0.7.18"
|
||||||
|
@ -389,7 +391,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lsd"
|
name = "lsd"
|
||||||
version = "0.20.1"
|
version = "0.21.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"assert_fs",
|
"assert_fs",
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||||
name = "lsd"
|
name = "lsd"
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
repository = "https://github.com/Peltoche/lsd"
|
repository = "https://github.com/Peltoche/lsd"
|
||||||
version = "0.20.1"
|
version = "0.21.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
@ -29,7 +29,7 @@ Install the patched fonts of powerline nerd-font and/or font-awesome. Have a loo
|
||||||
| NetBSD or any `pkgsrc` platform | `pkgin install lsd` or `cd /usr/pkgsrc/sysutils/lsd && make install` |
|
| NetBSD or any `pkgsrc` platform | `pkgin install lsd` or `cd /usr/pkgsrc/sysutils/lsd && make install` |
|
||||||
| Windows | `scoop install lsd` |
|
| Windows | `scoop install lsd` |
|
||||||
| Android (via Termux) | `pkg install lsd` |
|
| Android (via Termux) | `pkg install lsd` |
|
||||||
| Ubuntu/Debian based distro | `sudo dpkg -i lsd_0.20.1_amd64.deb` get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases) |
|
| Ubuntu/Debian based distro | `sudo dpkg -i lsd_0.21.0_amd64.deb` get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases) |
|
||||||
| Solus | `eopkg it lsd` |
|
| Solus | `eopkg it lsd` |
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue