|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## v1.4.0 - 2026-03-02 |
| 4 | + |
| 5 | +([full changelog](https://github.com/executablebooks/MyST-NB/compare/v1.3.0...v1.4.0)) |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +* MAINT: post JB2 release fix by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/700 |
| 10 | +* Fix dead link in error directive message by @crespum in https://github.com/executablebooks/MyST-NB/pull/703 |
| 11 | +* Improve theme integration by @flying-sheep in https://github.com/executablebooks/MyST-NB/pull/693 |
| 12 | +* Update infrastructure for new pythons and prep for latest sphinx by @choldgraf in https://github.com/executablebooks/MyST-NB/pull/706 |
| 13 | +* Remove upper pin for Sphinx (and adding newer sphinx and python version to CI testing) by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/704 |
| 14 | +* MAINT: default branch got renamed by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/711 |
| 15 | + |
| 16 | +### New Contributors |
| 17 | +* @crespum made their first contribution in https://github.com/executablebooks/MyST-NB/pull/703 |
| 18 | + |
| 19 | + |
3 | 20 | ## v1.3.0 - 2025-07-13 |
4 | 21 |
|
5 | 22 | ([full changelog](https://github.com/executablebooks/MyST-NB/compare/v1.2.0...v1.3.0)) |
6 | 23 |
|
7 | 24 |
|
8 | | -## What's Changed |
| 25 | +### What's Changed |
9 | 26 |
|
10 | | -### Enhancements made |
| 27 | +#### Enhancements made |
11 | 28 |
|
12 | 29 | * ENH: Adding scroll bars with proper cell tags by @dprada in https://github.com/executablebooks/MyST-NB/pull/454 |
13 | 30 | * Use admonitions to style collapsible cells :) by @sneakers-the-rat in https://github.com/executablebooks/MyST-NB/pull/656 |
14 | 31 | * Improve output cells in dark mode by @jaladh-singhal in https://github.com/executablebooks/MyST-NB/pull/679 |
15 | 32 | * Add scroll_outputs configuration by @jaladh-singhal in https://github.com/executablebooks/MyST-NB/pull/683 |
16 | 33 | * ENH: Add handling of image based `PendingGlueReference` in `generate_any_nodes` by @StFroese in https://github.com/executablebooks/MyST-NB/pull/675 |
17 | 34 |
|
18 | | -### Maintenance and upkeep improvements |
| 35 | +#### Maintenance and upkeep improvements |
19 | 36 |
|
20 | 37 | * DOCS: clarify meaning of merge_streams option (#664) by @mforbes in https://github.com/executablebooks/MyST-NB/pull/665 |
21 | 38 | * MAINT: minor cleanups by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/669 |
|
25 | 42 | * MAINT: limit ipython in tox job, too by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/687 |
26 | 43 | * docs: nicer types in docs by @henryiii in https://github.com/executablebooks/MyST-NB/pull/688 |
27 | 44 |
|
28 | | -## New Contributors |
| 45 | +### New Contributors |
29 | 46 | * @mforbes made their first contribution in https://github.com/executablebooks/MyST-NB/pull/665 |
30 | 47 | * @dprada made their first contribution in https://github.com/executablebooks/MyST-NB/pull/454 |
31 | 48 | * @StFroese made their first contribution in https://github.com/executablebooks/MyST-NB/pull/674 |
|
0 commit comments