Skip to content

Commit

Permalink
Add 1.6.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Dec 9, 2024
1 parent 159b658 commit a6d03bb
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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 always using the R interpreter from the PATH (#1968)
- Added the `python-gradio` content type as an option for the configuration
(#2418)
- Added improved inspection for RMarkdown sites. When there is a `_site.yml`
or `_bookdown.yml` file present the initial configuration includes other
RMarkdown files in the project, and correctly sets the content category to
`site`. (#1643)
- Added improved inspection and initial configurations for Quarto Websites when
users select the `_quarto.yml` as the entrypoint. 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
23 changes: 23 additions & 0 deletions extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ 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 always using the R interpreter from the PATH (#1968)
- Added the `python-gradio` content type as an option for the configuration
(#2418)
- Added improved inspection for RMarkdown sites. When there is a `_site.yml`
or `_bookdown.yml` file present the initial configuration includes other
RMarkdown files in the project, and correctly sets the content category to
`site`. (#1643)
- Added improved inspection and initial configurations for Quarto Websites when
users select the `_quarto.yml` as the entrypoint. 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 a6d03bb

Please sign in to comment.