Commit Graph

1643 Commits

Author SHA1 Message Date
Evan Simkowitz
18fcab4346
Add term:localshellopts example to docs (#1535)
adds example to avoid confusion and resolve #1522
2024-12-16 16:53:34 -08:00
Mike Sawka
f1cd6b933d
relative markdown text (#1489) 2024-12-16 16:04:07 -08:00
Sylvie Crowe
51bd45bd2b
Global Hotkey (#1534)
Sets up a configurable global hotkey to focus the last window used in
the application. Note that this is established at startup and
configuration changes will not be applied until rebooting the app.
2024-12-16 15:24:32 -08:00
dependabot[bot]
99b5a08a2e
Bump electron from 33.2.0 to 33.2.1 in the electron group (#1513)
Bumps the electron group with 1 update:
[electron](https://github.com/electron/electron).

Updates `electron` from 33.2.0 to 33.2.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 v33.2.1</h2>
<h1>Release Notes for v33.2.1</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed a crash that could occur when calling
<code>shell.readShortcutLink</code> on Windows. <a
href="https://redirect.github.com/electron/electron/pull/44803">#44803</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44804">34</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/44671">#44671</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/44670">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>resize</code> wasn't being emitted for
single-pixel resizes on Windows. <a
href="https://redirect.github.com/electron/electron/pull/44723">#44723</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44724">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44722">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where a <code>utilityProcess</code> pid would not be
<code>undefined</code> after exit. <a
href="https://redirect.github.com/electron/electron/pull/44694">#44694</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44693">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44695">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where buttons shown under the Window Controls Overlay
API were missing tooltips. <a
href="https://redirect.github.com/electron/electron/pull/44757">#44757</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44758">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44759">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where the webContents <code>context-menu</code> event
was not emitted when using <code>-webkit-app-region: drag</code>. <a
href="https://redirect.github.com/electron/electron/pull/44800">#44800</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44798">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44799">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where the windows control overlay was unexpectedly
visible in fullscreen on Linux. <a
href="https://redirect.github.com/electron/electron/pull/44640">#44640</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44643">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44642">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44641">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed crash in net api when utility process exits. <a
href="https://redirect.github.com/electron/electron/pull/44729">#44729</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44730">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44731">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed segfault when moving WebContentsView between BrowserWindows.
<a
href="https://redirect.github.com/electron/electron/pull/44613">#44613</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44614">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44615">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44612">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed theme does not work in DevTools. <a
href="https://redirect.github.com/electron/electron/pull/44635">#44635</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44639">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44636">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed update file extension bug. <a
href="https://redirect.github.com/electron/electron/pull/44771">#44771</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44770">34</a>)<!--
raw HTML omitted --></li>
<li>Return 0 exit code for normal termination of the utility process. <a
href="https://redirect.github.com/electron/electron/pull/44732">#44732</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44749">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44733">34</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Fixed an issue where a deprecation warning was being incorrectly
emitted for frameless windows on macOS. <a
href="https://redirect.github.com/electron/electron/pull/44767">#44767</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44768">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed drag-and-drop session being canceled on wayland with empty
dragData. <a
href="https://redirect.github.com/electron/electron/pull/44753">#44753</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44760">32</a>)<!--
raw HTML omitted --></li>
<li>Security: backported fix for CVE-2024-11110. <a
href="https://redirect.github.com/electron/electron/pull/44647">#44647</a></li>
<li>Updated Chromium to 130.0.6723.137. <a
href="https://redirect.github.com/electron/electron/pull/44781">#44781</a></li>
<li>Updated Node.js to v20.18.1. <a
href="https://redirect.github.com/electron/electron/pull/44780">#44780</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cd6e3d720f"><code>cd6e3d7</code></a>
refactor: fix modernize-return-braced-init-list warnings (<a
href="https://redirect.github.com/electron/electron/issues/44857">#44857</a>)</li>
<li><a
href="7152209fb5"><code>7152209</code></a>
fix: modernize-use-using clang-tidy warnings (<a
href="https://redirect.github.com/electron/electron/issues/44836">#44836</a>)</li>
<li><a
href="51e31de79e"><code>51e31de</code></a>
fix: modernize-use-nodiscard clang-tidy warnings (<a
href="https://redirect.github.com/electron/electron/issues/44832">#44832</a>)</li>
<li><a
href="fe3467e187"><code>fe3467e</code></a>
docs: correct stable release dates for v34.0.0 (<a
href="https://redirect.github.com/electron/electron/issues/44830">#44830</a>)</li>
<li><a
href="d0e24fca25"><code>d0e24fc</code></a>
fix: clang-tidy <code>performance-inefficient-vector-operation</code>
warnings (33-x-y) ...</li>
<li><a
href="3483cd62d7"><code>3483cd6</code></a>
refactor: remove unnecessary constructor code (<a
href="https://redirect.github.com/electron/electron/issues/44825">#44825</a>)</li>
<li><a
href="1ef8b47052"><code>1ef8b47</code></a>
fix: remove unused local variables (<a
href="https://redirect.github.com/electron/electron/issues/44822">#44822</a>)</li>
<li><a
href="71c11496b7"><code>71c1149</code></a>
docs: update new GitHub issue link (<a
href="https://redirect.github.com/electron/electron/issues/44810">#44810</a>)</li>
<li><a
href="bd5c8d7a92"><code>bd5c8d7</code></a>
fix: crash calling <code>shell.readShortcutLink</code> (<a
href="https://redirect.github.com/electron/electron/issues/44803">#44803</a>)</li>
<li><a
href="52b5d8ab99"><code>52b5d8a</code></a>
fix: big endian bug in V8 serialization (<a
href="https://redirect.github.com/electron/electron/issues/44796">#44796</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v33.2.0...v33.2.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=33.2.0&new-version=33.2.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>
2024-12-16 14:18:39 -08:00
Mike Sawka
38deb28da5
webview zoom (#1531) 2024-12-16 14:16:21 -08:00
dependabot[bot]
2285ac99db
Bump github.com/shirou/gopsutil/v4 from 4.24.10 to 4.24.11 (#1410)
Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from
4.24.10 to 4.24.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.24.11</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>host</h3>
<ul>
<li>add anolis family with anolis platform in host/host_linux.go by <a
href="https://github.com/wangyu-geek"><code>@​wangyu-geek</code></a> in
<a
href="https://redirect.github.com/shirou/gopsutil/pull/1745">shirou/gopsutil#1745</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/wangyu-geek"><code>@​wangyu-geek</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1745">shirou/gopsutil#1745</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.10...v4.24.11">https://github.com/shirou/gopsutil/compare/v4.24.10...v4.24.11</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="62a52f910b"><code>62a52f9</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1745">#1745</a>
from wangyu-geek/add_anolis_family_in_host_linux</li>
<li><a
href="8e62971eb0"><code>8e62971</code></a>
add anolis family with anolis platform</li>
<li>See full diff in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.10...v4.24.11">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.10&new-version=4.24.11)](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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-16 14:04:10 -08:00
Mike Sawka
e6ee15ba90
readme updates (#1533) 2024-12-16 13:57:37 -08:00
dependabot[bot]
eb4fb891a8
Bump the dev-dependencies group across 1 directory with 6 updates (#1515)
Bumps the dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.10.1` | `22.10.2` |
|
[@types/prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prop-types)
| `15.7.13` | `15.7.14` |
| [sass](https://github.com/sass/dart-sass) | `1.82.0` | `1.83.0` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.17.0` | `8.18.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`6.0.2` | `6.0.3` |
|
[vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths)
| `5.1.3` | `5.1.4` |


Updates `@types/node` from 22.10.1 to 22.10.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/prop-types` from 15.7.13 to 15.7.14
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prop-types">compare
view</a></li>
</ul>
</details>
<br />

Updates `sass` from 1.82.0 to 1.83.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.83.0</h2>
<p>To install Sass 1.83.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Allow trailing commas in <em>all</em> argument and parameter
lists.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1830">full
changelog</a> for changes in earlier releases.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.83.0</h2>
<ul>
<li>Allow trailing commas in <em>all</em> argument and parameter
lists.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f38dbb00db"><code>f38dbb0</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2464">#2464</a>
from sass/rest-param-comma</li>
<li><a
href="0230ccf851"><code>0230ccf</code></a>
Update pkg/sass_api/CHANGELOG.md</li>
<li><a
href="dd9b106e7e"><code>dd9b106</code></a>
Rename ArgumentInvocation and ArgumentDeclaration</li>
<li><a
href="c45bc70b39"><code>c45bc70</code></a>
Allow a trailing comma after rest parameters and arguments</li>
<li><a
href="219fe67817"><code>219fe67</code></a>
Fix static analysis issues for dart 3.6 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2462">#2462</a>)</li>
<li><a
href="f9eef8105c"><code>f9eef81</code></a>
Fix links to importers in the internal documentation (<a
href="https://redirect.github.com/sass/dart-sass/issues/2458">#2458</a>)</li>
<li><a
href="1b3c7de8d3"><code>1b3c7de</code></a>
Represent rest parameters as properties on Parameter (<a
href="https://redirect.github.com/sass/dart-sass/issues/2454">#2454</a>)</li>
<li><a
href="7a6722cf29"><code>7a6722c</code></a>
Fix the declaration of ReturnRule._returnExpression (<a
href="https://redirect.github.com/sass/dart-sass/issues/2455">#2455</a>)</li>
<li><a
href="1536dc0146"><code>1536dc0</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2453">#2453</a>
from sass/return</li>
<li><a
href="a74f9c301b"><code>a74f9c3</code></a>
Enable useDefineForClassFields and fix affected TS files. (<a
href="https://redirect.github.com/sass/dart-sass/issues/2447">#2447</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.82.0...1.83.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.17.0 to 8.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.18.0</h2>
<h2>8.18.0 (2024-12-09)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-deprecated] report on super call
of deprecated constructor (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10397">#10397</a>)</li>
<li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add
support for &quot;no default&quot; comment (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10218">#10218</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>typescript peer dependency (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li>
<li><strong>deps:</strong> update dependency eslint to v9.16.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10471">#10471</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] check if a JSX
attribute is deprecated (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10374">#10374</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] handle more
robustly when multiple <code>toString()</code> declarations are present
for a type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10432">#10432</a>)</li>
<li><strong>eslint-plugin:</strong>
[use-unknown-in-catch-callback-variable] only flag function literals (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10436">#10436</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Kim Sang Du <a
href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>mdm317</li>
<li>rtritto</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.18.0 (2024-12-09)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>typescript peer dependency (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>rtritto</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c60dbabd8a"><code>c60dbab</code></a>
chore(release): publish 8.18.0</li>
<li><a
href="4cb2cf86c3"><code>4cb2cf8</code></a>
fix: typescript peer dependency (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10373">#10373</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 6.0.2 to 6.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.3</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->6.0.3 (2024-12-05)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: handle postcss load unhandled rejections (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>)
(<a
href="d5fb653c15">d5fb653</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18886">#18886</a></li>
<li>fix: make handleInvoke interface compatible with invoke (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>)
(<a
href="a1dd396da8">a1dd396</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18876">#18876</a></li>
<li>fix: make result interfaces for
<code>ModuleRunnerTransport#invoke</code> more explicit (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18851">#18851</a>)
(<a
href="a75fc3193d">a75fc31</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18851">#18851</a></li>
<li>fix: merge <code>environments.ssr.resolve</code> with root
<code>ssr</code> config (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18857">#18857</a>)
(<a
href="310433106e">3104331</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18857">#18857</a></li>
<li>fix: no permission to create vite config file (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18844">#18844</a>)
(<a
href="ff47778004">ff47778</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18844">#18844</a></li>
<li>fix: remove CSS import in CJS correctly in some cases (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>)
(<a
href="690a36ffdb">690a36f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18885">#18885</a></li>
<li>fix(config): bundle files referenced with imports field (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>)
(<a
href="2b5926a0e7">2b5926a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18887">#18887</a></li>
<li>fix(config): make stacktrace path correct when sourcemap is enabled
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>)
(<a
href="20fdf210ee">20fdf21</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18833">#18833</a></li>
<li>fix(css): rewrite url when image-set and url exist at the same time
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>)
(<a
href="d59efd8dfd">d59efd8</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18868">#18868</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18853">#18853</a>)
(<a
href="5c0223636f">5c02236</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18853">#18853</a></li>
<li>fix(html): allow unexpected question mark in tag name (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>)
(<a
href="1b54e506a4">1b54e50</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18852">#18852</a></li>
<li>fix(module-runner): decode uri for file url passed to import (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>)
(<a
href="88e49aa041">88e49aa</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18837">#18837</a></li>
<li>refactor: fix logic errors found by no-unnecessary-condition rule
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>)
(<a
href="ea802f8f8b">ea802f8</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18891">#18891</a></li>
<li>chore: fix duplicate attributes issue number in comment (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18860">#18860</a>)
(<a
href="ffee61893c">ffee618</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18860">#18860</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7a0758cbbc"><code>7a0758c</code></a>
release: v6.0.3</li>
<li><a
href="a1dd396da8"><code>a1dd396</code></a>
fix: make handleInvoke interface compatible with invoke (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>)</li>
<li><a
href="ea802f8f8b"><code>ea802f8</code></a>
refactor: fix logic errors found by no-unnecessary-condition rule (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>)</li>
<li><a
href="690a36ffdb"><code>690a36f</code></a>
fix: remove CSS import in CJS correctly in some cases (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>)</li>
<li><a
href="d5fb653c15"><code>d5fb653</code></a>
fix: handle postcss load unhandled rejections (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>)</li>
<li><a
href="2b5926a0e7"><code>2b5926a</code></a>
fix(config): bundle files referenced with imports field (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>)</li>
<li><a
href="1b54e506a4"><code>1b54e50</code></a>
fix(html): allow unexpected question mark in tag name (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>)</li>
<li><a
href="d59efd8dfd"><code>d59efd8</code></a>
fix(css): rewrite url when image-set and url exist at the same time (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>)</li>
<li><a
href="20fdf210ee"><code>20fdf21</code></a>
fix(config): make stacktrace path correct when sourcemap is enabled (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>)</li>
<li><a
href="88e49aa041"><code>88e49aa</code></a>
fix(module-runner): decode uri for file url passed to import (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v6.0.3/packages/vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite-tsconfig-paths` from 5.1.3 to 5.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's
releases</a>.</em></p>
<blockquote>
<h2>v5.1.4</h2>
<ul>
<li><strong>fix:</strong> correctly infer the <code>paths</code> root
dir (eea1c17d0fe4ad6e3f8bc324216bc09173e3c778) (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/150">#150</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f58afbc7ec"><code>f58afbc</code></a>
5.1.4</li>
<li><a
href="ece58bf988"><code>ece58bf</code></a>
chore: upgrade typescript</li>
<li><a
href="593a611dce"><code>593a611</code></a>
fix: ensure <code>parseNative</code> result is correctly handled</li>
<li><a
href="eea1c17d0f"><code>eea1c17</code></a>
fix: correctly infer the <code>paths</code> root dir</li>
<li><a
href="34cb651fab"><code>34cb651</code></a>
test: add case for resolving <code>paths</code> from an extended
tsconfig (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/166">#166</a>)</li>
<li><a
href="2d187b9a45"><code>2d187b9</code></a>
chore: upgrade vite &amp; vitest</li>
<li><a
href="a5bb13e9e2"><code>a5bb13e</code></a>
chore: stop using yarn in package.json scripts</li>
<li>See full diff in <a
href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.3...v5.1.4">compare
view</a></li>
</ul>
</details>
<br />


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>
2024-12-16 13:27:58 -08:00
Ikko Eltociear Ashimine
ed3ea4292d
docs: update releasenotes.mdx (#1518)
Relase -> Release
2024-12-14 19:01:27 -08:00
wave-builder[bot]
d2bc4c2364
chore: bump package version to 0.10.1 2024-12-13 03:25:08 +00:00
wave-builder[bot]
7bca363932
chore: bump package version to 0.10.1-beta.0 2024-12-13 01:22:12 +00:00
Evan Simkowitz
ec4f6c01de
Create workspace will always create a saved workspace (#1509)
Also moves icon and color definitions to the backend and makes it so the
new workspaces get created with a different icon color for each index.

If an ephemeral window has more than one tab, always create a new window
when switching workspaces

Also fixes workspace accelerators on macOS
2024-12-12 17:21:09 -08:00
Evan Simkowitz
c34f2da0c0
Fix SwitchWorkspace when no workspaces are saved (#1508)
Also cleans up a workspace created with "Create new workspace" if you
hit cancel when switching to it.
2024-12-12 15:16:34 -08:00
Evan Simkowitz
247d84e8e8
Fix environment variable access for winget script (#1506) 2024-12-12 12:15:03 -08:00
wave-builder[bot]
d7409e6588
chore: bump package version to 0.10.0 2024-12-12 18:38:16 +00:00
dependabot[bot]
17bd6e7f91
Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1503)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from
0.29.0 to 0.31.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b4f1988a35"><code>b4f1988</code></a>
ssh: make the public key cache a 1-entry FIFO cache</li>
<li><a
href="7042ebcbe0"><code>7042ebc</code></a>
openpgp/clearsign: just use rand.Reader in tests</li>
<li><a
href="3e90321ac7"><code>3e90321</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="8c4e668694"><code>8c4e668</code></a>
x509roots/fallback: update bundle</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.29.0...v0.31.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.29.0&new-version=0.31.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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/wavetermdev/waveterm/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-12 09:59:58 -08:00
dependabot[bot]
10497f40f9
Bump nanoid from 3.3.7 to 3.3.8 (#1446)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ai/nanoid/blob/main/CHANGELOG.md">nanoid's
changelog</a>.</em></p>
<blockquote>
<h2>3.3.8</h2>
<ul>
<li>Fixed a way to break Nano ID by passing non-integer size (by <a
href="https://github.com/myndzi"><code>@​myndzi</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3044cd5e73"><code>3044cd5</code></a>
Release 3.3.8 version</li>
<li><a
href="4fe34959c3"><code>4fe3495</code></a>
Update size limit</li>
<li><a
href="d643045f40"><code>d643045</code></a>
Fix pool pollution, infinite loop (<a
href="https://redirect.github.com/ai/nanoid/issues/510">#510</a>)</li>
<li>See full diff in <a
href="https://github.com/ai/nanoid/compare/3.3.7...3.3.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nanoid&package-manager=npm_and_yarn&previous-version=3.3.7&new-version=3.3.8)](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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/wavetermdev/waveterm/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-12 09:56:01 -08:00
Evan Simkowitz
98548f2df8
Add two more items to release notes (#1505) 2024-12-12 09:54:33 -08:00
wave-builder[bot]
27621b746b
chore: bump package version to 0.10.0-beta.7 2024-12-12 02:26:45 +00:00
Evan Simkowitz
a9eeb55021
Fix inconsistent tab sizing between views (#1502)
The windowdrag right spacer was acting erratic. It's also not necessary,
since we can just use margins to let the banner buttons fill empty space
so they float to the right side of the tab bar. Without it, though, I
had to add more padding for the add tab button so it has more room.
2024-12-11 18:25:36 -08:00
Evan Simkowitz
9ce0093751
Fix errors in loading of help view (#1501)
When clicking on one of the cards from the home page of the docsite and
when initially loading the home page of the docsite, the webviewTag was
emitting a `did-frame-navigate` event, which we weren't tracking. This
meant that we were not properly recording that a navigation had
occurred. This caused three separate issues:

- We were never setting the meta url for the block, which meant that
when you navigated to a different tab or reloaded the app, you'd lose
what page you were last on.
- The site would reload after we fixed a broken docsite url, but we
wouldn't remove the error text that blocks the broken site.
- Clicking on the "open in external browser" button wouldn't do
anything.
2024-12-11 16:09:47 -08:00
wave-builder[bot]
98027204ca
chore: bump package version to 0.10.0-beta.6 2024-12-11 21:25:42 +00:00
Evan Simkowitz
3bcd0e16e8
Make the Wave logo icons slightly smaller (#1500)
The scale of the old icons was inconsistent with the rest of the Font
Awesome kit so I updated the aspect ratio to make it a little narrower.
I also am adding the outline assets to our repo
2024-12-11 13:24:12 -08:00
Mike Sawka
f4de338bc3
add a refocus at the end of wave reinit (#1499) 2024-12-11 13:13:40 -08:00
Evan Simkowitz
4918737044
Remove unnecessary log (#1498) 2024-12-11 12:54:23 -08:00
Evan Simkowitz
4070abadde
Squash some leftover bugs (#1495)
Only create new tab in `CheckAndFixWindow` if no tabs or pinned tabs
exist

Update `resolvers.resolveTabNum` to account for pinned tabs

Remove obsolete and unused `wstore.DeleteTab`

Only show accelerators for first 9 workspaces in workspace app menu to
be consistent with other keybindings

Fix tabbar spacing to remove min size for drag right spacer, account for
workspace switcher button size

Fix updatebanner size calculations
2024-12-11 12:52:15 -08:00
Mike Sawka
87ebbdd2f9
updated release notes. date, docs, and links (#1497) 2024-12-11 12:36:57 -08:00
Mike Sawka
164c15f1b2
create ref in model, also remove isRunning (#1496) 2024-12-11 12:26:56 -08:00
Evan Simkowitz
7df441a389
Wrap yarn install with retry for Testdriver and Build Helper (#1494)
Yarn Install (specifically the `sharp` builds) are flaky on Windows. I'm
adding a retry around this step to prevent unnecessary failures
2024-12-11 11:33:41 -08:00
wave-builder[bot]
58fbbd78f6
chore: bump package version to 0.10.0-beta.5 2024-12-11 19:05:47 +00:00
Evan Simkowitz
d975869542
Stop event propagation for contextmenu show event (#1493) 2024-12-11 11:03:30 -08:00
Mike Sawka
ab5e7b5bd9
add try/catch around workspace menu (#1492) 2024-12-11 10:48:50 -08:00
Evan Simkowitz
448262c17f
Fix nullchecks in wave.ts (#1491) 2024-12-11 10:46:08 -08:00
Evan Simkowitz
7ecdf249bd
Remove some unnecessary logs from webview (#1490) 2024-12-11 10:39:12 -08:00
Evan Simkowitz
6684a5c2b8
Only call WebViewModel.handleNavigate for main frame navigations (#1488)
Navigation events are issued not just for main page navigations, but
also for iframes, among other things. With our old behavior, if an
iframe tries to load in a webpage, we would update the webview url and
make the iframe the primary page, which is wrong. Now, we only do this
for main frame navigations.

closes #1487
2024-12-11 10:33:37 -08:00
Evan Simkowitz
ed17c76ada
Final workspace doc icon fix, use inline custom icon (#1485) 2024-12-11 10:08:04 -08:00
Mike Sawka
8dbdb4425f
new wsh docs, style updates across the docs site (#1486) 2024-12-10 20:52:10 -08:00
Evan Simkowitz
fd2f2b1ed1
One more try at fixing the SVG for the workspace, fix another syntax error (#1484) 2024-12-10 18:23:48 -08:00
Mike Sawka
aa001bf53d
getting started doc fleshed out (#1483) 2024-12-10 18:20:02 -08:00
Mike Sawka
4fccd71227
minor docs fixups (consistency) (#1480) 2024-12-10 18:03:48 -08:00
Evan Simkowitz
7c76a438b2
Fix workspace icon in docs (#1482) 2024-12-10 17:58:18 -08:00
Evan Simkowitz
1e5626bed3
Make note an info in workspaces doc (#1481) 2024-12-10 17:50:26 -08:00
Evan Simkowitz
c8bcf08fff
Workspace doc, moving around images (#1479)
Also adds missing global keybindings.

Also reorders docs in the sidebar, introduces new mechanisms for
indicating how an img should float in a document, and adds a `<div
style="clear: both">` before every heading.
2024-12-10 17:43:56 -08:00
wave-builder[bot]
c52d229cd3
chore: bump package version to 0.10.0-beta.4 2024-12-11 00:35:59 +00:00
Mike Sawka
41f960c60c
fix for tabs out of order in tabbar (#1478) 2024-12-10 16:33:55 -08:00
wave-builder[bot]
3ccdcb6ed6
chore: bump package version to 0.10.0-beta.3 2024-12-11 00:00:29 +00:00
Mike Sawka
d3d8f9492e
reorganize AI presets, make the other docs consistent (#1477) 2024-12-10 15:57:45 -08:00
Evan Simkowitz
677ecc3ef8
Fix tab name reload for pinned tabs (#1476) 2024-12-10 15:47:26 -08:00
Evan Simkowitz
1d74e56c26
Add license identifiers to my changes (#1475) 2024-12-10 15:18:14 -08:00
Evan Simkowitz
c95f3b2283
Fix unawaited promises in dir preview (#1474) 2024-12-10 15:13:11 -08:00