Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Release v0.0.9

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Apr 21:41
· 1 commit to master since this release
e7f5d76

🛡️ v0.0.9 - Focus & Polish

✨ Features

  • Wayland Keyboard Improvements (#4)
    • Enhanced key event handling for Wayland, including support for modifier keys like Shift and Alt.
    • Removed debug log that printed password characters.

🧹 Refactoring

  • Cleaner Help Output

    • Unified flag formatting: short (-c) and long (--config) variants are clearly grouped.
    • Removed configuration examples from help text to keep it concise.
  • Configuration & Codebase Simplification

    • Removed unused features:
      • IdleTimeout, BlurBackground, BackgroundColor, and MediaPlayerCmd settings.
      • Idle monitoring implementations for both X11 and Wayland.
    • Media playback is now hardcoded to mpv, simplifying player integration.
    • New media control options (disabled by default):
      • lock_pause_media: pause media on lock.
      • unlock_unpause_media: resume on unlock.

🛠 Fixes

  • Proper handling of modifiers in Wayland input.
  • Eliminated accidental logging of sensitive password input.