From 493919ecb60a226a72835b00e62d290417bbe96c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 15 Aug 2026 14:48:23 +0000 Subject: [PATCH] docs: add deprecation notice pointing to aw-notify-rs Fixes #14 by adding a clear notice at the top of the README that this Python implementation is being replaced by the Rust rewrite (aw-notify-rs). This helps users understand they should use the newer Rust version instead. Co-authored-by: Brayo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2db7226..d087258 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ aw-notify ========= +> **Note:** This Python implementation is being replaced by [aw-notify-rs](https://github.com/ActivityWatch/aw-notify-rs). New users should use the Rust version instead. + A notification service for ActivityWatch. Still work-in-progress, but it is pretty simple and should work fine.