Commit Graph

1808 Commits

Author SHA1 Message Date
Sylvie Crowe
5d22dd5c54
docs: add more features to release notes (#1849) 2025-01-24 16:05:05 -08:00
Mike Sawka
7b366c93b0
fix markdown padding (#1848) 2025-01-24 15:56:49 -08:00
Mike Sawka
c1dd0c99d9
first draft of release notes (#1847) 2025-01-24 15:43:26 -08:00
Sylvie Crowe
a08a5d11f6
fix: cleanup gotypes.d.ts extra type (#1846)
An earlier commit was pushed without running task generate to clear out
the frontend. This fixes that to bring the backend and frontend in sync.
2025-01-24 15:30:00 -08:00
wave-builder[bot]
f9354fb1d2
chore: bump package version to 0.11.0-beta.6 2025-01-24 23:17:20 +00:00
Sylvie Crowe
ef0c5f0e7b
docs: add cmd:env and scripts to connections docs (#1845)
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.
2025-01-24 15:15:22 -08:00
Evan Simkowitz
f83e645fab
Add connparse tests for Windows and WSL (#1844)
Also fixes the S3 test
2025-01-24 15:10:08 -08:00
Evan Simkowitz
270855f9cf
Fix connparse for wsl (#1843)
Co-authored-by: sawka <mike@commandline.dev>
2025-01-24 14:55:45 -08:00
Sylvie Crowe
b9f703f2b5
refactor: remove ConnOverrideConfig (#1842)
The behavior that ConnOverrideConfig controlled became default behavior,
so it can be removed.
2025-01-24 14:35:11 -08:00
Mike Sawka
038ba8e132
install special new handlers for Cmd+N and Cmd+T when no windows are open (#1839) 2025-01-24 14:24:39 -08:00
Mike Sawka
bba94a62d0
add jwt token back to wsl connections (#1841)
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2025-01-24 14:24:15 -08:00
Sylvie Crowe
3c7f4d2060
Connections Docs Updates (#1836)
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
2025-01-24 14:17:28 -08:00
Sylvie Crowe
51c36efcc0
fix: connection error only shows in error state (#1838)
This ensures that an error of EOF does not get displayed in the
disconnected state.
2025-01-24 14:16:55 -08:00
Mike Sawka
4035974a17
update some formatting, add 'default widgets' and remote shell widgets section for custom widgets doc (#1837) 2025-01-24 13:21:03 -08:00
dependabot[bot]
7bad4b3b31
Bump electron from 34.0.0 to 34.0.1 in the electron-patch group (#1832)
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&lt;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>
2025-01-24 11:21:11 -08:00
Evan Simkowitz
3d9d17caef
Fix magnified block border radius (#1827) 2025-01-23 18:19:02 -08:00
Evan Simkowitz
209647f343
Handle integer overflow cases in shellquote (#1822)
Resolves CodeQL warnings
2025-01-23 18:18:44 -08:00
Evan Simkowitz
ea583a7dfe
Update more links in releases.md (#1826) 2025-01-23 17:59:16 -08:00
Evan Simkowitz
934ebbd8bf
Add more details about testing and releasing to releases.md (#1825) 2025-01-23 17:52:05 -08:00
Evan Simkowitz
ec31873339
Fix grammar in releases.md (#1824) 2025-01-23 17:38:11 -08:00
Evan Simkowitz
e811eb9255
Add copy current url to webview context menu (#1821) 2025-01-23 17:33:41 -08:00
Evan Simkowitz
f0118d7151
Update releases.md (#1823) 2025-01-23 17:33:12 -08:00
Evan Simkowitz
6ebed16e2a
update 0.11 progress in roadmap, move some tasks out (#1820) 2025-01-23 16:36:22 -08:00
Evan Simkowitz
bce4b6c863
Update preset background example name (#1819) 2025-01-23 16:28:22 -08:00
wave-builder[bot]
c96c189b7c
chore: bump package version to 0.11.0-beta.5 2025-01-23 23:50:56 +00:00
Mike Sawka
1913cc5c99
initscript -- support for local files, and overrides in connections.json (#1818) 2025-01-23 15:41:13 -08:00
Evan Simkowitz
8bf90c0a4d
Update windows transparency compat link in config (#1817) 2025-01-23 14:10:31 -08:00
Evan Simkowitz
a0c6694665
Add icons to cards in docsite, adjust md padding (#1816) 2025-01-23 13:54:14 -08:00
Sylvie Crowe
03218c88dd
feat: add new window item to macos dock (#1815)
Adds an option to the MacOS dock, so the menu that shows up on right
click has an option to create a new window.
2025-01-23 13:48:41 -08:00
Mike Sawka
acb14b84fc
match the exact calls in TableBody to set the selected row. (#1808) 2025-01-23 13:46:29 -08:00
dependabot[bot]
d2f313efe6
Bump electron from 33.3.0 to 34.0.0 in the electron-major group (#1766)
Bumps the electron-major group with 1 update:
[electron](https://github.com/electron/electron).

Updates `electron` from 33.3.0 to 34.0.0
<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.0</h2>
<h1>Release Notes for v34.0.0</h1>
<h2>Stack Upgrades</h2>
<ul>
<li>Chromium <code>132.0.6834.83</code>
<ul>
<li><a href="https://developer.chrome.com/blog/new-in-chrome-132/">New
in 132</a></li>
<li><a href="https://developer.chrome.com/blog/new-in-chrome-131/">New
in 131</a></li>
</ul>
</li>
<li>Node <code>20.18.1</code>
<ul>
<li><a href="https://nodejs.org/en/blog/release/v20.18.1/">Node 20.18.1
blog post</a></li>
</ul>
</li>
<li>V8 <code>13.2</code></li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Made menu bar hidden on fullscreen in Windows. <a
href="https://redirect.github.com/electron/electron/pull/43402">#43402</a></li>
</ul>
<h2>Features</h2>
<h3>Additions</h3>
<ul>
<li>Added APIs to manage shared dictionaries for compression efficiency
using Brotli or ZStandard. The new APIs are
<code>session.getSharedDictionaryUsageInfo()</code>,
<code>session.getSharedDictionaryInfo(options)</code>,
<code>session.clearSharedDictionaryCache()</code>, and
<code>session.clearSharedDictionaryCacheForIsolationKey(options)</code>.
<a
href="https://redirect.github.com/electron/electron/pull/44950">#44950</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44951">33</a>)<!--
raw HTML omitted --></li>
<li>Added <code>WebFrameMain.collectJavaScriptCallStack()</code> for
accessing the JavaScript call stack of unresponsive renderers. <a
href="https://redirect.github.com/electron/electron/pull/44938">#44938</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44937">33</a>)<!--
raw HTML omitted --></li>
<li>Added <code>WebFrameMain.detached</code> for frames in an unloading
state.
<ul>
<li>Added <code>WebFrameMain.isDestroyed()</code> to determine if a
frame has been destroyed.</li>
<li>Fixed <code>webFrameMain.fromId(processId, frameId)</code> returning
a <code>WebFrameMain</code> instance which doesn't match the given
parameters when the frame is unloading. <a
href="https://redirect.github.com/electron/electron/pull/43473">#43473</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44209">33</a>)<!--
raw HTML omitted --></li>
</ul>
</li>
<li>Added error event in utility process to support diagnostic reports
on V8 fatal errors. <a
href="https://redirect.github.com/electron/electron/pull/43774">#43774</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43997">33</a>)<!--
raw HTML omitted --></li>
<li>Added support for the macOS system picker in
<code>desktopCapturer</code> and
<code>setDisplayMediaRequestHandler</code>. <a
href="https://redirect.github.com/electron/electron/pull/43581">#43581</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43679">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43680">33</a>)<!--
raw HTML omitted --></li>
<li>Feat: GPU accelerated shared texture offscreen rendering. <a
href="https://redirect.github.com/electron/electron/pull/42953">#42953</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44511">33</a>)<!--
raw HTML omitted --></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Performance improvements when processing microtasks. <a
href="https://redirect.github.com/electron/electron/pull/44471">#44471</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44472">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44473">33</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fixed file chooser dialogs for flaptak applications. <a
href="https://redirect.github.com/electron/electron/pull/44681">#44681</a></li>
<li>Fixed issue where 'contextmenu' event is emitted twice on macOS. <a
href="https://redirect.github.com/electron/electron/pull/44997">#44997</a></li>
</ul>
<h3>Also in earlier versions...</h3>
<ul>
<li>Fixed BrowserView auto resize issue. <a
href="https://redirect.github.com/electron/electron/pull/43463">#43463</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43635">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43637">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43636">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed <code>MenuItem.click</code> handler not setting
<code>focusedWindow</code> parameter when focused window is a
<code>BaseWindow</code>. <a
href="https://redirect.github.com/electron/electron/pull/43404">#43404</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43439">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43437">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43438">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed <code>chrome.i18n</code> extension API being unavailable in
service workers. <a
href="https://redirect.github.com/electron/electron/pull/45036">#45036</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/45035">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/45038">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/45037">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed <code>trace-startup</code> not working on macOS. <a
href="https://redirect.github.com/electron/electron/pull/44275">#44275</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44292">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44276">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a build failure when the <code>enable_plugins</code> build
flag is false. <a
href="https://redirect.github.com/electron/electron/pull/44003">#44003</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44025">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a crash that could occur when calling
<code>shell.readShortcutLink</code> on Windows. <a
href="https://redirect.github.com/electron/electron/pull/44804">#44804</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44803">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a crash when calling <code>focus</code> on a
<code>WebView</code>'s <code>webContents</code>. <a
href="https://redirect.github.com/electron/electron/pull/43921">#43921</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43933">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43934">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43932">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a potential issue accessing a child window document when
overriding browserWindow creation via <code>setWindowOpenHandler</code>.
<a
href="https://redirect.github.com/electron/electron/pull/43775">#43775</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43878">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43877">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43816">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a potential issue with fillable PDF forms saving correctly in
some circumstances. <a
href="https://redirect.github.com/electron/electron/pull/43667">#43667</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44020">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43687">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43686">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue when dragging to resize when using Window Controls
Overlay on Linux. <a
href="https://redirect.github.com/electron/electron/pull/43724">#43724</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43745">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43743">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43744">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>BaseWindow.setTouchBar</code> didn't work
as expected. <a
href="https://redirect.github.com/electron/electron/pull/43353">#43353</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43419">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43420">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43421">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43422">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>EventSource</code> was
<code>undefined</code> in both renderer and worker processes when
Node.js integration was enabled. <a
href="https://redirect.github.com/electron/electron/pull/44495">#44495</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44497">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44496">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>WebContentsView</code>s did not show
correctly in some circumstances on macOS after being added as child
views. <a
href="https://redirect.github.com/electron/electron/pull/43638">#43638</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43697">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43698">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43696">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>WebContentsView</code>s were being
improperly removed. <a
href="https://redirect.github.com/electron/electron/pull/44670">#44670</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44673">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44672">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44671">33</a>)<!--
raw HTML omitted --></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c86896312f"><code>c868963</code></a>
docs: correct breaking changes versions (<a
href="https://redirect.github.com/electron/electron/issues/45189">#45189</a>)</li>
<li><a
href="b9b6aebe32"><code>b9b6aeb</code></a>
docs: update timelines for E35 (<a
href="https://redirect.github.com/electron/electron/issues/45174">#45174</a>)</li>
<li><a
href="6bc6d10308"><code>6bc6d10</code></a>
perf: cache whether or not ELECTRON_DEBUG_NOTIFICATIONS env var is set
(<a
href="https://redirect.github.com/electron/electron/issues/45163">#45163</a>)</li>
<li><a
href="1323e223a4"><code>1323e22</code></a>
chore: bump chromium to 132.0.6834.83 (34-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/45164">#45164</a>)</li>
<li><a
href="bc00450a31"><code>bc00450</code></a>
refactor: remove redundant CreateExtensionsClient() (<a
href="https://redirect.github.com/electron/electron/issues/45155">#45155</a>)</li>
<li><a
href="1ecc57465d"><code>1ecc574</code></a>
test: reenable disabled GHA windows tests (<a
href="https://redirect.github.com/electron/electron/issues/45075">#45075</a>)</li>
<li><a
href="0b12d0e6c5"><code>0b12d0e</code></a>
chore: cherry-pick 3dc17c46 from chromium (<a
href="https://redirect.github.com/electron/electron/issues/45127">#45127</a>)</li>
<li><a
href="68a410de9b"><code>68a410d</code></a>
chore: bump chromium to 132.0.6834.57 (34-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/45066">#45066</a>)</li>
<li><a
href="314bc3e1a1"><code>314bc3e</code></a>
fix: better prompt not supported message in window-setup.ts (<a
href="https://redirect.github.com/electron/electron/issues/45045">#45045</a>)</li>
<li><a
href="33065a8654"><code>33065a8</code></a>
docs: remove extra &quot; (<a
href="https://redirect.github.com/electron/electron/issues/45041">#45041</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v33.3.0...v34.0.0">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=33.3.0&new-version=34.0.0)](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>
2025-01-23 13:34:42 -08:00
Evan Simkowitz
965ed288f8
Remove fileshare logs (#1814) 2025-01-23 12:38:55 -08:00
Evan Simkowitz
2304b8be22
Close open modals on escape keydown (#1809) 2025-01-23 12:23:53 -08:00
Evan Simkowitz
19634ed5df
Fix markdown padding (#1810)
Moves the markdown padding inside the component so the scrollbar stays
glued to the edge
2025-01-23 12:23:45 -08:00
Evan Simkowitz
ab99c786e5
Add sharp-solid font to docsite (#1813) 2025-01-23 12:23:24 -08:00
Evan Simkowitz
d76f092fb7
Unpin docusaurus-og commit (#1811)
Too annoying to keep updating the commit, instead I've locked down the
main branch for the docusaurus-og fork.
2025-01-23 00:23:05 -08:00
wave-builder[bot]
088964f4d0
chore: bump package version to 0.11.0-beta.4 2025-01-23 06:29:17 +00:00
Evan Simkowitz
9406967edd
Fix offset regression in wshremote (#1807)
Co-authored-by: sawka <mike@commandline.dev>
2025-01-22 22:24:35 -08:00
Evan Simkowitz
50b80a10fd
Add license identifiers to missing files (#1806) 2025-01-22 20:06:36 -08:00
Evan Simkowitz
4e0a290ada
Fix padding for markdown preview (#1805) 2025-01-22 19:58:45 -08:00
Sylvie Crowe
6d32ae856c
Reveal Parent Directories in External Applications (#1791)
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.
2025-01-22 19:09:07 -08:00
wave-builder[bot]
6612b9c6ba
chore: bump package version to 0.11.0-beta.3 2025-01-23 02:45:04 +00:00
Mike Sawka
e3a9b80df5
return true (cancel) the enter key event in typeahead (#1804) 2025-01-22 18:22:45 -08:00
Sylvie Crowe
e2800b39b6
S3 Frontend (#1723)
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
2025-01-22 18:16:39 -08:00
Evan Simkowitz
a1f97bd91c
Fix border radii for webview container (#1803) 2025-01-22 18:15:42 -08:00
Evan Simkowitz
68c8c4e156
Fix tilde paths (#1801) 2025-01-22 17:59:11 -08:00
Evan Simkowitz
4abf839e39
Fix directory preview table padding (#1802) 2025-01-22 17:58:31 -08:00
Evan Simkowitz
689b2d63c2
Revert my cheeky change (#1799) 2025-01-22 17:50:50 -08:00
Mike Sawka
735d963aae
actually call the getter (#1800) 2025-01-22 17:50:02 -08:00
Mike Sawka
68cf3fd412
fix statfile atom dependencies via formatRemoteUri (#1797) 2025-01-22 17:42:53 -08:00