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
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ 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.14.0]
9
9
10
10
### Added
11
11
@@ -18,7 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- Detection of required python interpreter version now will request a compatible
19
19
version when there is `.python-version` file declaring a specific version number
20
20
without any version requirement operator (#2628)
21
-
22
21
- Fixed an issue where scanning for Python dependencies created an `renv.lock` file.
23
22
Now the dependencies file is properly named `requirements.txt`. (#2639)
24
23
@@ -38,23 +37,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
37
39
38
- Added the ability to update the target GUID for a deployment at any time
40
39
from the "..." menu. (#2576)
41
-
42
40
- Added a new extension setting `Use Key Chain Credential Storage`
43
41
(defaulting to true), allowing the user to prioritize the use
44
42
of a credential file over the keyring. (#2519)
45
-
46
43
- Credentials are now exposed via a `posit-connect` authentication provider,
47
44
which is surfaced within the native Accounts UI. (#2608)
48
-
49
45
- Added a new extension setting `Default Connect Server` to pre-populate
50
46
the Server URL when creating a credential if there is not already one
51
47
configured. When running within Posit Workbench, the extension will use the
52
48
URL from the [default RStudio/Posit Workbench setting](https://docs.posit.co/ide/server-pro/rstudio_pro_sessions/rstudio_connect_server.html) (rstudio-pro#7466)
53
-
54
49
- When expanded, the Python Packages view will now display a message describing
55
50
how to configure the project to use Python if the configuration file does not
56
51
indicate a dependency on Python. (#2571)
57
-
58
52
- Added a new field to the Python configuration section ("requires_python"),
59
53
which can be used to indicate the range of Python interpreter versions
60
54
required to run the content on the Connect server. If it is not provided,
@@ -74,17 +68,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
74
68
will not be populated when creating a new deployment. If not present at the
75
69
time of deployment, versions will be discovered and inserted from user's
76
70
running environment. (#2468, #2470)
77
-
78
71
- The `posit-publishing-schema-v3` configuration file schema has been updated
79
72
with the new "Python.requires_python" field as well as the switch from required to
80
73
optional for the version field within the R, Python and Quarto sections.
81
-
82
74
- The Publisher Log Panel has now been renamed to "Publisher" and now will
83
75
stay hidden until the user initiates a deployment operation from within the
84
76
extension. It remains visible until the VSCode window is restarted. (#2596)
Copy file name to clipboardExpand all lines: extensions/vscode/CHANGELOG.md
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ file.
6
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
7
7
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
-
## [Unreleased]
9
+
## [1.14.0]
10
10
11
11
### Added
12
12
@@ -19,7 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
- Detection of required python interpreter version now will request a compatible
20
20
version when there is `.python-version` file declaring a specific version number
21
21
without any version requirement operator (#2628)
22
-
23
22
- Fixed an issue where scanning for Python dependencies created an `renv.lock` file.
24
23
Now the dependencies file is properly named `requirements.txt`. (#2639)
25
24
@@ -35,23 +34,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
34
36
35
- Added the ability to update the target GUID for a deployment at any time
37
36
from the "..." menu. (#2576)
38
-
39
37
- Added a new extension setting `Use Key Chain Credential Storage`
40
38
(defaulting to true), allowing the user to prioritize the use
41
39
of a credential file over the keyring. (#2519)
42
-
43
40
- Credentials are now exposed via a `posit-connect` authentication provider,
44
41
which is surfaced within the native Accounts UI. (#2608)
45
-
46
42
- Added a new extension setting `Default Connect Server` to pre-populate
47
43
the Server URL when creating a credential if there is not already one
48
44
configured. When running within Posit Workbench, the extension will use the
49
45
URL from the [default RStudio/Posit Workbench setting](https://docs.posit.co/ide/server-pro/rstudio_pro_sessions/rstudio_connect_server.html) (rstudio-pro#7466)
50
-
51
46
- When expanded, the Python Packages view will now display a message describing
52
47
how to configure the project to use Python if the configuration file does not
53
48
indicate a dependency on Python. (#2571)
54
-
55
49
- Added a new field to the Python configuration section ("requires_python"),
56
50
which can be used to indicate the range of Python interpreter versions
57
51
required to run the content on the Connect server. If it is not provided,
@@ -71,11 +65,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
71
65
will not be populated when creating a new deployment. If not present at the
72
66
time of deployment, versions will be discovered and inserted from user's
73
67
running environment. (#2468, #2470)
74
-
75
68
- The `posit-publishing-schema-v3` configuration file schema has been updated
76
69
with the new "Python.requires_python" field as well as the switch from required to
77
70
optional for the version field within the R, Python and Quarto sections.
78
-
79
71
- The Publisher Log Panel has now been renamed to "Publisher" and now will
80
72
stay hidden until the user initiates a deployment operation from within the
81
73
extension. It remains visible until the VSCode window is restarted. (#2596)
0 commit comments