You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix mistake where changelog entry has added under old release heading (#888)
* Fix mistake where changelog entry has added under old release heading
* Apply suggestion from @juliasilge
Co-authored-by: Julia Silge <julia.silge@gmail.com>
---------
Co-authored-by: Julia Silge <julia.silge@gmail.com>
Copy file name to clipboardExpand all lines: apps/vscode/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
## 1.129.0 (Unreleased)
4
4
5
5
- Fixed Copilot completions in `.qmd` documents (<https://github.com/quarto-dev/quarto/pull/887>).
6
+
- Fixed a bug where the `autoDetectColorScheme` setting could cause equation previews to have a dark text on dark background and vice versa (<https://github.com/quarto-dev/quarto/pull/864>).
6
7
7
8
## 1.128.0 (Release on 2026-01-08)
8
9
9
10
- Fixed a bug where code blocks inside complex div structures (e.g., many `::: {.notes}` divs without preceding blank lines) were not detected as executable cells (<https://github.com/quarto-dev/quarto/pull/875>).
10
11
- Added a public API that other extensions can query to get the Quarto CLI path, version, and availability (<https://github.com/quarto-dev/quarto/pull/879>).
11
-
- Fixed a bug where the `autoDetectColorScheme` setting could cause equation previews to have a dark text on dark background and vice versa (<https://github.com/quarto-dev/quarto/pull/864/changes>)
0 commit comments