Detect missing Syncthing, rewrite README with architecture diagram
Some checks failed
Release / build (push) Failing after 2m53s

Add Syncthing installation detection (PATH + config file check) to both
the tray app and setup installer. When missing, the tray shows an
"Install Syncthing..." menu item and the setup opens the download page.

Rewrite README with Mermaid topology graph, per-binary dependency tables,
project layout, API endpoint reference, and shields.io badges.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Axel Meyer
2026-03-04 00:08:34 +01:00
parent 11e5c9b915
commit 99eeffcbe4
6 changed files with 259 additions and 26 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## v0.2.0
- Detect missing Syncthing installation (checks PATH and config file)
- Tray: show "Install Syncthing..." menu item with link to download page when not found
- Setup: print download note and open browser when Syncthing is not installed
- Rewrite README with architecture diagram, dependency breakdown, and badges
## v0.1.0
Initial release.