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
20 changes: 20 additions & 0 deletions src/lib/changelog/v0.14.15.md
Original file line number Diff line number Diff line change
@@ -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