diff --git a/src/lib/changelog/v0.13.5.md b/src/lib/changelog/v0.13.5.md new file mode 100644 index 0000000..317d913 --- /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: - 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