-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCHANGELOG
More file actions
72 lines (43 loc) · 1.42 KB
/
Copy pathCHANGELOG
File metadata and controls
72 lines (43 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# 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.7.0] - 2026-04-01
### Added
- Nushell support
- Powershell support
### Fixed
- Fish integration autocomplete now works as intended
## [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