diff --git a/src/lib/changelog/v0.14.8.md b/src/lib/changelog/v0.14.8.md new file mode 100644 index 0000000..d161e8a --- /dev/null +++ b/src/lib/changelog/v0.14.8.md @@ -0,0 +1,22 @@ +--- +version: 0.14.8 +date: 2026-02-24 +title: Home Tab & Status Tags +social_post: • New Home tab for easier access to key actions\n• Daemon standby status and docs-linked tags\n• Improved onboarding nudges\n• Enhanced CLI support for invalid certificates +contributors: Denis Gravel,Maya +--- + +## New Features + +- Add Home tab as the default landing page, providing users with a centralized overview and easier access to key actions upon opening Scanopy ([#513](https://github.com/scanopy/scanopy/pull/513)). +- Add daemon standby status and docs-linked status tags, enabling clearer communication of daemon states and quick access to documentation for troubleshooting ([#513](https://github.com/scanopy/scanopy/pull/513)). +- Add FirstGroupCreated telemetry and topology/share nudges, helping monitor user engagement and guiding new users to sharing and topology features for improved onboarding ([#513](https://github.com/scanopy/scanopy/pull/513)). +- Add CLI argument for accept_invalid_scan_certs and fix boolean command generation, allowing advanced users to scan networks with self-signed certificates more easily ([#513](https://github.com/scanopy/scanopy/pull/513)). + +## Improvements + +- Improve daemon status tag colors and priority, + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.14.7...v0.14.8