diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c42ba..fb6b6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.3.2 (2026-08-01) + ### Documentation - docs: Document the filter as `filters:` with the bare `code-window` name. The long form `path`/`at` overrides the entry point of every filter the extension contributes, so the documented `at: pre-quarto` pulled the Typst title hotfix from `post-quarto` to `pre-quarto`; the manifest already carries both entry points. diff --git a/CITATION.cff b/CITATION.cff index bfd54f9..8b8e014 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,4 +10,4 @@ repository-code: "https://github.com/mcanouil/quarto-code-window" url: "https://m.canouil.dev/quarto-code-window/" license: "MIT License" date-released: "2026-08-01" -version: 1.3.1 +version: 1.3.2 diff --git a/README.md b/README.md index f5a928c..579b36b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Installation ```bash -quarto add mcanouil/quarto-code-window@1.3.1 +quarto add mcanouil/quarto-code-window@1.3.2 ``` This will install the extension under the `_extensions` subdirectory. diff --git a/_extensions/code-window/_extension.yml b/_extensions/code-window/_extension.yml index cb1540c..f621cb5 100644 --- a/_extensions/code-window/_extension.yml +++ b/_extensions/code-window/_extension.yml @@ -1,6 +1,6 @@ title: Code Window author: Mickaƫl Canouil -version: 1.3.1 +version: 1.3.2 quarto-required: ">=1.9.36" contributes: filters: