mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
d694249b7f
1512 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Evan Simkowitz
|
516029e508
|
Move storybook-static assets to static root (#1214) | ||
Evan Simkowitz
|
efd8ad7254
|
Remove bad working directory for docsite CD (#1212) | ||
Evan Simkowitz
|
edb3290349
|
Move docsite to main repo (#1204)
## Summary We are moving our docsite to this repo for better coordination. ## What's changed? - The docsite codebase is now in docs/ - The docsite will replace storybook as the published GitHub Pages site for this repo - Storybook will now be hosted at https://docs.waveterm.dev/storybook - A new CI workflow will validate any changes to Storybook or the docsite - A combined CD workflow will build and deploy Storybook and the docsite as a single artifact - The Build Helper workflow will now build an embedded version of the docsite before building the app, ensuring the docsite version it has is always the latest |
||
Mike Sawka
|
42e85aea6f
|
VDom 10 (#1206)
* get RefOperations and RefUpdates working. * implement a <canvas> API that can be called using RefOperations * prop to disable rehype/markdown (memory leak) |
||
Mike Sawka
|
61d6b4d8eb
|
VDom 9 (#1205)
Lots of quality of life improvements (and bug fixes): * Class(), ClassIf(), ClassIfElse() methods * <wave:style> that can use a file vdom:/// url * UseStateWithFn() to allow for functional setters * If, IfElse, and ForEach for vdom construction * batched updates for large updates -- streaming -- to get around packet size issues * more flexible file sending code, for []byte, io.Reader, fs.File, and a fileName (with optional MimeType) * fix the vdom:// protocol handler to work with fetch * updated wshcmd-html for new best practices |
||
Evan Simkowitz
|
7476c2f700
|
Install winget before installing wingetcreate in publish workflow (#1203) | ||
dependabot[bot]
|
699b413aad
|
Bump the dev-dependencies group across 1 directory with 11 updates (#1201)
Bumps the dev-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.13.0` | `9.14.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.0` | `22.8.7` | | [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.12` | `8.5.13` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `2.1.3` | `2.1.4` | | [eslint](https://github.com/eslint/eslint) | `9.13.0` | `9.14.0` | | [tslib](https://github.com/Microsoft/tslib) | `2.8.0` | `2.8.1` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.1` | `4.19.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.11.0` | `8.13.0` | | [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) | `4.2.0` | `4.3.0` | | [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `5.0.1` | `5.1.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.4` | Updates `@eslint/js` from 9.13.0 to 9.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.14.0</h2> <h2>Features</h2> <ul> <li><a href=" |
||
Mike Sawka
|
91c293e4be
|
VDom 8 (#1202)
* new vdomevents to support click, change, keydown, etc. easier type signature * can now pass a prop type instead of always converting to map[string]any * implement DefineComponent to allow easier vdom creation using a component function directly * separate vdomclient Make from Connect * lots of bug fixes to get everything working again * PStyle and special "style" attribute handling |
||
dependabot[bot]
|
3f5bb6d12c
|
Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#1187)
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.7.0 to 1.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fsnotify/fsnotify/releases">github.com/fsnotify/fsnotify's releases</a>.</em></p> <blockquote> <h2>v1.8.0</h2> <h2>Additions</h2> <ul> <li>all: add <code>FSNOTIFY_DEBUG</code> to print debug logs to stderr (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>)</li> </ul> <h3>Changes and fixes</h3> <ul> <li> <p>windows: fix behaviour of <code>WatchList()</code> to be consistent with other platforms (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>)</p> </li> <li> <p>kqueue: ignore events with Ident=0 (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>)</p> </li> <li> <p>kqueue: set O_CLOEXEC to prevent passing file descriptors to children (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>)</p> </li> <li> <p>kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>)</p> </li> <li> <p>inotify: don't send event for IN_DELETE_SELF when also watching the parent (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>)</p> </li> <li> <p>inotify: fix panic when calling Remove() in a goroutine (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>)</p> </li> <li> <p>fen: allow watching subdirectories of watched directories (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md">github.com/fsnotify/fsnotify's changelog</a>.</em></p> <blockquote> <h2>1.8.0 2023-10-31</h2> <h3>Additions</h3> <ul> <li>all: add <code>FSNOTIFY_DEBUG</code> to print debug logs to stderr (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>)</li> </ul> <h3>Changes and fixes</h3> <ul> <li> <p>windows: fix behaviour of <code>WatchList()</code> to be consistent with other platforms (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>)</p> </li> <li> <p>kqueue: ignore events with Ident=0 (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>)</p> </li> <li> <p>kqueue: set O_CLOEXEC to prevent passing file descriptors to children (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>)</p> </li> <li> <p>kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>)</p> </li> <li> <p>inotify: don't send event for IN_DELETE_SELF when also watching the parent (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>)</p> </li> <li> <p>inotify: fix panic when calling Remove() in a goroutine (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>)</p> </li> <li> <p>fen: allow watching subdirectories of watched directories (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>)</p> </li> </ul> <p><a href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/590">fsnotify/fsnotify#590</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/610">fsnotify/fsnotify#610</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/617">fsnotify/fsnotify#617</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/619">fsnotify/fsnotify#619</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/620">fsnotify/fsnotify#620</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/621">fsnotify/fsnotify#621</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/625">fsnotify/fsnotify#625</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/650">fsnotify/fsnotify#650</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
0aa2f71a74
|
Bump the prod-dependencies group across 1 directory with 5 updates (#1197)
Bumps the prod-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.26.25` | `0.26.27` | | [css-tree](https://github.com/csstree/csstree) | `3.0.0` | `3.0.1` | | [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.2.2` | `5.2.3` | | [remark-github-blockquote-alert](https://github.com/jaywcjlove/remark-github-blockquote-alert) | `1.2.1` | `1.3.0` | | [winston](https://github.com/winstonjs/winston) | `3.15.0` | `3.16.0` | Updates `@floating-ui/react` from 0.26.25 to 0.26.27 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/releases"><code>@floating-ui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@floating-ui/react</code><a href="https://github.com/0"><code>@0</code></a>.26.27</h2> <h3>Patch Changes</h3> <ul> <li>fix(useListNavigation): ignore Home/End key press for typeable combobox references</li> <li>fix(useListNavigation): ensure submenu references are set as <code>virtualItemRef</code> on floating close</li> <li>fix(inner): use list ref length for fallback detection</li> <li>fix(FloatingPortal): allow <code>root</code> to be reactive from <code>null</code> to an element. ⚠️ an always-<code>null</code> value will never render a portal node as this indicates it's waiting for an element; it must be <code>undefined</code></li> </ul> <h2><code>@floating-ui/react</code><a href="https://github.com/0"><code>@0</code></a>.26.26</h2> <h3>Patch Changes</h3> <ul> <li>fix(useFloating): access <code>domReference</code> instead of <code>reference</code></li> <li>feat(FloatingFocusManager): specify element to return focus to</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@floating-ui/react</code>'s changelog</a>.</em></p> <blockquote> <h2>0.26.27</h2> <h3>Patch Changes</h3> <ul> <li>fix(useListNavigation): ignore Home/End key press for typeable combobox references</li> <li>fix(useListNavigation): ensure submenu references are set as <code>virtualItemRef</code> on floating close</li> <li>fix(inner): use list ref length for fallback detection</li> <li>fix(FloatingPortal): allow <code>root</code> to be reactive from <code>null</code> to an element</li> </ul> <h2>0.26.26</h2> <h3>Patch Changes</h3> <ul> <li>fix(useFloating): access <code>domReference</code> instead of <code>reference</code></li> <li>feat(FloatingFocusManager): specify element to return focus to</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Mike Sawka
|
36fdb715d3
|
add prop-types dependency (#1200) | ||
dependabot[bot]
|
223e0b20af
|
Bump github.com/sashabaranov/go-openai from 1.32.3 to 1.32.5 (#1188)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.32.3 to 1.32.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.32.5</h2> <h2>What's Changed</h2> <ul> <li>add chatcompletion stream delta refusal and logprobs by <a href="https://github.com/Yu0u"><code>@Yu0u</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/882">sashabaranov/go-openai#882</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Yu0u"><code>@Yu0u</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/882">sashabaranov/go-openai#882</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.32.4...v1.32.5">https://github.com/sashabaranov/go-openai/compare/v1.32.4...v1.32.5</a></p> <h2>v1.32.4</h2> <h2>What's Changed</h2> <ul> <li>Updated checkPromptType function to handle prompt list in completions by <a href="https://github.com/AyushSawant18588"><code>@AyushSawant18588</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/885">sashabaranov/go-openai#885</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.32.3...v1.32.4">https://github.com/sashabaranov/go-openai/compare/v1.32.3...v1.32.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
c75f9f7aba
|
Bump the storybook group with 10 updates (#1183)
Bumps the storybook group with 10 updates: | Package | From | To | | --- | --- | --- | | [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `3.1.0` | `3.2.2` | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.3.6` | `8.4.1` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.3.6` | `8.4.1` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.3.6` | `8.4.1` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.3.6` | `8.4.1` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.3.6` | `8.4.1` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.3.6` | `8.4.1` | | [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.3.6` | `8.4.1` | | [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) | `8.3.6` | `8.4.1` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.3.6` | `8.4.1` | Updates `@chromatic-com/storybook` from 3.1.0 to 3.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/releases"><code>@chromatic-com/storybook</code>'s releases</a>.</em></p> <blockquote> <h2>v3.2.2</h2> <h4>🐛 Bug Fix</h4> <ul> <li>Fix dependencies to support Storybook >=<code>8.2.0</code> explicitly <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/346">#346</a> (<a href="https://github.com/JReinhold"><code>@JReinhold</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Jeppe Reinhold (<a href="https://github.com/JReinhold"><code>@JReinhold</code></a>)</li> </ul> <h2>v3.2.1</h2> <h4>🐛 Bug Fix</h4> <ul> <li>Prevent running tests from Testing Module while there's a warning <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/345">#345</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h2>v3.2.0</h2> <h4>🚀 Enhancement</h4> <ul> <li>Allow any version of Storybook in <code>peerDependencies</code> <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/344">#344</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/blob/main/CHANGELOG.md"><code>@chromatic-com/storybook</code>'s changelog</a>.</em></p> <blockquote> <h1>v3.2.2 (Thu Oct 31 2024)</h1> <h4>🐛 Bug Fix</h4> <ul> <li>Fix dependencies to support Storybook >=<code>8.2.0</code> explicitly <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/346">#346</a> (<a href="https://github.com/JReinhold"><code>@JReinhold</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Jeppe Reinhold (<a href="https://github.com/JReinhold"><code>@JReinhold</code></a>)</li> </ul> <hr /> <h1>v3.2.1 (Wed Oct 30 2024)</h1> <h4>🐛 Bug Fix</h4> <ul> <li>Prevent running tests from Testing Module while there's a warning <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/345">#345</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <hr /> <h1>v3.2.0 (Mon Oct 28 2024)</h1> <h4>🚀 Enhancement</h4> <ul> <li>Allow any version of Storybook in <code>peerDependencies</code> <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/344">#344</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
a7ddd39ad6
|
Bump @types/electron from 1.6.10 to 1.6.12 in the electron group (#1185)
Bumps the electron group with 1 update: [@types/electron](https://github.com/DefinitelyTyped/DefinitelyTyped). Updates `@types/electron` from 1.6.10 to 1.6.12 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/electron&package-manager=npm_and_yarn&previous-version=1.6.10&new-version=1.6.12)](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> |
||
dependabot[bot]
|
9f69f93baa
|
Bump github.com/shirou/gopsutil/v4 from 4.24.9 to 4.24.10 (#1189)
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.9 to 4.24.10. <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.10</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>cpu</h3> <ul> <li>[cpu][disk][netbsd] Generate arm-specific definitions by <a href="https://github.com/Lomanic"><code>@Lomanic</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1731">shirou/gopsutil#1731</a></li> </ul> <h3>mem</h3> <ul> <li>fix(mem): possible memory leak on Windows by <a href="https://github.com/uubulb"><code>@uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1722">shirou/gopsutil#1722</a></li> <li>feat(mem): Add windows commit stats by <a href="https://github.com/n4nn31355"><code>@n4nn31355</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1720">shirou/gopsutil#1720</a></li> </ul> <h3>Other Changes</h3> <ul> <li>sensors: avoid passing nil pointer to CFArrayGetCount by <a href="https://github.com/uubulb"><code>@uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1727">shirou/gopsutil#1727</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/n4nn31355"><code>@n4nn31355</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1720">shirou/gopsutil#1720</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10">https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Mike Sawka
|
eeda49bbde
|
vdom 7 (#1180) | ||
wave-builder[bot]
|
6ed812c8ea
|
chore: bump package version to 0.9.1 | ||
wave-builder[bot]
|
5cec4f0c54
|
chore: bump package version to 0.9.1-beta.3 | ||
Evan Simkowitz
|
4a09c06021
|
Use native title bar for all platforms while we fix Window Controls Overlay (#1193) | ||
Mike Sawka
|
be3ec7e841
|
another try at audio permissions (and more) for #1086 (#1192)
the permissions look scary, but the user still needs to grant them. this just allows the app to ask. this permission set now matches the entitlements in iTerm and other popular terminal programs (before we were too restrictive) |
||
Mike Sawka
|
55250de97a
|
fix fullscreen resize bug (#1191) | ||
Mike Sawka
|
8893a42cd6
|
wsh version -v (to print config/data dirs and updater-channel) (#1190) | ||
Mike Sawka
|
b945a8d039
|
restore old tab naming logic (#1186)
fixes the tab naming confusion going on in #1167 |
||
wave-builder[bot]
|
e7f906c5d1
|
chore: bump package version to 0.9.1-beta.2 | ||
Mike Sawka
|
48001ee734
|
make sure the user affirmatively acknowledged window deletion before deleting, fix for #1167 (#1181) | ||
Mike Sawka
|
e10bcee05a
|
fix relaunch all windows (#1179) | ||
wave-builder[bot]
|
694845066b
|
chore: bump package version to 0.9.1-beta.1 | ||
Mike Sawka
|
ca5e552b1b
|
fix electron-builder config (#1178) | ||
wave-builder[bot]
|
0f1d497287
|
chore: bump package version to 0.9.1-beta.0 | ||
Mike Sawka
|
473225d94b
|
issue squashing #1175 #1038 #1086 #1081 #1066 #1020 (#1177) | ||
Evan Simkowitz
|
502f9515d8
|
Two extremely low-hanging fruit tests generated by GitHub Workspace (#1172) | ||
Evan Simkowitz
|
77fbd324c9
|
Check err.toString instead of err.message (#1171) | ||
Evan Simkowitz
|
b3fdbbc331
|
Various updater fixes (#1170)
- Fixes updater status not showing on tabs that were previously unloaded. - Fixes updater status showing as error when not connected to the internet - Adds delay after setting installing status to avoid race condition with any window close event handlers. This may fix #1167 |
||
Evan Simkowitz
|
17adf7b2c3
|
Stupid Electron behavior causes app to crash if Alt+Meta+I is a context menu accelerator (#1169)
closes #1152 |
||
Evan Simkowitz
|
a170e2c80c
|
Fix WinGet version bump (#1165)
Use WinGet to install `wingetcreate`, rather than using Invoke-WebRequest |
||
wave-builder[bot]
|
b56d154c13
|
chore: bump package version to 0.9.0 | ||
Evan Simkowitz
|
96cc2adc91
|
Fix Wave AI styling again (#1164) | ||
wave-builder[bot]
|
ee348d9fad
|
chore: bump package version to 0.9.0-beta.6 | ||
Evan Simkowitz
|
97ba467463
|
Make OS type required for bug reports (#1163) | ||
wave-builder[bot]
|
fb750e53ba
|
chore: bump package version to 0.9.0-beta.5 | ||
Mike Sawka
|
8dbe5749f8
|
fix shutdown for auto-update (#1162) | ||
Sylvie Crowe
|
bf8cc732af
|
feat: add checkmark next to current connection (#1159)
The is specifically for the typeahead dropdown for connections. |
||
wave-builder[bot]
|
4d013bd68f
|
chore: bump package version to 0.9.0-beta.4 | ||
Sylvie Crowe
|
58ff42d9fd
|
Sysinfo Plot Height (#1158)
This makes two small changes - renames a class to resolve two css classes having the same name - ensures sysinfo's outermost element follows the *-view pattern |
||
Mike Sawka
|
b746a0bfb6
|
fix long tab names and syncing tab renaming (#1160) | ||
Evan Simkowitz
|
be5d73af21
|
Fix wave ai styling (#1157) | ||
Sylvie Crowe
|
94eb165346
|
fix: ignore the match statement in ssh config (#1155)
This change will skip over match statements in the ssh config without panicking. Note that this change still does not add match statement parsing--it merely makes it possible to continue parsing if the match keyword is present. |
||
Mike Sawka
|
d0d9095c92
|
call isDev() function to properly hide workspace switcher in prod (#1154) | ||
wave-builder[bot]
|
2f5837b0f6
|
chore: bump package version to 0.9.0-beta.3 | ||
Red J Adaya
|
55c8e5a213
|
workspace switcher + new elements (in storybook) (#1148) |