diff --git a/CHANGELOG b/CHANGELOG index b384aef..a26027c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,14 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.1] - 2026-01-18 + +### Fixed + +- Empty query now moves you to ~ instead of / (can be changed with $LACY_NO_ARGS_PATH) +- Canceling selection does not hide your cursor anymore in certain shells +- `--cd-cmd` now defaults to `builtin cd` to allow `--cmd=cd` + ## [0.6.0] - 2025-10-14 This version rewrites most the code with a cleaner version. This allows for easier diff --git a/Cargo.lock b/Cargo.lock index 723739c..6cb4fb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "lacy" -version = "0.6.0" +version = "0.6.1" dependencies = [ "clap", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index 7cabb02..faec2c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lacy" description = "Fast magical cd alternative for lazy terminal navigators" -version = "0.6.0" +version = "0.6.1" authors = ["timothebot"] repository = "https://github.com/timothebot/lacy" homepage = "https://github.com/timothebot/lacy" diff --git a/flake.nix b/flake.nix index df7ae5d..1a53960 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ passthru.updateScript = nix-update-script { }; - cargoHash = "sha256-eE/kyb09AwcYTsyXQ9Yn43QF2veCRAgGkNgykJHCsFE="; + cargoHash = "sha256-OJW29CopdO7lbkr0F2KVnfbRGEGIf8J8Vu8YChjeElY="; meta = { description = "Fast magical cd alternative for lacy terminal navigators";