Skip to content

Version 1.0.1

Compare
Choose a tag to compare
@andy-5 andy-5 released this 25 Aug 17:44
· 34 commits to master since this release

The 1.0.1 update is a re-release of v1.0.0 which fixes a bug in the new install script (#110), it is otherwise identical to version 1.0.0.

This release improves compatibility with other tools. In the ZIP download, an install script is provided to create a directory structure similar to Git for Windows, allowing many tools to auto-detect wslgit. Further, a proxy script to improve compatiblity with the Fork client is provided.

Detailed changelog:

Added

  • Add install script to create binaries and directory structure similar to Git for Windows. This enables tools to auto-detect Git, if the created directory is added to the Windows Path.
  • Add proxy to call Fork.RI from WSL.

Changed

  • Add ls-remote to commands that use an interactive bash shell (#101).
  • Treat file arguments after -- as relative paths (#102).
  • Include version number in logging output (#105).
  • Invoke wsl without default shell (#107).

Fixed

  • Fix translation of URLs that start with a transport protocol (#103).