21 Commits
Author SHA1 Message Date
leonardotrapani 76b9f08a4d gracefully handle legacy config: notify instead of crashing 2026-02-02 11:24:56 +01:00
leonardotrapani 2729882b9d feat: remove legacy configuration 2026-02-01 23:09:33 +01:00
leonardotrapani e2b5871d55 add llm processing notification 2026-01-31 21:03:24 +01:00
leonardotrapani 6a3781567b internal refactor of notifications 2026-01-02 23:29:33 +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
LeonardoTrapani e8b9c1eff0 add cancel action to pipeline to stop without transcribing 2025-10-10 20:08:41 +02:00
LeonardoTrapani 03e5e6e66b add tests 2025-08-21 18:09:00 +02:00
LeonardoTrapani ddef3435f6 fix config reloading notifier and add callback to the daemon 2025-08-20 20:06:59 +02:00
LeonardoTrapani b8a22662f3 configuration file 2025-08-18 22:59:22 +02:00
LeonardoTrapani e8fd6c1d49 general refactor for simpler code 2025-08-16 22:07:06 +02:00
LeonardoTrapani 5f90c1c2d5 remove tests 2025-08-16 19:23:25 +02:00
LeonardoTrapani 0b64a71afd add tests 2025-08-16 17:46:50 +02:00
LeonardoTrapani feda62a7d4 improve notifier + add transcriber 2025-08-16 16:17:48 +02:00
LeonardoTrapani 61e62b749f fix daemon's concurrency issues 2025-08-14 19:23:33 +02:00
LeonardoTrapani 743b103857 refactor moving status to pipeline not daemon 2025-08-14 15:06:34 +02:00
LeonardoTrapani 4852ad7ac1 recording sends back chunks to pipeline through frame ch 2025-08-14 13:12:09 +02:00
LeonardoTrapani a43adfcf90 improve daemon's toggle 2025-08-14 11:30:36 +02:00
LeonardoTrapani 7ed9ea1900 fix closing of bus daemon connection on close 2025-08-12 20:58:47 +02:00
LeonardoTrapani 0720a0ff26 change pipeline handling 2025-08-12 01:33:37 +02:00
LeonardoTrapani 62c213456e change from recording boolean to status enum 2025-08-08 00:30:21 +02:00
LeonardoTrapani 903274a249 Rename HotkeyDaemon -> Daemon
update readme
2025-08-08 00:07:38 +02:00