Skip to content

Commit 0c3b8b7

Browse files
authored
Merge pull request #2567 from posit-dev/dotnomad/1.10
1.10.0 Release
2 parents 0c29452 + 45defbc commit 0c3b8b7

File tree

5 files changed

+330
-25
lines changed

5 files changed

+330
-25
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,50 @@ 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+
## [1.10.0]
9+
10+
### Added
11+
12+
- Added a new [Troubleshooting document](https://github.com/posit-dev/publisher/blob/main/docs/troubleshooting.md)
13+
and a link to it in error notifications that occur during deployment. (#2562)
14+
- Added a new [Collaboration document](https://github.com/posit-dev/publisher/blob/main/docs/collaboration.md)
15+
describing how to collaborate on projects using the Posit Publisher. (#2383)
16+
- Added support for deploying Gradio content to Posit Connect. (#2476, #2477)
17+
- Inspection for Gradio entrypoint files was added to correctly determine when
18+
it is Gradio content and setting `type = 'python-gradio'` in the generated
19+
configuration file. (#2475)
20+
- When deploying R content without a `lockfile` the extension now prompts the
21+
user to install and setup `renv` then creates a `renv.lock` depending on what
22+
is needed in their environment. (#2560)
23+
- The Python interpreter used is now consistent across the extension and
24+
uses the selected Python intrepter in Positron or the
25+
[VS Code Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
26+
defaulting to the Python on PATH when none is selected. (#2494, #2496)
27+
- A warning has been added to the sidebar when the selected deployment has a
28+
configuration with `type = 'unknown'` suggesting the framework be set. (#2515)
29+
- Icons have been added to the deployment select dropdown to indicate the
30+
deployment's server and entrypoint. (#2483)
31+
32+
### Fixed
33+
34+
- Deployment dismissal has been greatly improved. Deployments are no longer
35+
updated as the deploy continues on Posit Connect. They instead will be set to
36+
the dismissed state, avoiding changes after dismissal. (#2179, #2498)
37+
- Fixed an issue where the "View Content" button could appear when a deployment
38+
failed prior to any content being created on Posit Connect. (#2373)
39+
40+
### Changed
41+
42+
- The Python and R package files can no longer be un-checked in the Project
43+
Files view to avoid unintended removal from the `files` attribute in the
44+
configuration. (#2555)
45+
- The sidebar design was unified to have similar different vertical placement in
46+
various deployment states. (#2531)
47+
- Warnings in the sidebar have a new look to optimize horizontal space, utilize
48+
theme colors, and emphasize links. (#2526, #2527)
49+
- The error when the extension could not validate credentials has been improved
50+
to indicate that connectivity to the server could also be a problem. (#2450)
51+
852
## [1.8.0]
953

1054
### Added

docs/installation.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Install.
1111

1212
Download and install the VS Code extension.
1313

14-
- 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)
15-
- 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)
16-
- 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)
17-
- 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)
18-
- 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)
14+
- For Arm MacOS: [publisher-1.10.0-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.10.0/publisher-1.10.0-darwin-arm64.vsix)
15+
- For Intel MacOS: [publisher-1.10.0-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.10.0/publisher-1.10.0-darwin-amd64.vsix)
16+
- For Windows: [publisher-1.10.0-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.10.0/publisher-1.10.0-windows-amd64.vsix)
17+
- For Arm Linux: [publisher-1.10.0-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.10.0/publisher-1.10.0-linux-arm64.vsix)
18+
- For Intel Linux: [publisher-1.10.0-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.10.0/publisher-1.10.0-linux-amd64.vsix)
1919

2020
To learn how to install a `.vsix` file, see the [Install from a
2121
VSIX](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix)

docs/licenses.md

+236-19
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,33 @@
208208

209209
```
210210

211+
### @asamuzakjp/css-color
212+
213+
```
214+
MIT License
215+
216+
Copyright (c) 2024 asamuzaK (Kazz)
217+
218+
Permission is hereby granted, free of charge, to any person obtaining a copy
219+
of this software and associated documentation files (the "Software"), to deal
220+
in the Software without restriction, including without limitation the rights
221+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
222+
copies of the Software, and to permit persons to whom the Software is
223+
furnished to do so, subject to the following conditions:
224+
225+
The above copyright notice and this permission notice shall be included in all
226+
copies or substantial portions of the Software.
227+
228+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
229+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
230+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
231+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
232+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
233+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
234+
SOFTWARE.
235+
236+
```
237+
211238
### @babel/helper-string-parser
212239

213240
```
@@ -364,6 +391,134 @@ SOFTWARE.
364391

365392
```
366393

394+
### @csstools/color-helpers
395+
396+
```
397+
MIT No Attribution (MIT-0)
398+
399+
Copyright © CSSTools Contributors
400+
401+
Permission is hereby granted, free of charge, to any person obtaining a copy of
402+
this software and associated documentation files (the “Software”), to deal in
403+
the Software without restriction, including without limitation the rights to
404+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
405+
of the Software, and to permit persons to whom the Software is furnished to do
406+
so.
407+
408+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
409+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
410+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
411+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
412+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
413+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
414+
SOFTWARE.
415+
416+
```
417+
418+
### @csstools/css-calc
419+
420+
```
421+
The MIT License (MIT)
422+
423+
Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>
424+
425+
Permission is hereby granted, free of charge, to any person obtaining a copy of
426+
this software and associated documentation files (the "Software"), to deal in
427+
the Software without restriction, including without limitation the rights to
428+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
429+
the Software, and to permit persons to whom the Software is furnished to do so,
430+
subject to the following conditions:
431+
432+
The above copyright notice and this permission notice shall be included in all
433+
copies or substantial portions of the Software.
434+
435+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
436+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
437+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
438+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
439+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
440+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
441+
442+
```
443+
444+
### @csstools/css-color-parser
445+
446+
```
447+
The MIT License (MIT)
448+
449+
Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>
450+
451+
Permission is hereby granted, free of charge, to any person obtaining a copy of
452+
this software and associated documentation files (the "Software"), to deal in
453+
the Software without restriction, including without limitation the rights to
454+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
455+
the Software, and to permit persons to whom the Software is furnished to do so,
456+
subject to the following conditions:
457+
458+
The above copyright notice and this permission notice shall be included in all
459+
copies or substantial portions of the Software.
460+
461+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
462+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
463+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
464+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
465+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
466+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
467+
468+
```
469+
470+
### @csstools/css-parser-algorithms
471+
472+
```
473+
The MIT License (MIT)
474+
475+
Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>
476+
477+
Permission is hereby granted, free of charge, to any person obtaining a copy of
478+
this software and associated documentation files (the "Software"), to deal in
479+
the Software without restriction, including without limitation the rights to
480+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
481+
the Software, and to permit persons to whom the Software is furnished to do so,
482+
subject to the following conditions:
483+
484+
The above copyright notice and this permission notice shall be included in all
485+
copies or substantial portions of the Software.
486+
487+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
488+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
489+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
490+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
491+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
492+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
493+
494+
```
495+
496+
### @csstools/css-tokenizer
497+
498+
```
499+
The MIT License (MIT)
500+
501+
Copyright 2022 Romain Menke, Antonio Laguna <antonio@laguna.es>
502+
503+
Permission is hereby granted, free of charge, to any person obtaining a copy of
504+
this software and associated documentation files (the "Software"), to deal in
505+
the Software without restriction, including without limitation the rights to
506+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
507+
the Software, and to permit persons to whom the Software is furnished to do so,
508+
subject to the following conditions:
509+
510+
The above copyright notice and this permission notice shall be included in all
511+
copies or substantial portions of the Software.
512+
513+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
514+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
515+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
516+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
517+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
518+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
519+
520+
```
521+
367522
### @eslint-community/eslint-utils
368523

369524
```
@@ -6088,6 +6243,32 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60886243

60896244
```
60906245

6246+
### cssstyle/node_modules/rrweb-cssom
6247+
6248+
```
6249+
Copyright (c) Nikita Vasilyev
6250+
6251+
Permission is hereby granted, free of charge, to any person obtaining
6252+
a copy of this software and associated documentation files (the
6253+
"Software"), to deal in the Software without restriction, including
6254+
without limitation the rights to use, copy, modify, merge, publish,
6255+
distribute, sublicense, and/or sell copies of the Software, and to
6256+
permit persons to whom the Software is furnished to do so, subject to
6257+
the following conditions:
6258+
6259+
The above copyright notice and this permission notice shall be
6260+
included in all copies or substantial portions of the Software.
6261+
6262+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
6263+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
6264+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
6265+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
6266+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
6267+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
6268+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6269+
6270+
```
6271+
60916272
### csstype
60926273

60936274
```
@@ -13174,21 +13355,6 @@ Repository: git+https://github.com/paulmillr/chokidar.git
1317413355

1317513356
---------------------------------------
1317613357

13177-
## colorette
13178-
License: MIT
13179-
By: Jorge Bucaran
13180-
Repository: jorgebucaran/colorette
13181-
13182-
> Copyright © Jorge Bucaran <<https://jorgebucaran.com>>
13183-
>
13184-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
13185-
>
13186-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13187-
>
13188-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13189-
13190-
---------------------------------------
13191-
1319213358
## date-time
1319313359
License: MIT
1319413360
By: Sindre Sorhus
@@ -13454,6 +13620,29 @@ Repository: sindresorhus/parse-ms
1345413620

1345513621
---------------------------------------
1345613622

13623+
## picocolors
13624+
License: ISC
13625+
By: Alexey Raspopov
13626+
Repository: alexeyraspopov/picocolors
13627+
13628+
> ISC License
13629+
>
13630+
> Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
13631+
>
13632+
> Permission to use, copy, modify, and/or distribute this software for any
13633+
> purpose with or without fee is hereby granted, provided that the above
13634+
> copyright notice and this permission notice appear in all copies.
13635+
>
13636+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
13637+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13638+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13639+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13640+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13641+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13642+
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13643+
13644+
---------------------------------------
13645+
1345713646
## picomatch
1345813647
License: MIT
1345913648
By: Jon Schlinkert
@@ -14618,8 +14807,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1461814807

1461914808
--------------------------------------------------------------------------------
1462014809

14621-
coverage, dart_style, dartdoc, glob, http, http_parser, matcher, path, pool,
14622-
pub_semver, source_span, string_scanner, test and watcher license:
14810+
coverage, dartdoc, glob, http, http_parser, matcher, path, pool, pub_semver,
14811+
source_span, string_scanner, test and watcher license:
1462314812

1462414813
Copyright 2014, the Dart project authors.
1462514814

@@ -15186,11 +15375,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1518615375

1518715376
--------------------------------------------------------------------------------
1518815377

15189-
petitparser and xml license:
15378+
petitparser license:
1519015379

1519115380
The MIT License
1519215381

15193-
Copyright (c) 2006-2023 Lukas Renggli.
15382+
Copyright (c) 2006-2025 Lukas Renggli.
1519415383
All rights reserved.
1519515384

1519615385
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -15643,6 +15832,34 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1564315832
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1564415833

1564515834

15835+
--------------------------------------------------------------------------------
15836+
15837+
xml license:
15838+
15839+
The MIT License
15840+
15841+
Copyright (c) 2006-2023 Lukas Renggli.
15842+
All rights reserved.
15843+
15844+
Permission is hereby granted, free of charge, to any person obtaining a copy
15845+
of this software and associated documentation files (the "Software"), to deal
15846+
in the Software without restriction, including without limitation the rights
15847+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15848+
copies of the Software, and to permit persons to whom the Software is
15849+
furnished to do so, subject to the following conditions:
15850+
15851+
The above copyright notice and this permission notice shall be included in
15852+
all copies or substantial portions of the Software.
15853+
15854+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15855+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15856+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15857+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15858+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15859+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
15860+
THE SOFTWARE.
15861+
15862+
1564615863
--------------------------------------------------------------------------------
1564715864

1564815865
yaml license:

0 commit comments

Comments
 (0)