Skip to content

Commit 0e99958

Browse files
authored
Merge pull request #1231 from posit-dev/mm-alpha5-changelog
1.0.alpha5 changelog
2 parents 126682f + 8cd85ef commit 0e99958

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,46 @@ 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.0.alpha5]
99

1010
### Added
1111

12+
- Add new Home view with a simplified deploy UI (#1250)
13+
- Add new Initialize Project step to prepare the project for deployment (#1270)
14+
- Show a help message in the Credentials panel if there are no credentials defined (#1186)
15+
- Provide a `Show Logs` button in the deployment failure notification window (#1202)
16+
- Log API accesses in the Output panel to aid in debugging (#1245)
17+
- Support negative matching (patterns beginning with `!`) in positignore files (#420)
18+
1219
### Changed
1320

21+
- Most of the Publisher views now start out collapsed to make room for the Home view (#1196)
22+
1423
### Fixed
1524

25+
- Deploying a configuration with an empty `entrypoint` no longer produces an invalid deployment record (#1212)
26+
- Newly created deployment files (that haven't been deployed yet) no longer include extra fields that are not valid (#1244)
27+
- .positignore paths now match correctly on Windows (#1161)
28+
- Configuration file validation now enforces the presence of the `python` and `quarto` sections for content types that require them (#1159)
29+
- The deployment process now prevents the section of invalid configuration files (#1135)
30+
- Improved compatibility with `pyenv` projects that use `.python-version` by always ensuring that the current directory is set before inspecting the Python environment (#1080)
31+
- The `deployed-at`, `configuration-name`, and `configuration` fields in deployment files updates even if a deployment fails early in the process (#1254, #1308)
32+
- Redeploying a content item with a credential from a different server results fails with a message, instead of invalidating the deployment file (#1263)
33+
- Publisher views now load earlier, eliminating a VSCode placeholder that indicated a data provider was not registered (#1090)
34+
- UI text changes based on user feedback (#1230)
35+
1636
### Removed
1737

38+
- Removed the `Skipping deployment of this project` message if you choose not to deploy (#1268)
39+
40+
## [1.0.alpha4]
41+
42+
### Added
43+
44+
- Provide a Visit button in the deployment success notification window (#1173)
45+
- Make the URL in the success log message clickable (#1171)
46+
- Add a Visit button to each deployment in the Deployments list (#1170)
47+
1848
## [1.0.alpha3]
1949

2050
Move the extension from an Editor webview to a using native VSCode views,

0 commit comments

Comments
 (0)