Skip to content

Commit

Permalink
Add 1.6.0 changelog
Browse files Browse the repository at this point in the history
Do not include python-gradio type in CHANGELOG

Correct site CHANGELOG descriptions
  • Loading branch information
dotNomad committed Dec 11, 2024
1 parent 159b658 commit 66a809c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.0]

### Added

- Added emphasis to the entrypoint file for the selected deployment in the
Project Files view (#2239)
- When running the extension in Positron the selected R interpreter is now used
rather than using the R interpreter from the PATH (#1968)
- Added improved inspection for RMarkdown sites. When a `_site.yml` or
`_bookdown.yml` file present the content category is correctly set to `site`.
(#1643)
- Added improved inspection and initial configurations for Quarto Websites when
a `_quarto.yml` is present. Pre and post scripts are now automatically
included in the initial configuration. (#2266)

### Fixed

- Fixed the extension sidebar freezing when a deployment with a large number of
files is selected (#2204)

## [1.4.0]

### Changed
Expand Down
20 changes: 20 additions & 0 deletions extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.0]

### Added

- Added emphasis to the entrypoint file for the selected deployment in the
Project Files view (#2239)
- When running the extension in Positron the selected R interpreter is now used
rather than using the R interpreter from the PATH (#1968)
- Added improved inspection for RMarkdown sites. When a `_site.yml` or
`_bookdown.yml` file present the content category is correctly set to `site`.
(#1643)
- Added improved inspection and initial configurations for Quarto Websites when
a `_quarto.yml` is present. Pre and post scripts are now automatically
included in the initial configuration. (#2266)

### Fixed

- Fixed the extension sidebar freezing when a deployment with a large number of
files is selected (#2204)

## [1.4.0]

### Changed
Expand Down

0 comments on commit 66a809c

Please sign in to comment.