From ee5a295e577daba1f56597f30dcb2df4a60e3da2 Mon Sep 17 00:00:00 2001 From: Wabo Date: Mon, 18 May 2026 16:09:58 -0400 Subject: [PATCH] =?UTF-8?q?Document=201.1.0=20=E2=80=94=20per-account=20br?= =?UTF-8?q?anding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f8d7cf..4bb31106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to WaboSign are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.0] — 2026-05-18 + +### Added +- Per-account product-name branding. Account admins can replace "WaboSign" in the UI, emails, audit-trail PDFs, signing-form headers, page titles, PWA manifest, social-share `og:title`, and authenticator-app issuer with their own product name. Configurable from `/settings/personalization` above the logo upload. Leave blank to fall back to the default. + +### Changed +- Resolution flows through a new `Wabosign.branded_product_name(account = nil)` helper. When no account is in scope (landing page, PWA manifest, OAuth chrome), the deployment's oldest non-archived account's brand is used. + +[1.1.0]: https://github.com/wabolabs/wabosign/releases/tag/1.1.0 + ## [1.0.0] — 2026-05-17 First WaboSign release. Forked from [DocuSeal](https://github.com/docusealco/docuseal) 2.5.3.