You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.16.0] - 2026-02-06
11
+
12
+
### Added
13
+
-**Customizable emphasis and bold text colors** (#355, #356)
14
+
- Six new `html_theme_options`: `emphasis_color`, `emphasis_color_dark`, `strong_color`, `strong_color_dark`, `definition_color`, `definition_color_dark`
15
+
- Allows per-site color customization of italic (`<em>`), bold (`<strong>`/`<b>`), and definition list (`<dt>`) elements
16
+
- Supports light and dark mode independently
17
+
- CSS custom properties (`--qe-emphasis-color`, `--qe-strong-color`, `--qe-definition-color`) with SCSS fallbacks
18
+
- Server-side validation of color values to prevent CSS injection
19
+
- Comprehensive documentation in `docs/configure.md` with examples
20
+
21
+
### Fixed
22
+
-**Math equation visual test stability** (#357)
23
+
- Replaced fixed 1000ms timeout with `MathJax.startup.promise` for reliable math rendering detection
24
+
- Captures paragraph container instead of tiny MathJax element to avoid dimension mismatches
0 commit comments