Skip to content

Releases: hpwxf/lsd

v1.0.0

26 Dec 16:44
Compare
Choose a tag to compare
 ## New Features

* :sparkles: theme: bring icon theme to lsd by @zwpaper in https://github.com/lsd-rs/lsd/pull/707
* Respect `hidden` flag on Windows by @Icxolu in https://github.com/lsd-rs/lsd/pull/766
* Theme colors for inode and links are now being applied to the output by @d-sonuga in https://github.com/lsd-rs/lsd/pull/768
* Localization support by @scarf005 in https://github.com/lsd-rs/lsd/pull/820
* Git integration by @hpwxf in https://github.com/lsd-rs/lsd/pull/822
* Added complete color theming support for Git by @k4yt3x in https://github.com/lsd-rs/lsd/pull/852
* :sparkles: ci: add aarch64 darwin build target and skip on test by @zwpaper in https://github.com/lsd-rs/lsd/pull/878

 ## Enhancements and Bug Fix
* add quotes and escapes for necessary filenames by @merelymyself in https://github.com/lsd-rs/lsd/pull/746
* fix: do not quote filename when piping to another program by @TeamTamoad in https://github.com/lsd-rs/lsd/pull/748
* Fix showing every file as executable on Windows by @Icxolu in https://github.com/lsd-rs/lsd/pull/769
* Fix Bug: Handle -L with broken symlink #457 by @r3dArch in https://github.com/lsd-rs/lsd/pull/754
* Avoid using clap deprecated features by @sudame in https://github.com/lsd-rs/lsd/pull/787
* Switch arg parsing to clap v4 with derive by @tranzystorek-io in https://github.com/lsd-rs/lsd/pull/818
* Icon theme with overrides from config by @sudame in https://github.com/lsd-rs/lsd/pull/792
* Move locale based date behind a flag by @meain in https://github.com/lsd-rs/lsd/pull/840
* Fixed file size colorizing with `--size=bytes` argument by @bells307 in https://github.com/lsd-rs/lsd/pull/856
* Added new `custom` option for color config, marked themes folder as deprecated. by @peppidesu in https://github.com/lsd-rs/lsd/pull/851
* Add Version Sort by @juansc in https://github.com/lsd-rs/lsd/pull/843
* Added newlines to warning message by @juansc in https://github.com/lsd-rs/lsd/pull/869

 ## Icons
* Add kotlin icon by @LeeWeeder in https://github.com/lsd-rs/lsd/pull/759
* Implement most icons from #764 by @meain in https://github.com/lsd-rs/lsd/pull/779
* Add icons for cjs, cts and mts by @nix6839 in https://github.com/lsd-rs/lsd/pull/829
* Fix obsolete Nerd Font icons by @nix6839 in https://github.com/lsd-rs/lsd/pull/830
* Update icon.rs to add zig extension icon by @CraigglesO in https://github.com/lsd-rs/lsd/pull/839
* Make `tox.ini` files use the gear/settings icon by @alichtman in https://github.com/lsd-rs/lsd/pull/859
* Make `.profile` have the same icon as `profile` by @alichtman in https://github.com/lsd-rs/lsd/pull/850
* Update src/theme/icon.rs to add Svelte icon by @Marcos-Gamarra in https://github.com/lsd-rs/lsd/pull/871

 ## Others
* Fix symlink_arrow test intercepting cli args by @tranzystorek-io in https://github.com/lsd-rs/lsd/pull/744
* chore: fix typo by @hezhizhen in https://github.com/lsd-rs/lsd/pull/753
* Add note about not icon config not being in a release yet by @meain in https://github.com/lsd-rs/lsd/pull/772
* Small typo in README by @meain in https://github.com/lsd-rs/lsd/pull/773
* ci: :sparkles: add clap deprecated checks by @zwpaper in https://github.com/lsd-rs/lsd/pull/788
* Add installation information for debian sid and bookworm by @alexanderkjall in https://github.com/lsd-rs/lsd/pull/790
* Update README / Note snap discontinuation by @Semnodime in https://github.com/lsd-rs/lsd/pull/805
* Drop size_value from blocks docs by @meain in https://github.com/lsd-rs/lsd/pull/806
* Update docs about supported block options by @meain in https://github.com/lsd-rs/lsd/pull/808
* :sparkles: chore: add new bug template by @zwpaper in https://github.com/lsd-rs/lsd/pull/833
* Clarify that ubuntu 23.04 can use apt to install lsd by @alexanderkjall in https://github.com/lsd-rs/lsd/pull/842
* :tada: add zwpaper to code owner by @zwpaper in https://github.com/lsd-rs/lsd/pull/860
* Updated documentation to include SHELL_COMPLETIONS_DIR by @jhalloy in https://github.com/lsd-rs/lsd/pull/861

 ## New Contributors

* @merelymyself made their first contribution in https://github.com/lsd-rs/lsd/pull/746
* @hezhizhen made their first contribution in https://github.com/lsd-rs/lsd/pull/753
* @LeeWeeder made their first contribution in https://github.com/lsd-rs/lsd/pull/759
* @Icxolu made their first contribution in https://github.com/lsd-rs/lsd/pull/766
* @d-sonuga made their first contribution in https://github.com/lsd-rs/lsd/pull/768
* @r3dArch made their first contribution in https://github.com/lsd-rs/lsd/pull/754
* @sudame made their first contribution in https://github.com/lsd-rs/lsd/pull/787
* @alexanderkjall made their first contribution in https://github.com/lsd-rs/lsd/pull/790
* @Semnodime made their first contribution in https://github.com/lsd-rs/lsd/pull/805
* @scarf005 made their first contribution in https://github.com/lsd-rs/lsd/pull/820
* @CraigglesO made their first contribution in https://github.com/lsd-rs/lsd/pull/839
* @hpwxf made their first contribution in https://github.com/lsd-rs/lsd/pull/822
* @bells307 made their first contribution in https://github.com/lsd-rs/lsd/pull/856
* @peppidesu made their first contribution in https://github.com/lsd-rs/lsd/pull/851
* @jhalloy made their first contribution in https://github.com/lsd-rs/lsd/pull/861
* @k4yt3x made their first contribution in https://github.com/lsd-rs/lsd/pull/852
* @Marcos-Gamarra made their first contribution in https://github.com/lsd-rs/lsd/pull/871

**Full Changelog**: https://github.com/lsd-rs/lsd/compare/0.23.1...v1.0.0