Skip to content

Commit dbb106e

Browse files
New quarto version 1.8.26
1 parent 621dede commit dbb106e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

chocolatey/legal/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ This chocolatey package is maintained directly by Quarto authors <https://quarto
66

77
Verification can be done this this way:
88

9-
- Downloaded bundle: https://github.com/quarto-dev/quarto-cli/releases/download/v1.8.25/quarto-1.8.25-win.zip
9+
- Downloaded bundle: https://github.com/quarto-dev/quarto-cli/releases/download/v1.8.26/quarto-1.8.26-win.zip
1010

11-
- Use 'Get-FileHash' to check the checksum: 3f02318ca958b13fceec53e8ec089f9bf348eef40977bb588f92dd2e5e2287db
11+
- Use 'Get-FileHash' to check the checksum: 2c0386a573cdc282b1f642d20205da39953735c9e1cd18d26bd79c1a606a5870

chocolatey/quarto.nuspec

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<!-- == PACKAGE SPECIFIC SECTION == -->
55
<id>quarto</id>
6-
<version>1.8.25</version>
6+
<version>1.8.26</version>
77
<packageSourceUrl>https://github.com/quarto-dev/quarto-release-bundles</packageSourceUrl>
88
<owners>Christophe Dervieux</owners>
99
<!-- ============================== -->
@@ -31,6 +31,14 @@
3131

3232
## In this release
3333

34+
- ([#13046](https://github.com/quarto-dev/quarto-cli/issues/13046)): Use new url for multiplex socket.io server &lt;https://multiplex.up.railway.app/&gt; as default for `format: revealjs` and `revealjs.multiplex: true`.
35+
- ([#13506](https://github.com/quarto-dev/quarto-cli/issues/13506)): Fix navbar active state detection when sidebar has no logo configured. Prevents empty logo links from interfering with navigation highlighting.
36+
- ([#13616](https://github.com/quarto-dev/quarto-cli/issues/13616)): Fix fatal error when rendering manuscript projects with custom blocks like ConditionalBlock.
37+
- ([#13625](https://github.com/quarto-dev/quarto-cli/issues/13625)): Fix Windows file locking error (os error 32) when rendering with `--output-dir` flag. Context cleanup now happens before removing the temporary `.quarto` directory, ensuring file handles are properly closed.
38+
- ([#13633](https://github.com/quarto-dev/quarto-cli/issues/13633)): Fix detection and auto-installation of babel language packages from newer error format that doesn't explicitly mention `.ldf` filename.
39+
40+
## In previous releases
41+
3442
- ([#13369](https://github.com/quarto-dev/quarto-cli/issues/13369)): Fix failure in theme compilation when `brand.color.primary` is specified for light or dark but not both.
3543
- ([#13383](https://github.com/quarto-dev/quarto-cli/issues/13383)): Fix failure when combining `minimal: true` with brand.yml.
3644
- ([#13396](https://github.com/quarto-dev/quarto-cli/issues/13396)): Fix `quarto publish connect` regression.

0 commit comments

Comments
 (0)