Skip to content

AFKLocker 0.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 08:26
· 18 commits to main since this release
7103fdc

Patch release. Two fixes to what Setup tells you after turning on automatic mode — the feature itself worked correctly in 0.2.0.

Fixed

Setup said "Watcher: NOT running" right after enabling automatic mode, even though the watcher had started fine. Process.Start returns as soon as the process exists, well before it has started the runtime and claimed its mutex — and the window refreshed inside that gap. The result was a scary message about a problem that did not exist. Starting the watcher now waits until it has actually registered, so the status you see is the truth.

The status message was clipped mid-sentence by a fixed control height, cutting off the end of the longer messages. It now grows to fit, like the other notes in the window. The wording is also clearer about how to recover if the watcher really is not running.

If you are on 0.2.0

Automatic lock was working — only the status line was wrong. Install over the top; your mode, shortcut and settings are preserved.

The integration test lost its artificial sleep as part of this, so the race is now covered: if it comes back, the test fails.