Skip to content

Commit

Permalink
New quarto version 1.4.550
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 15, 2024
1 parent 46d9cb6 commit 98d85b9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 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.549/quarto-1.4.549-win.zip
- Downloaded bundle: https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.550/quarto-1.4.550-win.zip

- Use 'Get-FileHash' to check the checksum: c79fbff6e91ef77e439148a08d343beeee415c60c6c7fb498f3aa8633d176159
- Use 'Get-FileHash' to check the checksum: 5e3bac3742d050034e5288a17f324cf1d7d8054f30d377b710c923759ad89c1d
29 changes: 27 additions & 2 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.549</version>
<version>1.4.550</version>
<packageSourceUrl>https://github.com/quarto-dev/quarto-release-bundles</packageSourceUrl>
<owners>Christophe Dervieux</owners>
<!-- ============================== -->
Expand All @@ -27,7 +27,32 @@
* Publish high-quality articles, reports, presentations, websites, blogs, and books in HTML, PDF, MS Word, ePub, and more.
* Author with scientific markdown, including equations, citations, crossrefs, figure panels, callouts, advanced layout, and more.
</description>
<releaseNotes>## Languages
<releaseNotes>## Fixed in this release

- ([#8417](https://github.com/quarto-dev/quarto-cli/issues/8417)): Maintain a single AST element in the output cell when parsing HTML from RawBlock
- ([#8490](https://github.com/quarto-dev/quarto-cli/issues/8490)): Properly embed `qmd` cells even when they include an explicit `echo` declaration.
- ([#8464](https://github.com/quarto-dev/quarto-cli/issues/8464)): Fix a regression where shortcodes were not being expanded recursively.
- ([#8485](https://github.com/quarto-dev/quarto-cli/issues/8485)): Fix a regression where shortcodes could not Unicode characters with code points above 127.
- ([#8507](https://github.com/quarto-dev/quarto-cli/issues/8507)): Fix a regression with callout rendering in `docx`.
- ([#8510](https://github.com/quarto-dev/quarto-cli/issues/8510)): Fix a regression on undocumented behavior with `sidebar.align` instead of `sidebar.alignment` in YAML configuration.
- ([#8514](https://github.com/quarto-dev/quarto-cli/issues/8514)): Fix a regression where crossreferences in `number-sections: false` documents were being rendered incorrectly.
- ([#8536](https://github.com/quarto-dev/quarto-cli/issues/8536)): Fix a regression with column specifiers in `html`.
- ([#8552](https://github.com/quarto-dev/quarto-cli/issues/8552)): Fix incorrect behavior reading title from code cells in Dashboards.
- ([#8555](https://github.com/quarto-dev/quarto-cli/issues/8555)): Fix malformed HTML when outputing page navigation (books and websites).
- ([#8566](https://github.com/quarto-dev/quarto-cli/issues/8566)): Fix issues with usage of iTables in Quarto Dashboards. This includes layout issues for large or wide tables, appearance of sticky headers, as well as a hang that can occur when rendering a Dashboard using iTables 1.7.
- ([#8567](https://github.com/quarto-dev/quarto-cli/issues/8567)): Improve website search performance for large sites with long search terms.
- ([#8586](https://github.com/quarto-dev/quarto-cli/issues/8586)): Fix regression on rendering multiple embedded citations in LaTeX tables.
- ([#8603](https://github.com/quarto-dev/quarto-cli/issues/8603)): Fix a regression with multiple-column layouts and code-folding.
- ([#8630](https://github.com/quarto-dev/quarto-cli/issues/8603)): Fix a regression with latex crossref identifiers with underscores. Note that this syntax is not officially supported in Quarto, but this change reverts to the behavior in 1.3.
- ([#8652](https://github.com/quarto-dev/quarto-cli/issues/8652)): Make code cell detection in IDE tooling consistent across editor modes.
- ([#8662](https://github.com/quarto-dev/quarto-cli/issues/8662)): Do not incorrectly prevent previewing docusaurus websites without an index file.
- ([#8697](https://github.com/quarto-dev/quarto-cli/issues/8697)): Ensure that lightboxed figures with margin captions properly position the caption.
- ([#8708](https://github.com/quarto-dev/quarto-cli/issues/8708)): Resolve complex layouts in ipynbs embeds for manuscripts.
- ([#8728](https://github.com/quarto-dev/quarto-cli/pull/8728)): Don't crash with empty floats in LaTeX format.
- ([#8733](https://github.com/quarto-dev/quarto-cli/issues/8733)): Fix regression with image-align=right in LaTeX format.
- ([#8741](https://github.com/quarto-dev/quarto-cli/issues/8741)): Fix issue where the MacOS installer would incorrectly report that Rosetta is required (it is not).

## Languages

- Add Serbian-Latin translation (author: @n_grubor)
- Add Slovak translation (author: @tom67)
Expand Down

0 comments on commit 98d85b9

Please sign in to comment.