diff --git a/src/lib/changelog/v0.14.6.md b/src/lib/changelog/v0.14.6.md new file mode 100644 index 0000000..0946010 --- /dev/null +++ b/src/lib/changelog/v0.14.6.md @@ -0,0 +1,17 @@ +--- +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 +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)). + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.14.4...v0.14.6