Skip to content

v1.1.1 — Fix version update check

Choose a tag to compare

@PauloCarv PauloCarv released this 09 Jun 08:24
· 40 commits to main since this release

What's new

Fix: version update check removed (CSP limitation)

The automatic update check via GitHub API was blocked by PiClaw's Content Security Policy (connect-src 'self'), producing a console error on every page load.

Replaced with:

  • Settings → Version now shows a "Check for updates" button that opens GitHub Releases in a new tab
  • Update commands (docker compose pull + docker compose up -d) always visible in Settings

Updating

docker compose pull
docker compose up -d