From f4221f6ce451ba6d7788ed6fe47f8cf2ee624885 Mon Sep 17 00:00:00 2001 From: mixeme Date: Sat, 25 Jul 2026 23:12:34 +0300 Subject: [PATCH] docs: clarify supported platforms (Windows/Linux; macOS unsupported) Add a Platforms section to the README stating that autostart and desktop integration are implemented only on Windows and Linux; macOS may build the GUI but those features are stubbed. Avoids over-promising ahead of 1.0. Co-Authored-By: Claude Opus 4.8 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3f735aa..1ac6173 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ creating, grouping, pausing, running, and monitoring scheduled shell commands. - Windows tray icon: left-click to show the window, right-click for the menu. - Autostart on login (Windows shortcut; Linux XDG desktop entry). +## Platforms + +GoSentry is built and tested on **Windows** and **Linux**: + +| Platform | Status | Notes | +|----------|--------|-------| +| Windows | Supported | Tray icon, autostart shortcut (`.lnk`), desktop integration. | +| Linux | Supported | Autostart via XDG desktop entry; desktop integration on X11/Wayland. | +| macOS | Not supported | The Fyne GUI may build, but autostart and desktop integration are not implemented. | + ## Documentation - [Changelog](docs/CHANGELOG.md) — record of notable changes by version