Skip to content

Commit

Permalink
Merge pull request #2320 from posit-dev/dotnomad/1.1.7
Browse files Browse the repository at this point in the history
Update install scripts for 1.1.7
  • Loading branch information
dotNomad authored Oct 1, 2024
2 parents 448819f + c011f89 commit 5461b66
Show file tree
Hide file tree
Showing 5 changed files with 691 additions and 1,139 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,46 @@ 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.1.7]

### Added

- Secrets are now able to be pushed up during a deploy in the added Secrets
view. Secret names can be added to the Configuration, and values supplied
individually in the Secrets view. (#2260, #2304, #2305)
- Newly made Deployments can now be associated with previously deployed content
to easily update content on a Connect server. (#2285)
- Views that require action now show a warning icon when collapsed to assist in
discovery (#2245)
- Credentials are now persisted on OSes without keychains by storing them in the
user's home directory under `.connect-credentials`. If using a previous
version of the extension with a `.connect-credentials` dotfile remove it when
upgrading. (#1831)
- Files that have previously been deployed that are now deselected for the
next deployment show a red `R` icon in the Project Files view (#2299)

### Changed

- When creating a new deployment, open entrypoint files are listed with an
option to use an open file dialog to select any file. This removes a recursive
search for all entrypoints present within the open workspace. (#2337)
- The entrypoint file is now more prominent in the UI. It is visible in the
Deployment selection and options when selecting (#2248)
- Changed the editor button tooltip wording for deployable files. It now reads
"Deploy with Posit Publisher" (#2209)
- The Credentials and Help views are now shown even when no Deployment is
selected (#2309)
- Changed the naming of generated deployment files to be more unique, similar to
configuration files. They now include a short unique hash to avoid collisions
in source control (#1818)

### Fixed

- If editing a configuration file makes the configuration file invalid there are
no longer refresh file errors (#2323)
- Newly included files in subdirectories are now correctly decorated with a
green `A` on Windows (#2112)

## [1.1.6]

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

0 comments on commit 5461b66

Please sign in to comment.