Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/lib/changelog/v0.14.7.md
Original file line number Diff line number Diff line change
@@ -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