This repository was archived by the owner on Aug 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.10.2: fix diagram source path generation with use_directory_urls for non-index pages
4+
5+ * Navigate up an additional parent directory for non-index files when ` use_directory_urls ` is enabled (the default); props @Thiti517
6+ * Make example container image compatible with Docker rootless
7+ * Actions workflow example now installs libasound{ => t64 }
8+
39## 0.10.1: fix diagram source path generation
410
511* Compute diagram source paths relative to source, not dest, path
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Markdown==3.6
88MarkupSafe == 2.1.5
99mergedeep == 1.3.4
1010mkdocs == 1.6.0
11- mkdocs-drawio-exporter == 0.10.1
11+ mkdocs-drawio-exporter == 0.10.2
1212mkdocs-get-deps == 0.2.0
1313mkdocs-glightbox == 0.4.0
1414packaging == 24.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " mkdocs-drawio-exporter"
7- version = " 0.10.1 "
7+ version = " 0.10.2 "
88description = " Exports your Draw.io diagrams at build time for easier embedding into your documentation"
99readme = " README.md"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments