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 <noreply@anthropic.com>
This commit is contained in:
mixeme
2026-07-25 23:12:34 +03:00
parent b3eb429fa6
commit f4221f6ce4
+10
View File
@@ -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. - Windows tray icon: left-click to show the window, right-click for the menu.
- Autostart on login (Windows shortcut; Linux XDG desktop entry). - 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 ## Documentation
- [Changelog](docs/CHANGELOG.md) — record of notable changes by version - [Changelog](docs/CHANGELOG.md) — record of notable changes by version