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.3.1 (2026-08-01)

### Bug Fixes

- fix: Honour a boolean option written as a bare YAML `false`, such as `auto-filename: false`, `enabled: false`, or `lines-label: false`. The value was read as an absent option, so the default applied instead and only the quoted string worked.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ authors:
repository-code: "https://github.com/mcanouil/quarto-code-window"
url: "https://m.canouil.dev/quarto-code-window/"
license: "MIT License"
date-released: "2026-07-22"
version: 1.3.0
date-released: "2026-08-01"
version: 1.3.1
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-code-window@1.3.0
quarto add mcanouil/quarto-code-window@1.3.1
```

This will install the extension under the `_extensions` subdirectory.
Expand Down
2 changes: 1 addition & 1 deletion _extensions/code-window/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Code Window
author: Mickaël Canouil
version: 1.3.0
version: 1.3.1
quarto-required: ">=1.9.36"
contributes:
filters:
Expand Down