Skip to content

Commit b41a395

Browse files
authored
Merge pull request #2472 from posit-dev/dotnomad/1.6.0
1.6.0 Release
2 parents 1a6d99b + 66a809c commit b41a395

File tree

5 files changed

+2697
-1082
lines changed

5 files changed

+2697
-1082
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.0]
9+
10+
### Added
11+
12+
- Added emphasis to the entrypoint file for the selected deployment in the
13+
Project Files view (#2239)
14+
- When running the extension in Positron the selected R interpreter is now used
15+
rather than using the R interpreter from the PATH (#1968)
16+
- Added improved inspection for RMarkdown sites. When a `_site.yml` or
17+
`_bookdown.yml` file present the content category is correctly set to `site`.
18+
(#1643)
19+
- Added improved inspection and initial configurations for Quarto Websites when
20+
a `_quarto.yml` is present. Pre and post scripts are now automatically
21+
included in the initial configuration. (#2266)
22+
23+
### Fixed
24+
25+
- Fixed the extension sidebar freezing when a deployment with a large number of
26+
files is selected (#2204)
27+
828
## [1.4.0]
929

1030
### Changed

docs/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Install.
1111

1212
Download and install the VS Code extension.
1313

14-
- 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)
15-
- 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)
16-
- 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)
17-
- 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)
18-
- 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)
14+
- 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)
15+
- 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)
16+
- 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)
17+
- 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)
18+
- 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)
1919

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

0 commit comments

Comments
 (0)