Releases: wavetermdev/waveterm
Wave Terminal v0.8.2-beta.0 Release
Full Changelog: v0.8.1...v0.8.2-beta.0
Wave Terminal v0.8.1 Release
Minor Cleanup Release (see Release Notes for v0.8.0)
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
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.