From b4008bafc5c191ae7514343b4578ff53ac1c2a14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 Jan 2026 05:22:58 +0000 Subject: [PATCH] docs: add release notes for v0.13.3 --- src/lib/changelog/v0.13.3.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/lib/changelog/v0.13.3.md diff --git a/src/lib/changelog/v0.13.3.md b/src/lib/changelog/v0.13.3.md new file mode 100644 index 0000000..ffb7daa --- /dev/null +++ b/src/lib/changelog/v0.13.3.md @@ -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