# Changelog

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
modification in the future :D

### Fixed

- Symlinks are now treated like folders

### Changed

- Overall structure of the code
- Tests now use temp dirs

### Added

- Wrote documentation into new lacy mdbook => documentation

## [0.5.1] - 2025-10-01

### Fixed

- GitHub release workflow

## [0.5.0] - 2025-09-15

### Added

- Allow users to back out of selection
- Init command can be customized
- Prompt command can return all instead of showing select ui
- Flake.nix file

## [0.4.0] - 2025-09-07

### Added

- Changelog
- cd without args functionality
- GH action for PR testing
- Dev script for shell testing

### Fixed

- Tests now reside in own dir
- Tests don't need Python script setup
