1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# Changelog
## Version 0.1 (August 23, 2022)
- Includes support for MyST and sphinx-gallery
## Version 0.1.6 (October 9, 2022)
- Added page title and header as a parameter
- Alphabetic sorting of tags
- Added removal of all .md and .rst files in the tag folder before generating them again (avoids having duplicates after removing/changing some tag)
- Tag intro text as a parameter
## Version 0.2.0 (January 26, 2023)
- Added optional integration with sphinx-design badges [gh-35](https://github.com/melissawm/sphinx-tags/pull/35)
- Added support for symlinked sources [gh-37](https://github.com/melissawm/sphinx-tags/pull/37)
- Documentation improvements [gh-41](https://github.com/melissawm/sphinx-tags/pull/41)
## Version 0.2.1 (June 28, 2023)
- Added support for tagging Jupyter Notebooks using `nbsphinx` [gh-51](https://github.com/melissawm/sphinx-tags/pull/51)
## Version 0.3.0 (October 30, 2023)
- Fixed tag labels with spaces
- Fixed tag labels with emoji
- Added normalization for tag URLs to remove/replace urlencoded characters
- Exclude files that match `exclude_patterns` from being tagged
## Version 0.3.1 (October 31, 2023)
- Fixed doc links and minimum sphinx version
## Unreleased
- Added support for tags in directive body
- Added ref label to tag pages, in the format `sphx_tag_<tagname>`
|