From 182459399fdc244c9dfbaf71e069e13971c92e82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Feb 2026 21:44:13 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.14.6 --- src/lib/changelog/v0.14.6.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/lib/changelog/v0.14.6.md diff --git a/src/lib/changelog/v0.14.6.md b/src/lib/changelog/v0.14.6.md new file mode 100644 index 0000000..f6c5bf3 --- /dev/null +++ b/src/lib/changelog/v0.14.6.md @@ -0,0 +1,18 @@ +--- +version: 0.14.6 +date: 2026-02-18 +title: Improved Onboarding & Analytics +social_post: • Onboarding list assignment added for new users\n• Registration split into two steps with OIDC auto-link\n• Email consent now list-based\n• Engagement milestones sent to PostHog +contributors: Maya +--- + +## New Features + +- Add onboarding list assignment on signup, helping new users get started more easily by automatically including them in relevant onboarding workflows ([ad998510](https://github.com/scanopy/scanopy/commit/ad998510)). +- Split registration into a two-step flow with OIDC auto-linking, streamlining the sign-up process and ensuring smoother authentication for users using OpenID Connect ([00e5c580](https://github.com/scanopy/scanopy/commit/00e5c580)). +- Replace global email blacklist with list-based consent, allowing finer-grained control over user communications and preferences ([a2569fab](https://github.com/scanopy/scanopy/commit/a2569fab)). +- Forward engagement milestones to PostHog and replace frontend event tracking with backend PostHog subscriber, improving analytics and engagement tracking for more actionable insights ([6cb21e6f](https://github.com/scanopy/scanopy/commit/6cb + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.14.4...v0.14.6 From 03f794f88008fb5f4d75d0f576506c0b8bb869c9 Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Wed, 18 Feb 2026 16:45:56 -0500 Subject: [PATCH 2/2] Update changelog for version 0.14.6 Removed engagement milestones tracking from the changelog. --- src/lib/changelog/v0.14.6.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/changelog/v0.14.6.md b/src/lib/changelog/v0.14.6.md index f6c5bf3..0946010 100644 --- a/src/lib/changelog/v0.14.6.md +++ b/src/lib/changelog/v0.14.6.md @@ -2,7 +2,7 @@ version: 0.14.6 date: 2026-02-18 title: Improved Onboarding & Analytics -social_post: • Onboarding list assignment added for new users\n• Registration split into two steps with OIDC auto-link\n• Email consent now list-based\n• Engagement milestones sent to PostHog +social_post: • Onboarding list assignment added for new users\n• Registration split into two steps with OIDC auto-link\n• Email consent now list-based contributors: Maya --- @@ -11,7 +11,6 @@ contributors: Maya - Add onboarding list assignment on signup, helping new users get started more easily by automatically including them in relevant onboarding workflows ([ad998510](https://github.com/scanopy/scanopy/commit/ad998510)). - Split registration into a two-step flow with OIDC auto-linking, streamlining the sign-up process and ensuring smoother authentication for users using OpenID Connect ([00e5c580](https://github.com/scanopy/scanopy/commit/00e5c580)). - Replace global email blacklist with list-based consent, allowing finer-grained control over user communications and preferences ([a2569fab](https://github.com/scanopy/scanopy/commit/a2569fab)). -- Forward engagement milestones to PostHog and replace frontend event tracking with backend PostHog subscriber, improving analytics and engagement tracking for more actionable insights ([6cb21e6f](https://github.com/scanopy/scanopy/commit/6cb ---