chore: bump version to v0.104.0 and refresh UI screenshots

Update v0.103.0 -> v0.104.0 across installer scripts, walkthrough docs,
and example go.mod files, and refresh the devices/migration/settings/sync
UI screenshots.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Tobias Gesellchen
2026-05-31 22:48:24 +02:00
co-authored by Claude Opus 4.8
parent d413bf60ab
commit 7051793e81
14 changed files with 35 additions and 35 deletions
+2 -2
View File
@@ -29,6 +29,6 @@ sudo bash install-web.sh
Pass a version tag as the first argument to pin a specific release:
```bash
sudo bash install.sh v0.103.0
sudo bash install-web.sh v0.103.0
sudo bash install.sh v0.104.0
sudo bash install-web.sh v0.104.0
```