From 0bdd021259b9a7a9ccac98a4d02a1dadaca0302c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 11 Jan 2026 20:11:29 +0000 Subject: [PATCH 1/2] docs: add release notes for v0.13.5 --- src/lib/changelog/v0.13.5.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/lib/changelog/v0.13.5.md diff --git a/src/lib/changelog/v0.13.5.md b/src/lib/changelog/v0.13.5.md new file mode 100644 index 0000000..152b3a8 --- /dev/null +++ b/src/lib/changelog/v0.13.5.md @@ -0,0 +1,25 @@ +--- +version: 0.13.5 +date: 2026-01-11 +title: Email Verification & Network Detection Fixes +social_post: +contributors: Maya +--- + +## New Features + +- Add email verification for user registration, ensuring that only validated users can access Scanopy and improving overall security ([#456](https://github.com/scanopy/scanopy/pull/456)). + +## Improvements + +- Clean up daemon and verify-email modals for a more consistent and user-friendly interface when managing services and email verification ([#456](https://github.com/scanopy/scanopy/pull/456)). + +## Bug Fixes + +- Fix network interface detection for bridges and macvlan, allowing more accurate discovery and mapping of complex network configurations ([#379](https://github.com/scanopy/scanopy/pull/379)). +- Fix issue where unverified users could bypass verification via direct URL, ensuring proper access restrictions until email confirmation is complete ([#456](https://github.com/scanopy/scanopy/pull/456)). +- Fix build error related to rustls, improving overall build stability across platforms ([#456](https:// + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.13.4...v0.13.5 From 40bd0aee0f40c279c8279b8c62292a16bc130e0f Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Wed, 14 Jan 2026 21:06:09 -0500 Subject: [PATCH 2/2] Update v0.13.5.md --- src/lib/changelog/v0.13.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/changelog/v0.13.5.md b/src/lib/changelog/v0.13.5.md index 152b3a8..317d913 100644 --- a/src/lib/changelog/v0.13.5.md +++ b/src/lib/changelog/v0.13.5.md @@ -2,7 +2,7 @@ version: 0.13.5 date: 2026-01-11 title: Email Verification & Network Detection Fixes -social_post: +social_post: - Add email verification to sign up process\n - Add MacVLAN and IpVLAN detection to discovery process contributors: Maya ---