Releases: stuartleeks/wsl-clock
Releases · stuartleeks/wsl-clock
v0.1.632448672
v0.1.632441511
v0.1.271905853
v0.1.207519386
Changelog
The implementation has now been replaced with a program written in Go, with the following advantages:
- The application runs as a windowless app so there is no longer the flash of a powershell window when the task
- The logic has been updated to test for a running WSL v2 distro before checking whether to reset the clock (rather than any running distro). This removes the potential for spinning up a WSL 2 distro when there wasn't one running (i.e. when there was no need to reset the clock)
- The logic now uses an existing running distro for executing the time checks and reset steps, rather than the default distro. This avoids situations where an extra distro may have been started, as well as avoiding issues when the default distro was configured as WSL v1