Skip to content

Commit 9b8ed0e

Browse files
committed
🎉 📝 update docs, release v1.0.0
Signed-off-by: Wei Zhang <[email protected]>
1 parent 60f33e5 commit 9b8ed0e

File tree

4 files changed

+25
-24
lines changed

4 files changed

+25
-24
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [v1.0.0] - 2023-08-25
8+
89
### Added
910
- Add CI to build aarch64 macOS target and skip on test [#878](https://github.com/lsd-rs/lsd/pull/878) from [zwpaper](https://github.com/zwpaper)
1011
- Add complete color theming support for Git [k4yt3x](https://github.com/k4yt3x]
@@ -391,8 +392,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
391392

392393

393394

394-
[Unreleased]: https://github.com/Peltoche/lsd/compare/0.23.1...HEAD
395-
[0.23.1]: https://github.com/Peltoche/lsd/compare/0.23.0...0.23.1
395+
[v1.0.0]: https://github.com/lsd-rs/lsd/compare/0.23.1...v1.0.0
396+
[0.23.1]: https://github.com/Peltoche/lsd/compare/0.23.0...0.23.1
396397
[0.23.0]: https://github.com/Peltoche/lsd/compare/0.22.0...0.23.0
397398
[0.22.0]: https://github.com/Peltoche/lsd/compare/0.21.0...0.22.0
398399
[0.21.0]: https://github.com/Peltoche/lsd/compare/0.20.1...0.21.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ keywords = ["ls"]
77
license = "Apache-2.0"
88
name = "lsd"
99
readme = "./README.md"
10-
repository = "https://github.com/Peltoche/lsd"
11-
version = "0.23.1"
10+
repository = "https://github.com/lsd-rs/lsd"
11+
version = "1.0.0"
1212
edition = "2021"
1313

1414
[[bin]]

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ The project is heavily inspired by the super [colorls](https://github.com/athity
2424

2525
Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the [Nerd Font README](https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md) for more installation instructions. Don't forget to setup your terminal in order to use the correct font.
2626

27-
| OS/Distro | Command |
28-
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
29-
| Archlinux | `pacman -S lsd` |
30-
| Fedora | `dnf install lsd` |
31-
| Gentoo | `sudo emerge sys-apps/lsd` |
32-
| macOS | `brew install lsd` or `sudo port install lsd` |
33-
| NixOS | `nix-env -iA nixos.lsd` |
34-
| FreeBSD | `pkg install lsd` |
35-
| NetBSD or any `pkgsrc` platform | `pkgin install lsd` or `cd /usr/pkgsrc/sysutils/lsd && make install` |
36-
| Windows | `scoop install lsd` |
37-
| Android (via Termux) | `pkg install lsd` |
38-
| Debian sid and bookworm | `apt install lsd` |
39-
| Ubuntu 23.04 (Lunar Lobster) | `apt install lsd` |
40-
| Earlier Ubuntu/Debian versions | **snap discontinued**, use `sudo dpkg -i lsd_0.23.1_amd64.deb` and get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases) |
41-
| Solus | `eopkg it lsd` |
42-
| Void Linux | `sudo xbps-install lsd` |
43-
| openSUSE | `sudo zypper install lsd` |
27+
| OS/Distro | Command |
28+
|---------------------------------|----------------------------------------------------------------------|
29+
| Archlinux | `pacman -S lsd` |
30+
| Fedora | `dnf install lsd` |
31+
| Gentoo | `sudo emerge sys-apps/lsd` |
32+
| macOS | `brew install lsd` or `sudo port install lsd` |
33+
| NixOS | `nix-env -iA nixos.lsd` |
34+
| FreeBSD | `pkg install lsd` |
35+
| NetBSD or any `pkgsrc` platform | `pkgin install lsd` or `cd /usr/pkgsrc/sysutils/lsd && make install` |
36+
| Windows | `scoop install lsd` |
37+
| Android (via Termux) | `pkg install lsd` |
38+
| Debian sid and bookworm | `apt install lsd` |
39+
| Ubuntu 23.04 (Lunar Lobster) | `apt install lsd` |
40+
| Earlier Ubuntu/Debian versions | **snap discontinued**, use [From Binaries](#from-binaries) |
41+
| Solus | `eopkg it lsd` |
42+
| Void Linux | `sudo xbps-install lsd` |
43+
| openSUSE | `sudo zypper install lsd` |
4444

4545
### From source
4646

@@ -244,7 +244,7 @@ The valid theme configurations are:
244244
- `custom`: use a custom color scheme defined in `colors.yaml`
245245
- *(deprecated) theme_file_name(yaml): use the theme file to specify colors(without the `yaml` extension)*
246246

247-
When set to `custom`, `lsd` will look for `colors.yaml` in the
247+
When set to `custom`, `lsd` will look for `colors.yaml` in the
248248
XDG Base Directory, e.g. ~/.config/lsd/colors.yaml
249249

250250
When configured with the `theme-file-name` which is a `yaml` file,

0 commit comments

Comments
 (0)