Skip to content

Commit

Permalink
New quarto version 1.4.555
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 3, 2024
1 parent 1d9cd78 commit 06ce7cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chocolatey/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ This chocolatey package is maintained directly by Quarto authors <https://quarto

Verification can be done this this way:

- Downloaded bundle: https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.554/quarto-1.4.554-win.zip
- Downloaded bundle: https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.555/quarto-1.4.555-win.zip

- Use 'Get-FileHash' to check the checksum: ff2cc2bdc2c4660eae627a32504d702fb5624951efe282cde3a7e9a4a21fb614
- Use 'Get-FileHash' to check the checksum: cec12b90996fd015f20e828e4167beb67b0f2ff757b58dd658b4ff20b229f562
15 changes: 11 additions & 4 deletions chocolatey/quarto.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>quarto</id>
<version>1.4.554</version>
<version>1.4.555</version>
<packageSourceUrl>https://github.com/quarto-dev/quarto-release-bundles</packageSourceUrl>
<owners>Christophe Dervieux</owners>
<!-- ============================== -->
Expand All @@ -29,9 +29,13 @@
</description>
<releaseNotes>## Fixed in this release

- ([#9335](https://github.com/quarto-dev/quarto-cli/issues/9335)): Fix bad escaping of escaped inline code cells inside code blocks.
- ([#9356](https://github.com/quarto-dev/quarto-cli/issues/9356)): Don't process column classes for figures inside the About divs.
- ([#9535](https://github.com/quarto-dev/quarto-cli/issues/9535)): Fix `fig-alt` regression from previous 1.4 patch release.
- ([#9550](https://github.com/quarto-dev/quarto-cli/issues/9550)): Don't crash when subcaptions are incorrectly specified with `fig-subcap: true` but no embedded subcaptions.
- ([#9593](https://github.com/quarto-dev/quarto-cli/issues/9593)): Fix regression with `column-margin` when used in spans in a paragraph.
- ([#9602](https://github.com/quarto-dev/quarto-cli/issues/9602)): Fix regression with parsed HTML tables not being correcty included in various format like pptx and typst.
- ([#8258](https://github.com/quarto-dev/quarto-cli/issues/8258)): Quarto now works again with R 4.1.3 and previous versions.
- ([#9704](https://github.com/quarto-dev/quarto-cli/issues/9704)): Fix regression with PDF export feature in Revealjs - it now works again like in 1.3.
- ([#9734](https://github.com/quarto-dev/quarto-cli/issues/9734)): Fix issue with unlabeled tables and `tbl-cap-location` information.
- ([#9574](https://github.com/quarto-dev/quarto-cli/issues/9574)): Fix `quarto preview` on Windows, which was broken in previous 1.4 releases.

## Fixed in previous releases

Expand Down Expand Up @@ -71,6 +75,9 @@
- ([#8937](https://github.com/quarto-dev/quarto-cli/pull/8937)): Fix unix `quarto` launcher in the case of paths with spaces.
- ([#9076](https://github.com/quarto-dev/quarto-cli/issues/9076)): Fix rendering of code cells with `layout-ncol` and `column` settings in `html` format.
- ([#9200](https://github.com/quarto-dev/quarto-cli/issues/9200)): Fix regression with `tbl-colwidths` outside of a cross-referenceable table element.
- ([#9335](https://github.com/quarto-dev/quarto-cli/issues/9335)): Fix bad escaping of escaped inline code cells inside code blocks.
- ([#9356](https://github.com/quarto-dev/quarto-cli/issues/9356)): Don't process column classes for figures inside the About divs.
- ([#9535](https://github.com/quarto-dev/quarto-cli/issues/9535)): Fix `fig-alt` regression from previous 1.4 patch release.

## Languages

Expand Down

0 comments on commit 06ce7cf

Please sign in to comment.