Skip to content

Veil v1.2.3

Choose a tag to compare

@github-actions github-actions released this 31 Mar 16:26

Veil Extension v1.2.3

Installation

  1. Download veil-extension-1.2.3.zip below
  2. Extract the zip file
  3. Open Chrome -> -> Enable Developer mode
  4. Click Load unpacked and select the extracted folder

Local Server Install / Update

Linux/macOS:

Windows:

Local Server Uninstall

Linux/macOS:
Veil local server is not installed at /home/runner/.local/share/veil.

Windows:

Chrome Web Store

Submit the zip to the Chrome Web Store Developer Console.

Changelog

[1.2.3] - 2026-03-31

Runtime and Packaging

  • Included the Windows installer follow-up fix and regression test that harden the PowerShell install path and keep the release line aligned with commit b26472e258d48cc0ca1631cbb409fa6d8d0d5a4c.
  • Tightened the local GLiNER2 server CORS behavior so it only reflects trusted browser-extension and localhost origins instead of sending a wildcard allow-origin header.

Privacy UX and Settings

  • Persisted the Maya anonymization seed in extension storage so anonymized replacements stay stable across sessions instead of changing on each browser restart.
  • Switched first-use defaults and guidance toward mask mode, including one-time mask-mode hints in both the popup and content-script flow so users understand the zero-setup path before opting into anonymization.
  • Polished the onboarding overlay layout for popup-sized surfaces and replaced the welcome icon with the Veil brand asset for a cleaner first-run experience.
  • Escaped custom pattern and custom entity labels before rendering them in the popup/settings UI, closing an HTML injection path in user-supplied display text.