Skip to content

Releases: skywind3000/z.lua

20240320 - v1.8.18

20 Mar 14:21
ef9a49d
Compare
Choose a tag to compare

20240222 - v1.8.17

22 Feb 14:58
Compare
Choose a tag to compare
  • 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

21 Jul 14:15
Compare
Choose a tag to compare
  • Update fzf --inline-info option to --info=inline

20220327 - v1.8.15

27 Mar 14:08
Compare
Choose a tag to compare
  • fixed macOS Monterey initialization issues.

20220131 - v1.8.14

30 Jan 17:49
Compare
Choose a tag to compare

recognize %_ZL_CD% in cmd.exe

20210505 - v1.8.13

05 May 08:42
a3d4f5d
Compare
Choose a tag to compare

20210215 - v1.8.12

14 Feb 16:10
Compare
Choose a tag to compare
  • 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

30 Dec 18:12
Compare
Choose a tag to compare
  • windows: fix pushd leaking in cmd.exe

20201224 - v1.8.10

24 Dec 07:30
Compare
Choose a tag to compare
  • improve clink 1.11 completion and compatibility.

20201223 - v1.8.9

23 Dec 08:45
Compare
Choose a tag to compare
  • clink: introduce environment variable $_ZL_CLINK_PROMPT_PRIORITY to control z.lua's register priority in clink.
  • powershell: support powershell on linux.
  • fish: improve fisher compatibility in init.fish.
  • zsh: use command -v to reduce startup time in z.lua.plugin.zsh.
  • cmd: expose --add in cmd on windows.
  • ranger: fixed -I problem in ranger_zlua.py .