We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802f010 commit 74d01d0Copy full SHA for 74d01d0
CHANGELOG.md
@@ -20,9 +20,18 @@
20
21
- Added support for tagging Jupyter Notebooks using `nbsphinx` [gh-51](https://github.com/melissawm/sphinx-tags/pull/51)
22
23
-## Version 0.3.0
+## Version 0.3.0 (October 30, 2023)
24
25
- Fixed tag labels with spaces
26
- Fixed tag labels with emoji
27
- Added normalization for tag URLs to remove/replace urlencoded characters
28
- Exclude files that match `exclude_patterns` from being tagged
29
+
30
+## Version 0.3.1 (October 31, 2023)
31
32
+- Fixed doc links and minimum sphinx version
33
34
+## Unreleased
35
36
+- Added support for tags in directive body
37
+- Added ref label to tag pages, in the format `sphx_tag_<tagname>`
0 commit comments