From 956f63b84a649eaa63abffa073aa15191efe8192 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Feb 2026 02:32:51 +0000 Subject: [PATCH] docs: add release notes for v0.14.7 --- src/lib/changelog/v0.14.7.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/lib/changelog/v0.14.7.md diff --git a/src/lib/changelog/v0.14.7.md b/src/lib/changelog/v0.14.7.md new file mode 100644 index 0000000..b0458ef --- /dev/null +++ b/src/lib/changelog/v0.14.7.md @@ -0,0 +1,25 @@ +--- +version: 0.14.7 +date: 2026-02-23 +title: Daemon Wizard & Entity Grouping +social_post: • Step-by-step wizard for daemon setup\n• Onboarding emails with Docker tips\n• Entity pages now support grouping and sorting\n• Hosts page adds service filtering\n• Hardened authentication checks and error handling +contributors: Maya,Zarakkas +--- + +## New Features + +- Add a new step-by-step wizard modal for daemon creation, streamlining the setup process and making it easier for users to install and configure daemons across supported operating systems ([#512](https://github.com/scanopy/scanopy/pull/512)). +- Introduce onboarding emails for new users, including Docker discovery and interaction tips to facilitate easier and quicker setup. +- Add monthly usage summary and trial conversion emails, enabling users to stay informed about their subscription and usage limits. +- Add support for grouping and sorting on six entity pages, allowing users to organize and analyze network resources more efficiently. +- Add service filtering and search capabilities to the Hosts page, improving navigation and discovery of relevant hosts and services. +- Implement a generic modal deep-link system via URL parameters, enabling users to link directly to specific modals for improved workflow integration. + +## Improvements + +- Harden authentication by adding verification gates, OIDC email checks, improved error handling, and notifications, increasing security and usability. + + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.14.6...v0.14.7