From c153383994833c35733dd5e0ef04f3dabaf4d5f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Feb 2026 22:02:06 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.14.10 --- src/lib/changelog/v0.14.10.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/lib/changelog/v0.14.10.md diff --git a/src/lib/changelog/v0.14.10.md b/src/lib/changelog/v0.14.10.md new file mode 100644 index 0000000..59d7c84 --- /dev/null +++ b/src/lib/changelog/v0.14.10.md @@ -0,0 +1,21 @@ +--- +version: 0.14.10 +date: 2026-02-28 +title: Unified Upgrade Flow & Setup Notes +social_post: • Detailed setup notes for multi-daemon installs\n• Smooth onboarding without blockers in Scanopy Cloud\n• Unified upgrade process across platforms\n• Improved analytics and embed support +contributors: Maya +--- + +## New Features + +- Add detailed multi-daemon note to install step, including configuration directory listings per operating system, helping users set up multiple Scanopy daemons more easily ([#8d0cdc58](https://github.com/scanopy/scanopy/commit/8d0cdc58)). +- Remove onboarding blocker flow from Scanopy Cloud, allowing new users to progress smoothly without unnecessary interruptions ([#59320217](https://github.com/scanopy/scanopy/commit/59320217)). +- Add missing analytics events and fix embed URL format to ensure accurate usage tracking and seamless integration of network map embeds ([#9cc8d968](https://github.com/scanopy/scanopy/commit/9cc8d968)). + +## Improvements + +- Unify upgrade flow to a stop/download/start process for all platforms, providing a consistent upgrade experience and reducing user confusion ([#29ca2cb7](https://github.com/scanopy/scanopy/commit + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.14.9...v0.14.10 From 023f9bc07cc656ddfecf4209c31c4fecea6e0f06 Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Sat, 28 Feb 2026 17:03:38 -0500 Subject: [PATCH 2/2] Update v0.14.10.md --- src/lib/changelog/v0.14.10.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/lib/changelog/v0.14.10.md b/src/lib/changelog/v0.14.10.md index 59d7c84..877abf0 100644 --- a/src/lib/changelog/v0.14.10.md +++ b/src/lib/changelog/v0.14.10.md @@ -2,19 +2,14 @@ version: 0.14.10 date: 2026-02-28 title: Unified Upgrade Flow & Setup Notes -social_post: • Detailed setup notes for multi-daemon installs\n• Smooth onboarding without blockers in Scanopy Cloud\n• Unified upgrade process across platforms\n• Improved analytics and embed support +social_post: • Detailed setup notes for multi-daemon installs\n• Unified daemon upgrade instructions across platforms\n• Improved analytics and embed support contributors: Maya --- ## New Features - Add detailed multi-daemon note to install step, including configuration directory listings per operating system, helping users set up multiple Scanopy daemons more easily ([#8d0cdc58](https://github.com/scanopy/scanopy/commit/8d0cdc58)). -- Remove onboarding blocker flow from Scanopy Cloud, allowing new users to progress smoothly without unnecessary interruptions ([#59320217](https://github.com/scanopy/scanopy/commit/59320217)). -- Add missing analytics events and fix embed URL format to ensure accurate usage tracking and seamless integration of network map embeds ([#9cc8d968](https://github.com/scanopy/scanopy/commit/9cc8d968)). - -## Improvements - -- Unify upgrade flow to a stop/download/start process for all platforms, providing a consistent upgrade experience and reducing user confusion ([#29ca2cb7](https://github.com/scanopy/scanopy/commit +- Unify daemon upgrade flow to a stop/download/start process for all platforms, providing a consistent upgrade experience and reducing user confusion ([#29ca2cb7](https://github.com/scanopy/scanopy/commit/29ca2cb7)) ---