Skip to content

0.3.0

Latest

Choose a tag to compare

@svandragt svandragt released this 27 Aug 10:17
· 1 commit to main since this release
03b51c0

Features

  • Per-window identity: --class / --app-id sets the X11 WM_CLASS and Wayland app_id, so launchers can group windows under their own dock icon.
  • --single-instance: relaunching the same site raises its window instead of opening another (opt-in).
  • make desktop stamps a distinct --class and StartupWMClass per launcher, so each site gets its own dock identity.
  • F5 reloads the page, Shift+F5 bypasses the cache.
  • JavaScript clipboard access enabled in the webview.
  • Window size persists across runs.

For developers

  • SessionStart hook installs the GTK4/Vala build dependencies.
  • Documented the release process in AGENTS.md; agent guidance moved from CLAUDE.md to AGENTS.md.