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.8.0 Release #2518

Merged
merged 3 commits into from
Jan 9, 2025
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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ 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.8.0]

### Added

- The selected R interpreter in Positron is preferred over an R interpreter on
PATH when inspecting an entrypoint. When a deployment is created the selected
R version is used in the generated configuration where applicable. (#2500)

### Fixed

- When utilizing file-based credential storage and the file is using an older
format, or has been corrupted, the file is backed up and the user is prompted
to re-enter their credentials. (#2491)
- If corrupted credentials are detected inside of keychain storage the store
will be reset and the user will be prompted to re-enter their credentials.
(#2492)

### Changed

- The entrypoint can no longer be un-checked in the Project Files view to avoid
unintended removal from the `files` attribute in the configuration. (#2487)
- The sidebar design has changed slightly to emphasize the deployment selection.
(#2480, #2481)
- The deployment selection field in the sidebar now uses a right chevron to
indicate dropdown will appear as a VS Code Quick Pick. (#2482)

## [1.6.0]

### Added
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.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)
- For Arm MacOS: [publisher-1.8.0-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.8.0/publisher-1.8.0-darwin-arm64.vsix)
- For Intel MacOS: [publisher-1.8.0-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.8.0/publisher-1.8.0-darwin-amd64.vsix)
- For Windows: [publisher-1.8.0-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.8.0/publisher-1.8.0-windows-amd64.vsix)
- For Arm Linux: [publisher-1.8.0-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.8.0/publisher-1.8.0-linux-arm64.vsix)
- For Intel Linux: [publisher-1.8.0-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.8.0/publisher-1.8.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