Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.6.0 Release #2472

Merged
merged 3 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Install.

Download and install the VS Code extension.

- For Arm MacOS: [publisher-1.4.0-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.4.0/publisher-1.4.0-darwin-arm64.vsix)
- For Intel MacOS: [publisher-1.4.0-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.4.0/publisher-1.4.0-darwin-amd64.vsix)
- For Windows: [publisher-1.4.0-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.4.0/publisher-1.4.0-windows-amd64.vsix)
- For Arm Linux: [publisher-1.4.0-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.4.0/publisher-1.4.0-linux-arm64.vsix)
- For Intel Linux: [publisher-1.4.0-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.4.0/publisher-1.4.0-linux-amd64.vsix)
- For Arm MacOS: [publisher-1.6.0-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.6.0/publisher-1.6.0-darwin-arm64.vsix)
- For Intel MacOS: [publisher-1.6.0-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.6.0/publisher-1.6.0-darwin-amd64.vsix)
- For Windows: [publisher-1.6.0-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.6.0/publisher-1.6.0-windows-amd64.vsix)
- For Arm Linux: [publisher-1.6.0-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.6.0/publisher-1.6.0-linux-arm64.vsix)
- For Intel Linux: [publisher-1.6.0-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.6.0/publisher-1.6.0-linux-amd64.vsix)

To learn how to install a `.vsix` file, see the [Install from a
VSIX](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix)
Expand Down
Loading
Loading