You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,46 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [1.0.alpha5]
9
9
10
10
### Added
11
11
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
+
12
19
### Changed
13
20
21
+
- Most of the Publisher views now start out collapsed to make room for the Home view (#1196)
22
+
14
23
### Fixed
15
24
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
+
16
36
### Removed
17
37
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
+
18
48
## [1.0.alpha3]
19
49
20
50
Move the extension from an Editor webview to a using native VSCode views,
0 commit comments