v32.2
gorhill/uBlockv32.2May 31, 2026by pierre-b
AI Summary
This release adds a new template variable to email templates, allowing the construction of application-specific links using the workspace's public website URL instead of the tracking endpoint.
Key Highlights
- Exposed `{{ workspace.website_url }}` in email templates
- Distinction between `{{ workspace.website_url }}` and `{{ workspace.base_url }}`
- Enables linking to application paths like `/users/verify/xxx`
- Resolves issue #342
New Features
- New `{{ workspace.website_url }}` template variable
Full Release Notes
- **Feature**: Exposed `{{ workspace.website_url }}` in email templates — the workspace's public Website URL (trailing slash trimmed), distinct from `{{ workspace.base_url }}` (the tracking endpoint) — so templates can compose application links like `{{ workspace.website_url }}/users/verify/xxx` instead of pointing at the tracking domain (#342).