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
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.15.1] - 2025-12-11
11
+
12
+
### Fixed
13
+
-**Notebook launch URLs with `path_to_docs`** (#345)
14
+
- Fixed bug where `path_to_docs` prefix was incorrectly included in notebook URLs
15
+
- When docs are in a subdirectory (e.g., `lectures/`) but notebooks are in a flat repo structure, launch buttons (Colab, JupyterHub, Binder) now generate correct URLs
16
+
- Added comprehensive test coverage including backward compatibility tests
17
+
-**Visual regression test stability** (#350)
18
+
- Fixed flaky MathJax visual regression test by using `maxDiffPixels` instead of `maxDiffPixelRatio`
19
+
- Handles minor rendering variations across different environments
20
+
21
+
### Changed
22
+
-**Dependency updates** (Dependabot)
23
+
- Bump actions/github-script from 7 to 8 (#348)
24
+
- Bump actions/upload-artifact from 4 to 5 (#347)
25
+
- Bump actions/setup-node from 4 to 6 (#346)
26
+
10
27
## [0.15.0] - 2025-12-08
11
28
12
29
### Changed
@@ -153,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments