summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2024-03-26:tada: release v1.1.2v1.1.2Wei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2024-03-26:arrow_down: rollback the term grid to 0.1Wei Zhang
we should consider find another alternative Signed-off-by: Wei Zhang <kweizh@gmail.com>
2024-03-23:tada: release v1.1.1v1.1.1Wei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2024-03-22:arrow_up: set msrv to 1.74Wei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2024-03-22:sparkles: add xdg dir backWei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2024-03-22Support multiple file paths for config and themeOfer Sadan
2024-02-16update various dependenciesFabio Valentini
- update dirs from v4 to v5 (no code changes) - update term_grid from v0.1 to v0.2 (small code changes) - update terminal_size from v0.1 to v0.3 (no code changes) - update lscolors from v0.15 to v0.16 (no code changes) - update serde_yaml from v0.8 to v0.9 (no code changes) The term_grid update required small changes to the use of `term_grid::Cell` because with v0.2, it is possible to specify the alignment within the cell. Adding `Alignment::Left` should preserve the current behaviour. This commit also includes the changes generated by "cargo update", which seems not to have been run in a long time, causing very old versions to be pulled in.
2023-12-20update various dependencies (#938)Fabio Valentini
I'm the maintainer of lsd for Fedora Linux, and some outdated dependencies are making maintenance increasingly difficult. - deps: update chrono-humanize to v0.2 We have this patched for almost two years in Fedora and it has not caused issues. - deps: update assert_cmd to v2 Same here, this patch has been in the Fedora package for a while. - deps: update sys-locale to v0.3 This dependency seems to have been added recently, not sure why an old version was chosen. - deps: update vsort to v0.2 Same here, this was added recently but 0.1 was used instead of 0.2, not sure why. - deps: update git2 to v0.18 Using old versions of git2 is not a good idea, since the bundled libgit2 C library often has CVE issues. - deps: migrate from users to uzers The "users" crate is unmaintained. The "uzers" crate is an API-compatible fork that also fixes some bugs and security issues. - deps: update serial_test to v2 The current dependency (v0.5) is **reeeeeally** old. Not sure why this was never updated. - deps: update predicates to v3 Same here, predicates v1 is **reaally** old. - deps: allow newer versions of url, wild, and xdg crates Not sure why strange `x.0.*` style dependencies were used here. It's holding back various updates for both url and xdg crates, and makes maintaining lsd in Fedora more difficult. We have built lsd against the latest versions of all three crates forever, and it has not caused issues.
2023-11-01⬆️ bump lscolors to v0.15.0 and msrv to 1.69.0 (#944)Wei Zhang
<!--- PR Description ---> predicates v3 msrv is 1.69 in https://github.com/lsd-rs/lsd/pull/938
2023-09-29:arrow_down: change dirs to 4Wei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2023-09-27upgrade lscolors to 0.14.0Alexander Kjäll
2023-09-27upgrade dirs to version 5Alexander Kjäll
2023-09-27upgrade xattr to version 1Alexander Kjäll
2023-08-30Parse hex colors in themes (#647)Bjoern Hiller
Just delegate to the default deserializer of crossterm which learned dealing with hex color in version 0.27.0.
2023-08-26:tada: :memo: update docs, release v1.0.0v1.0.0Wei Zhang
Signed-off-by: Wei Zhang <kweizh@gmail.com>
2023-07-06fix version sort for matching GNU ls (#843)juansc
2023-05-01Git integration (#822)Pascal H
2023-03-17Switch arg parsing to clap v4 with deriveMarcin Puc
2023-03-13Localization support (#820)scarf
find locale set with [sys-locale](https://crates.io/crates/sys-locale), then format with locales.
2022-11-13move winapi to windowsIcxolu
2022-10-10:fire: icon: drop custom icon file optionzwPapEr
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2022-09-13Release 0.23.10.23.1Abin Simon
2022-09-05Release 0.23.00.23.0Abin Simon
2022-08-23perf: reduces the binary size and improves the performanceSaber Haj Rabiee
correctes the `CHANGELOG.md` correctes the CHANGELOG.md
2022-08-23Update clap to v3James
2022-07-05Bump crossterm to 0.24.0Abin Simon
2022-07-05Don't pin bitflagsAbin Simon
This was initially pinned because of clap-rs/clap/issues/2691, but we use a newer version as MSRV as of now in CI.
2022-06-12Release 0.22.00.22.0Abin Simon
2022-04-14Add --hyperlink flagkhai96_
2022-03-31add access control indicatorsMartin Matous
fixes #347 fixes #515 Signed-off-by: Martin Matous <m@matous.dev>
2022-02-18Bump lscolors to 0.9.0Abin Simon
2022-02-17Revert cargo file changeAri Archer
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-17Change icon from 0xE5FC to 0xE615Ari Archer
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-01-16Release 0.21.00.21.0Abin Simon
2021-09-26build: :arrow_up: update dependency to deserialize colorzwPapEr
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-09-26:fire: get rid of ansi term in all codezwPapEr
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-09-26color: :sparkles: add parse theme filezwPapEr
Signed-off-by: zwPapEr <zw.paper@gmail.com>
2021-03-07Release 0.20.10.20.1Abin Simon
2021-03-07Release 0.20.00.20.0Abin Simon
2021-01-14Use serial test for environment variable testsSophie Tauchert
2021-01-14Use chrono crate instead of time, fix date time formattingSophie Tauchert
2020-12-13Release 0.19.00.19.0Abin Simon
2020-12-13config file: :hammer: uniq file and serde yaml parsingzwPapEr
2020-10-17dep: :arrow_up: :bug: fix group name in gidzwPapEr
fix https://github.com/Peltoche/lsd/issues/398
2020-10-02Add ability to configure default options with fileKai Moschcau
# Conflicts: # Cargo.lock # Cargo.toml # README.md # src/app.rs # src/core.rs # src/display.rs # src/flags.rs # src/meta/mod.rs # src/sort.rs # tests/integration.rs
2020-09-19sort: :sparkles: add version sortzwPapEr
fix https://github.com/Peltoche/lsd/issues/394
2020-08-29Release 0.18.0Abin Simon
2020-08-14Bump users to 0.10.*Robert-André Mauchin
2020-04-17chore: Update assert_fs/assert_cmd to 1Igor Raits
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
2020-04-17chore: Update lscolors to 0.7Igor Raits
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>