Skip to content

20210215 - v1.8.12

Compare
Choose a tag to compare
@skywind3000 skywind3000 released this 14 Feb 16:10
· 66 commits to master since this release
  • 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 .