Wave Terminal
詳細情報
タイトル | Wave Terminal |
---|---|
URL | https://www.waveterm.dev/ |
バージョン | ver 0.10.4 |
更新日 | 2024/12/21 |
追加日 | 2023/12/20 |
種別 | フリーソフト / オープンソース(Apache) |
説明 | オープンソースかつクロスプラットフォームのモダンなターミナルソフト。 |
レビュー
モダンな外観もつターミナルソフトで、コマンドを入力する部分と、結果を表示する部分が明示的に分かれている。
VSCodeと同じ機能を持つ内蔵エディタを使ってファイルを編集でき、Markdown、CSV、JSONファイルをプレビュー可能。.jpeg、.png、.gifなどの画像ファイルを表示する画像プレビュー機能も搭載。
複数のタブを管理するためのワークスペースや、セッションの保存・再開機能、全てのコマンドを検索できるユニバーサルヒストリーなど便利な機能が大量に搭載されている。
スクリーンショット
更新グラフ
バージョン履歴
What's Changed
- fix: dynamically determine the chat window height by @oneirocosm in #1588
- Allow empty workspace name while editing workspace by @esimkowitz in #1592
- Update go net package by @esimkowitz in #1593
- Remove WaveAI dynamic height adjustment, use pure CSS, also fix scrolling by @esimkowitz in #1594
- fix: add leading slash to default remote shell by @oneirocosm in #1596
- Fix more WaveAI scroll issues by @esimkowitz in #1597
- Allow users to close windows without confirming, delete last window by @esimkowitz in #1598
- Only create starter workspace on first launch by <
What's Changed
- Only create starter workspace on first launch by @esimkowitz in #1599
Full Changelog: v0.10.4-beta.2...v0.10.4-beta.3
What's Changed
- fix: add leading slash to default remote shell by @oneirocosm in #1596
- Fix more WaveAI scroll issues by @esimkowitz in #1597
- Allow users to close windows without confirming, delete last window by @esimkowitz in #1598
Full Changelog: v0.10.4-beta.1...v0.10.4-beta.2
What's Changed
- Remove WaveAI dynamic height adjustment, use pure CSS, also fix scrolling by @esimkowitz in #1594
Full Changelog: v0.10.4-beta.0...v0.10.4-beta.1
What's Changed
- fix: dynamically determine the chat window height by @oneirocosm in #1588
- Allow empty workspace name while editing workspace by @esimkowitz in #1592
- Update go net package by @esimkowitz in #1593
Full Changelog: v0.10.3...v0.10.4-beta.0
Quick update to v0.10 with new features and bug fixes. (replaces v0.10.2)
- Global hotkey support docs
- Added configuration to override the font size for markdown, AI-chat, and preview editor docs
- Added ability to set independent zoom level for the web view (right click block header)
- New
wsh wavepath
command to open the config directory, data directory, and log file - [bugfix] Fixed crash when /etc/sshd_config contained an unsupported Match directive (most common on Fedora)
- [bugfix] Workspaces are now more consistent across windows, closes associated window when Workspaces are deleted
- [bugfix] Fixed zsh on WSL
- [bugfix] Fixed long-standing bug around control sequences sometimes showing up in terminal output when switching tabs
Quick update to v0.10 with new features and bug fixes.
- Global hotkey support docs
- Added configuration to override the font size for markdown, AI-chat, and preview editor docs
- Added ability to set independent zoom level for the web view (right click block header)
- New
wsh wavepath
command to open the config directory, data directory, and log file - [bugfix] Fixed crash when /etc/sshd_config contained an unsupported Match directive (most common on Fedora)
- [bugfix] Workspaces are now more consistent across windows, closes associated window when Workspaces are deleted
- [bugfix] Fixed zsh on WSL
- [bugfix] Fixed long-standing bug around control sequences sometimes showing up in terminal output when switching tabs
- Lots of new example
What's Changed
- Global Hotkey Docs by @oneirocosm in #1548
- Fish and Pwsh Examples by @oneirocosm in #1549
- Connections Examples by @oneirocosm in #1552
- Add FAQ for WSH outside of Wave by @esimkowitz in #1558
- Shell Example Pictures by @oneirocosm in #1562
- Better Hotkey Example by @oneirocosm in #1563
- Add warning when user is running in ARM translation mode by @esimkowitz in #1560
- fix blockstore panic by @sawka in #1570
What's Changed
- docs: update releasenotes.mdx by @eltociear in #1518
- Bump the dev-dependencies group across 1 directory with 6 updates by @dependabot in #1515
- readme updates by @sawka in #1533
- Bump github.com/shirou/gopsutil/v4 from 4.24.10 to 4.24.11 by @dependabot in #1410
- webview zoom by @sawka in #1531
- Bump electron from 33.2.0 to 33.2.1 in the electron group by @dependabot in #1513
- Global Hotkey by @oneirocosm in #1534
- relative markdown text by
Quick update to fix the workspace app menu actions. Also fixes workspace switching to always open a new window when invoked from a non-workspace window. This reduces the chance of losing a non-workspace window's tabs accidentally.
PRs
- Fix environment variable access for winget script by @esimkowitz in #1506
- Fix SwitchWorkspace when no workspaces are saved by @esimkowitz in #1508
- Create workspace will always create a saved workspace by @esimkowitz in #1509
Full Changelog: v0.10.0...v0.10.1
What's changed
Wave Terminal v0.10.0 introduces workspaces, making it easier to manage multiple work environments. We've added powerful new command execution capabilities with wsh run
, allowing you to launch and control commands in dedicated blocks. This release also brings significant improvements to SSH with a new connections configuration system for managing your remote environments.
- Workspaces: Organize your work into separate environments, each with their own tabs, layouts, and settings (@esimkowitz)
-
Command Blocks: New
wsh run
command for launching terminal commands in dedicated blocks, with support for magnification, auto-closing, and execution control (docs) (@sawka) - Connecti