Skip to content

v1.3.2

Compare
Choose a tag to compare
@mario-deluna mario-deluna released this 16 Oct 20:28
· 9 commits to master since this release
279982c

This hotfix only changes the import name when scanning a directory for ctn files.

On windows they would use the windows filesystem directory separator, which is a backslash. The import names should not depend on the platform so we replace the backslashes always with forward ones in import names.

Full Changelog: v1.3.1...v1.3.2