Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.5.2 (2026-08-01)

### Bug Fixes

- fix: Register the filter at `pre-quarto` in the extension manifest, so listing `lua-env` under `filters` is enough. The shortcode reads metadata the filter publishes, and a filter left at the default entry point published it after Quarto had expanded the shortcodes, so every `{{< lua-env >}}` rendered as nothing unless the entry point was named by hand.
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ repository-code: "https://github.com/mcanouil/quarto-lua-env"
url: "http://m.canouil.dev/quarto-lua-env/"
license: "MIT"
date-released: "2026-08-01"
version: 1.5.1
version: 1.5.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Installation

```bash
quarto add mcanouil/quarto-lua-env@1.5.1
quarto add mcanouil/quarto-lua-env@1.5.2
```

This will install the extension under the `_extensions` subdirectory.
Expand Down
2 changes: 1 addition & 1 deletion _extensions/lua-env/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Lua Environment
author: Mickaël Canouil
version: 1.5.1
version: 1.5.2
quarto-required: ">=1.9.38"
contributes:
shortcodes:
Expand Down