Skip to content

v0.1.207519386

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 18:52
· 9 commits to main since this release
f63a714

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