Releases: skywind3000/z.lua
Releases · skywind3000/z.lua
20241018 - v1.8.20
- nushell: fix minor issues in completion.
20241011 - v1.8.19
20240320 - v1.8.18
- Suppert
|
in path: #189 (@Arkaeriit )
20240222 - v1.8.17
- Make z.lua try treating "-" as a normal character if there are no results.
- ZSH: TAB complete using fzf.
- Fish: fix potential compatibility issue for some fish shell versions and add autocompletion for cmd options.
- Windows: Refactor batch script initializing routine.
- Minor fixes.
20220721 - v1.8.16
- Update fzf --inline-info option to --info=inline
20220327 - v1.8.15
- fixed macOS Monterey initialization issues.
20220131 - v1.8.14
recognize %_ZL_CD%
in cmd.exe
20210505 - v1.8.13
- merge: a3d4f5d
20210215 - v1.8.12
-
Improve PowerShell-7 compatibility, init z.lua like this in PowerShell-7:
Invoke-Expression (& { (lua /path/to/z.lua --init powershell) -join "`n" })
-
Update docs about powershell and wsl-1.
-
Close #115 .
20201231 - v1.8.11
- windows: fix pushd leaking in cmd.exe