diff --git a/src/lib/changelog/v0.14.15.md b/src/lib/changelog/v0.14.15.md new file mode 100644 index 0000000..4244f57 --- /dev/null +++ b/src/lib/changelog/v0.14.15.md @@ -0,0 +1,20 @@ +--- +version: 0.14.15 +date: 2026-03-07 +title: Theme Selection & Embed Updates +social_post: • Light/dark mode toggle with system option\n• Share/embed URLs support theme parameter\n• UI and backgrounds fully theme-aware +contributors: Maya +--- + +## New Features + +- Add light/dark mode with a three-way toggle, allowing users to select between light, dark, or system default theme for a more personalized interface experience ([#354](https://github.com/scanopy/scanopy/pull/354)). +- Add theme query parameter for share/embed URLs, enabling shared network maps to respect and display in the specified theme for better consistency ([#355](https://github.com/scanopy/scanopy/pull/355)). + +## Improvements + +- Improve theme handling by making pre-app backgrounds and UI components fully theme-aware, ensuring a visually consistent experience in all modes ([#355](https://github.com/scanopy/scanopy/pull/355), [#363](https://github.com/scanopy/scanopy/pull/363), [#368](https://github.com/scanopy/scanopy/pull/368), [#372](https://github.com/scanopy/scanopy/pull/ + +--- + +**Full Changelog**: https://github.com/scanopy/scanopy/compare/v0.14.14...v0.14.15