Releases: wavetermdev/waveterm
Wave Terminal v0.8.1-beta.1 Release
Full Changelog: v0.8.1-beta.0...v0.8.1-beta.1
Wave Terminal v0.8.1-beta.0 Release
What's Changed
- Fix number parsing for MetaSettingsType by @esimkowitz in #806
- Docs Site Link by @oneirocosm in #804
- Directory View Parent Directory Button by @oneirocosm in #805
- telemetry fix, log no-telemetry by @sawka in #802
Full Changelog: v0.8.0...v0.8.1-beta.0
Wave Terminal v0.8.0 Release
Major New Release of Wave Terminal
The new build is a fresh start, and a clean break from the current version. As such, your history, settings, and configuration will not be carried over. If you'd like to continue to run the legacy version, you will need to download it separately.
(Full Release Notes Coming Soon)
Full Changelog: v0.8.0-beta.15...v0.8.0
Wave Terminal v0.8.0-beta.15 Release
What's Changed
- Dismiss update banner after 10s on error by @esimkowitz in #800
Full Changelog: v0.8.0-beta.14...v0.8.0-beta.15
Wave Terminal v0.8.0-beta.14 Release
What's Changed
- default url, default search, open in external browser by @sawka in #794
- wash meta.url through url search by @sawka in #795
- tips update (add to starter layout) by @sawka in #796
- don't open files when stating directory by @sawka in #797
- fix cpu plot timing issue by @sawka in #799
- Powershell Execution Policy by @oneirocosm in #798
Full Changelog: v0.8.0-beta.12...v0.8.0-beta.14
Wave Terminal v0.8.0-beta.12 Release
What's Changed
- Tips Component by @oneirocosm in #789
- fix for new tab thing by @esimkowitz in #792
- Remember Markdown Changes by @oneirocosm in #790
Full Changelog: https://github.com/wavetermdev/waveterm/commits/v0.8.0-beta.12
Wave Terminal v0.7.6 Release
Minor release with a couple of major features!
- Wave AI Sidebar - we've moved Wave AI into a right-handls sidebar that is persistent across tabs/workspaces. It can be toggled open using Cmd-Shift-Space. Easily ask questions and use the arrow keys to select blocks to execute directly in your terminal session (completely keyboard controllable). Note that Wave AI works with BYOLLM so you can easily hook it up to your own local model, or a different cloud model that you subscribe to.
- New Auto-Complete - In beta, a new autocomplete system based on Fig's class-leading autocomplete library, integrated with our universal shell history. To try it out, go to your settings and switch on "Command Autocomplete".
- Bug fix: bumped electron version, fixes auto-update bug on Linux (and more)
- Other keybinding/focus related bug fixes
Wave Terminal v0.7.5 Release
Quick patch release to fix a regression in v0.7.3/v0.7.4 where when the completion info window popped up, the command input lost focus (so you couldn't actually complete files/directories). Similar regression which did not allow you to submit a command when the "info" window was open.
See v0.7.3 release notes.
Wave Terminal v0.7.4 Release
Quick patch release to remove k8s context/namespace from prompt. Fixes a performance issue where the k8s context command might take multiple seconds to run (causing state altering commands to hang for that amount of time)
See v0.7.3 release notes.
Wave Terminal v0.7.3 Release
New sudo support, better theming and keybinding support, with a ton of performance and usability updates (almost 70 PRs have gone into this patch release).
- Sudo Support - Seamless sudo support (configurable in settings) for local/remote machines. (will follow-up with detailed documentation)
- Multi-level terminal theming support -- global, workspace, and per tab terminal themes (will follow-up with more detailed documentation)
- Keybinding updates -- including ability to register custom commands
- Light mode fixes and cleanup
- k8s namespace/context added to the prompt
- Block context menu with easy access to copy command and/or output, or easily minimize, delete, or restart commands
- AI: customizable timeouts for AI connections
- AI: cleaned up labels/names now that our AI integration is not tied to Chat-GPT (BYOLLM support)
- UI: light mode fixes and cleanup
- UI: restyled command input box (removed background color / outline)
- UI: restyled some of the command input auxillary views to be more consistent
- UI: new labels for dropdowns, correctly truncates longer values
- UI: new native context menus for blocks and tabs for quicker access to some functionality
- Internal: Ephemeral Command support to help drive background updates for the command prompt and future use for completions
- Updated telemetry (fixed bug related to computer sleep, cut send time to 4-hours, added some additional metrics -- docs will be updated)
- Bug fix: git branch now updates correctly for zsh users when running "git checkout" or "git switch"
- Bug fix: known_hosts bug fixes
- Bug fix: codeedit keybindings
- Bug fix: fix inline text edit check/confirm button to correctly save input
- Bug fix: no longer showing spurious ptmx error
- Bug fix: fixed app crash on long command input
- Performance: return new blocks faster to the UI cutting down on render latency
- Updated Electron to v30 (and other dependency updates)
- Other assorted bug fixes, cleanup, and performance improvements