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.13.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
version: 0.13.5
date: 2026-01-11
title: Email Verification & Network Detection Fixes
social_post: - Add email verification to sign up process\n - Add MacVLAN and IpVLAN detection to discovery process
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