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
23 changes: 23 additions & 0 deletions src/lib/changelog/v0.13.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
version: 0.13.3
date: 2026-01-08
title: Memory Optimizations & Logging Updates
social_post: • Reduced browser memory usage during network discovery\n• Enhanced logging for easier monitoring\n• Improved Windows compatibility\n• Fixed tag and pagination issues
contributors: Maya,dependabot[bot]
---

## Improvements

- Improve browser memory efficiency during network discovery by optimizing resource usage, resulting in lower RAM consumption and smoother experience for large topologies ([#424](https://github.com/scanopy/scanopy/pull/424)).
- Add enhanced logging to daemon interface and self-report discovery processes, making it easier for users to troubleshoot and monitor Scanopy’s activities ([#440](https://github.com/scanopy/scanopy/pull/440)).
- Normalize public URLs to prevent double slashes, ensuring that generated links remain valid and consistent throughout the application ([#394](https://github.com/scanopy/scanopy/pull/394)).
- Remove Unix-only process checks to improve Windows compatibility, allowing seamless usage on more platforms.

## Bug Fixes

- Fix pagination issues, tag selector dropdown behavior, and tag migration flaws, ensuring smooth navigation of large networks and reliable tag management ([#440](https://github.com/scanopy/scanopy/pull/440)).
-

---

**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.13.2...v0.13.3