Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Example: myst-listing

Release notes from the myst-contrib/myst-listing repository, unfiltered. Some of these release bodies embed images, which render inline.

One entry per release

Directive source
```{release-notes} myst-contrib/myst-listing
```

v0.1.13

Enhancements
  • Added a “sections” display

    So that you can concatenate the entire content of each of your items. This is useful for things like combined blog lists, meeting notes, or release notes.

    CleanShot 2026-08-14 at 16 54 38

Full Changelog: https://github.com/myst-contrib/myst-listing/compare/v0.1.12...v0.1.13

v0.1.12

Bugs fixed

Full Changelog: https://github.com/myst-contrib/myst-listing/compare/v0.1.10...v0.1.12

v0.1.11

Enhancements made

Full Changelog: https://github.com/myst-contrib/myst-listing/compare/v0.1.9...v0.1.11

v0.1.10

What’s Changed

Full Changelog: https://github.com/myst-contrib/myst-listing/compare/v0.1.9...v0.1.10

v0.1.9

Interactive sorting for tables

Use the :sortable: key to make a table interactively sortable.

CleanShot 2026-08-12 at 13 33 45

Full Changelog: https://github.com/myst-contrib/myst-listing/compare/v0.1.8...v0.1.9

v0.1.8

Enhancements
  • Improved the arrow UI/UX of sortable tables.

Full Changelog: https://github.com/myst-contrib/myst-listing/compare/v0.1.7...v0.1.8

v0.1.7

What’s Changed
  • Add a json collector. You can now define listing items in JSON on disk or in directive bodies. This is useful if you’re programmatically downloading them at build time. By @choldgraf in myst-contrib/myst-listing#21

Full Changelog: https://github.com/myst-contrib/myst-listing/compare/v0.1.6...v0.1.7

v0.1.6

Bugs
  • Fix a big where paths in a directive didn’t resolve relative to the directive

Grouped by minor version

The same releases with group-by. These release bodies have no shared section headings, so each group concatenates its patch notes newest first. skip drops each release’s automatic “Full Changelog” footer, which would otherwise repeat inside the group.

Directive source
```{release-notes} myst-contrib/myst-listing
:group-by: minor
:skip: Full Changelog
```

v0.1.x

August 14, 2026

Releases: v0.1.13 · v0.1.12 · v0.1.11 · v0.1.10 · v0.1.9 · v0.1.8 · v0.1.7 · v0.1.6 · v0.1.5 · v0.1.4 · v0.1.3 · v0.1.2 · v0.1.1 · v0.1.0

Enhancements
  • Added a “sections” display

    So that you can concatenate the entire content of each of your items. This is useful for things like combined blog lists, meeting notes, or release notes.

    CleanShot 2026-08-14 at 16 54 38
  • Improved the arrow UI/UX of sortable tables.

Bugs fixed
Enhancements made
What’s Changed
Interactive sorting for tables

Use the :sortable: key to make a table interactively sortable.

CleanShot 2026-08-12 at 13 33 45
Bugs
  • Fix a big where paths in a directive didn’t resolve relative to the directive