v2.12.2
Fixed
- On Windows, expand the home directory when paths use
/
separators (for
example~/foo/bar
or$HOME/foo/bar
). This results in something like
c:\users\coder/foo/bar
, but Windows appears to be fine with the mixed
separators. As before, you can still use\
separators (for example
~\foo\bar
or$HOME\foo\bar
.