Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Apr 23:13
· 11 commits to main since this release

ARGUS v1.0.1

Bug fix release — resolves YouTube embed playback in packaged builds.

Fixed

  • YouTube iframe embeds now work correctly in packaged builds (previously failed with Error 153)
  • Root cause: YouTube rejects file:// and custom app:// scheme origins for iframe embeds
  • Solution: Renderer files are now served via a local HTTP server (http://127.0.0.1:<port>) in production builds, providing a valid web origin that YouTube accepts
  • Twitch player parent parameter is now dynamically set based on the actual hostname

Security

  • Local renderer server binds exclusively to 127.0.0.1 (loopback only, not accessible from network)
  • Path traversal protection added to the local file server
  • CSP headers updated for the new serving mechanism

Commits

  • ci: auto-generate version-specific release notes per tag (9626d48)
  • fix: resolve YouTube Error 153 in packaged builds (d114494)

Full diff


Download the installer for your platform below and run it.

Platform File
Windows .exe
macOS (Intel) .dmg (x64)
macOS (Apple Silicon) .dmg (arm64)
Linux .AppImage