Skip to content

Commit 45f9ae8

Browse files
authored
Release 1.16.1 (#2656)
1 parent 896a20d commit 45f9ae8

File tree

5 files changed

+208
-429
lines changed

5 files changed

+208
-429
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ 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-
## [Unreleased]
8+
## [1.16.1]
99

1010
### Fixed
1111

12+
- A filepath quoting issue on Windows when using R with a `.bat` file extension.
13+
(#2637)
1214
- Detect and report auth client errors at deploy time. (#2654)
1315

1416
## [1.16.0]

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.16.0-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.0/publisher-1.16.0-darwin-arm64.vsix)
15-
- For Intel MacOS: [publisher-1.16.0-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.0/publisher-1.16.0-darwin-amd64.vsix)
16-
- For Windows: [publisher-1.16.0-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.0/publisher-1.16.0-windows-amd64.vsix)
17-
- For Arm Linux: [publisher-1.16.0-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.0/publisher-1.16.0-linux-arm64.vsix)
18-
- For Intel Linux: [publisher-1.16.0-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.0/publisher-1.16.0-linux-amd64.vsix)
14+
- For Arm MacOS: [publisher-1.16.1-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.1/publisher-1.16.1-darwin-arm64.vsix)
15+
- For Intel MacOS: [publisher-1.16.1-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.1/publisher-1.16.1-darwin-amd64.vsix)
16+
- For Windows: [publisher-1.16.1-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.1/publisher-1.16.1-windows-amd64.vsix)
17+
- For Arm Linux: [publisher-1.16.1-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.1/publisher-1.16.1-linux-arm64.vsix)
18+
- For Intel Linux: [publisher-1.16.1-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.1/publisher-1.16.1-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)