Releases: pxlrbt/move-wsl
Releases · pxlrbt/move-wsl
1.4.0
What's Changed
- minor cleanup from shellcheck recommendations by @slycordinator in #21
- feat: use the version of the distro getting moved by @SayakMukhopadhyay in #31
- feat: add prechecks to test target folder conditions by @SayakMukhopadhyay in #32
- removed bash and batch version for easier maintenance
New Contributors
- @slycordinator made their first contribution in #21
- @SayakMukhopadhyay made their first contribution in #31
Full Changelog: 1.3.2...1.4.0
Fix: Import bug in PS script
Import failed when target folder was entered with trailing slash.
Fix: 1.3.1
Bug in Batch script not validating export properly when using a path with spaces.
WSL1 support
Feat wsl1 support (#12) * fix: support WSL1 in PowerShell * fix: support WSL1 in Batch * feat: WSL1 support for bash script
Fix error on PowerShell when only one distro is installed
1.2.2 Fix bug with only one distro in powershell script (#9)
Added PowerShell script
1.2.0 Update README.md