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.0.1 (2026-04-10)

### Bug Fixes

- fix: reduce Reveal.js code-window title bar height by 35% so it is proportional to slide content.
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-03-29"
version: 1.0.0
date-released: "2026-04-10"
version: 1.0.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Supports HTML, Reveal.js, and Typst formats.
## Installation

```bash
quarto add mcanouil/quarto-code-window@1.0.0
quarto add mcanouil/quarto-code-window@1.0.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.0.0
version: 1.0.1
quarto-required: ">=1.9.36"
contributes:
filters:
Expand Down