Skip to content

Releases: zoosewu/LockMeWindow

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 18 Sep 00:51
9bd15ce

0.5.2 (2026-09-18)

Changed

  • shrink the release binary (c834ef4)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 17 Sep 07:25
c167e40

0.5.1 (2026-09-17)

Fixed

  • tidy the feature options in the add/edit dialog (6491fcf)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 03:55
2087eb0

0.5.0 (2026-09-17)

Added

  • mute applications while they are in the background (1527467)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 01:59
0167abc

0.4.0 (2026-09-16)

⚠ BREAKING CHANGES

  • the executable is now window-warden.exe and settings live in %APPDATA%\WindowWarden. On the first run under the new name the settings are copied from the old folder, the old startup entry is removed, and startup is registered again for the new executable when it was enabled.

Added

  • redraw the icon set and follow the taskbar theme (5e40879)
  • rename the project to WindowWarden (170b95f)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 16 Sep 06:01
ea83358

0.3.1 (2026-09-16)

Internal

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 00:31
138e884

0.3.0 (2026-09-16)

Added

  • add display names, language setting and clearer wording (33b63b6)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Sep 13:59
0bceb71

0.2.0 (2026-09-15)

Added

  • redesign UI with Slint, import/export and config folder (3be0386)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 08:18
599c424

0.1.1 (2026-09-15)

Fixed

  • start with Windows without administrator rights (237ce56)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Sep 03:25
e90e066

0.1.0 (2026-09-15)

Added

  • add Windows startup checkbox (4ca0ef6)
  • enforce single instance and add app icon (88cee3d)
  • implement LockMeWindow (fdb00c0)

Fixed

  • allow taskbar recreation message (2990b7f)
  • close main window to tray (e94baa2)
  • keep tray icon visible (96723a6)
  • reconcile cursor lock state (3fcf4f7)
  • survive startup before Explorer (2d50612)

Internal