4 Commits
Author SHA1 Message Date
Gero Hillebrandt aae5bfb13d fix(cli): only save custom notification values and fix config structure
- Remove else branches that saved defaults when user pressed Enter
- Move comment block before [notifications] so [notifications.messages]
  follows directly after parent section
2025-12-28 18:34:23 +01:00
Gero Hillebrandt 8cb16c6073 feat(cli): add notification messages to configure wizard
Closes #6
2025-12-28 17:07:09 +01:00
Gero Hillebrandt 0174d9e694 docs: add custom notification messages to README 2025-12-25 18:40:43 +01:00
Gero Hillebrandt 8929edfe59 feat: add configurable notification messages
Allow users to customize notification messages via config.toml.
Messages fall back to defaults when not configured, preserving
existing behavior. Supports custom text or emoji-only notifications.

Configuration example:
  [notifications.messages.recording_started]
    title = ""
    body = "🎤"
2025-12-23 19:40:07 +01:00