๐ก๏ธ 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.
- Unified flag formatting: short (
-
Configuration & Codebase Simplification
- Removed unused features:
IdleTimeout
,BlurBackground
,BackgroundColor
, andMediaPlayerCmd
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.
- Removed unused features:
๐ Fixes
- Proper handling of modifiers in Wayland input.
- Eliminated accidental logging of sensitive password input.