This explains how to use cmd:env to set environment variables and how to
use the different forms of `cmd:initscript` to run initialization scripts on
connections.
Lists new connections features and clarifies information including:
- new options for `~/.ssh/config`
- new options for `connections.json`
- a troubleshooting section with info on how to obtain logs and debug
- a troubleshooting section with known limitations
- a list of injected environment variables
Bumps the electron-patch group with 1 update:
[electron](https://github.com/electron/electron).
Updates `electron` from 34.0.0 to 34.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/releases">electron's
releases</a>.</em></p>
<blockquote>
<h2>electron v34.0.1</h2>
<h1>Release Notes for v34.0.1</h1>
<h2>Fixes</h2>
<ul>
<li>Addressed two possible crashes in the File System Access API. <a
href="https://redirect.github.com/electron/electron/pull/45260">#45260</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/45261">35</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where drag-dropping two directories would cause
<code>getAsFileSystemHandle</code> to never resolve. <a
href="https://redirect.github.com/electron/electron/pull/45258">#45258</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/45257">33</a>,
<a
href="https://redirect.github.com/electron/electron/pull/45256">35</a>)<!--
raw HTML omitted --></li>
<li>The <code>avoidClosingConnections</code> option for
<code>session.clearData</code> now properly defaults to
<code>false</code> when the <code>dataTypes</code> option is not set. <a
href="https://redirect.github.com/electron/electron/pull/45208">#45208</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/45207">33</a>)<!--
raw HTML omitted --></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4a1c029f94"><code>4a1c029</code></a>
refactor: in <code>StopTracing()</code>, use string literals instead of
`optional<strin...</li>
<li><a
href="a1816f3587"><code>a1816f3</code></a>
docs: add DocCardList component for index doc (<a
href="https://redirect.github.com/electron/electron/issues/45295">#45295</a>)</li>
<li><a
href="db84f39e5e"><code>db84f39</code></a>
refactor: simplify <code>ParseUserScript()</code> (<a
href="https://redirect.github.com/electron/electron/issues/45289">#45289</a>)</li>
<li><a
href="7ecb8ad7a5"><code>7ecb8ad</code></a>
chore: align <code>clipboard blink::web_pref::WebPreferences</code> with
upstream (<a
href="https://redirect.github.com/electron/electron/issues/45279">#45279</a>)</li>
<li><a
href="973c344f1b"><code>973c344</code></a>
fix: <code>getAsFileSystemHandle</code> failure when drag-dropping two
directories (<a
href="https://redirect.github.com/electron/electron/issues/45258">#45258</a>)</li>
<li><a
href="01c5db032a"><code>01c5db0</code></a>
build: fix clang-format duplicate message (<a
href="https://redirect.github.com/electron/electron/issues/45264">#45264</a>)</li>
<li><a
href="2c22507dfb"><code>2c22507</code></a>
fix: two possible FSA crashes (<a
href="https://redirect.github.com/electron/electron/issues/45260">#45260</a>)</li>
<li><a
href="41c1161dd9"><code>41c1161</code></a>
fix: <code>session.clearData</code> <code>avoidClosingConnections</code>
default to false (<a
href="https://redirect.github.com/electron/electron/issues/45208">#45208</a>)</li>
<li><a
href="b36aaf36e7"><code>b36aaf3</code></a>
docs: remove quickstart (<a
href="https://redirect.github.com/electron/electron/issues/45227">#45227</a>)</li>
<li><a
href="5728e6dc81"><code>5728e6d</code></a>
docs: Why Electron? (<a
href="https://redirect.github.com/electron/electron/issues/45211">#45211</a>)</li>
<li>See full diff in <a
href="https://github.com/electron/electron/compare/v34.0.0...v34.0.1">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=34.0.0&new-version=34.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Adds context menu options to the directory preview to open the parent
directory in the native file viewer. Additionally, it adds context menu
options in the block header to open either a parent directory or a
different type of file in an external default application. These context
menu items are only available for local directory previews.
Adds the following changes to the frontend as a part of the S3 Feature.
- Refactor of the Connections Typeahead to make the code easier to read
and navigate
- Adds a new section for s3 profiles to be added to the dropdown