Skip to content

Releases: wavetermdev/waveterm

Wave Terminal v0.5.2 Release

19 Dec 08:21
426f954
Compare
Choose a tag to compare
  • ChatGPT Support - run /chat [question] in your terminal to get quick answers to questions right inline in your terminal
  • Drag and drop tabs to reorder them within a workspace
  • Experimental sidebar support: move any command to the sidebar by clicking the right arrow icon.
  • Run commands directly in the sidebar by prefixing them with [sidebar=1] ...
  • Automatic update checking: Wave now pings the github releases page to see if there is a newer build available
  • Always show new tab "+" icon even when there are a large number of tabs open
  • Improvement: allow users to override OpenAI baseurl github #133
  • Bug fix: ssh keys with passphrases should now work properly github #128
  • Bug fix: allow '@' signs in ssh user names github #127
  • Bug fix: ignore spurious ssh output when connecting github #99
  • Bug fix: use user configured bash shell on MacOS github #137
  • Bug fix: fix rtnstate detection for complex commands and conda github #163
  • Bug fix: fix the ability to change the port number of a new connection on certain keyboards github #162
  • Other minor UI improvements and bug fixes

Wave Terminal v0.5.1 Release

06 Dec 05:51
Compare
Choose a tag to compare
  • Big update to Connections UI (Connections Screen)
  • Connections: move delete and reinstall to connections modal
  • Filter tab for only running commands, clear will not remove running commands
  • Set tab icon in tab settings (allow any icon to be set via the CLI interface)
  • Fix Linux WaveTerm icon
  • Link TOS in Welcome Modal
  • New modals system to manage popup windows
  • Static wavesrv/waveshell binaries (fixes glibc dependency issue for older Linux distros)
  • Ctrl-Shift-V and Ctrl-Shift-C now work to copy/paste in the terminal
  • Allow terminal font sizes up to 24px (to support higher density screens)
  • Load lines and commands much faster when switching tabs
  • Bug fix: username regex for connections (allow dots and underscores)
  • Bug fix: Ctrl-w functionality when deleting first word
  • Bug fix: Fix nvm, asdf, venv (automatically set rtnstate)
  • Other bug fixes, UI cleanup, and minor featues

Wave Terminal v0.5.0 Release

10 Nov 22:13
Compare
Choose a tag to compare
  • Wave Terminal -- New UI, new brand, new website, new docs!
  • Open Source (Apache 2.0)
  • MacOS Universal Build
  • Linux Builds
  • Big updates to code structure (new mono-repo)
  • Simplifications to build process, webpack scripts
  • New Tab Screen to help initial tab setup
  • Customize your tabs with new tab icons
  • New "Add Connection" Screen
  • New Onboarding Popup, gives access to set telemetry settings
  • Updated and simplified History UI
  • Removed bookmarks feature (will return in future release)
  • Updated CodeEdit "close" functionality to no longer display the file
  • Improved command completion to include bare slash commands
  • Lots of UI cleanup, new controls, fonts, etc. New "About Wave" modal
  • Lots of bug fixes and other minor features

Prompt v0.4.0 Release

16 Oct 16:45
Compare
Choose a tag to compare
  • New UI!
  • csvview for viewing CSV files. Columns are sortable.
  • Other bug fixes

Prompt Terminal v0.3.0

08 Sep 04:52
Compare
Choose a tag to compare
  • codeedit / codeview commands to view and edit files directly inside of the terminal
  • reformatted all the source files to conform to prettier
  • new library versions
  • other bug fixes