docs update, v0.5.0 release notes

This commit is contained in:
sawka
2023-11-10 10:11:04 -08:00
parent 0fb1ab1234
commit 7559cc9c76
5 changed files with 36 additions and 38 deletions
-35
View File
@@ -1,35 +0,0 @@
---
title: FAQ
---
## Tabs
#### How to change the name of a tab?
```/screen:set name="new name"```
#### How to change the color of a tab?
```/screen:set tabcolor=blue```
## Sessions
#### How to change the name of a session?
```/session:set name="new name"```
## Remotes/Connections
#### How to manually install waveshell on the current remote?
```/remote:install```
#### How to manually connect a remote?
```/remote:connect```
#### How to manually disconnect a remote?
```/remote:disconnect```
+2 -2
View File
@@ -45,8 +45,7 @@
"pages": [
"introduction",
"quickstart",
"releasenotes",
"faq"
"releasenotes"
]
},
{
@@ -62,6 +61,7 @@
{
"group": "Reference",
"pages": [
"reference/faq",
"reference/keyboard",
"reference/slashcommands"
]
+1 -1
View File
@@ -18,7 +18,7 @@ You type commands into the input box at the bottom of the screen like normal, an
</Accordion>
</AccordionGroup>
### Sessions and Screens (Tabs)
### Workspaces and Screens (Tabs)
<AccordionGroup>
+15
View File
@@ -0,0 +1,15 @@
---
title: FAQ
---
## Where is my data stored?
All of your data, including command history, environment data, and output and all metadata is stored *locally* on your machine in the `~/.waveterm` directory. None of that information ever leaves your machine. In the future we may launch cloud features to support terminal sharing, shared workspaces, shared playbooks, and terminal backup/sync. These will *opt-in*. We'll never release an update that moves your *private* data off your machine without your explicit consent.
## What telemetry do you collect and send? Can I opt-out?
Wave telemetry is very minimal, anonymized, completely optional, and you can opt out at any time. In fact we allow you opt-out in the welcome screen when you first run Wave! If you'd like to change your telemetry setting after the first run, you can using the Wave settings screen (link in the bottom left of the application). Please consider leaving telemetry on to support us. We use the telemetry data to track general usage which helps us keep Wave funded and growing.
## What shells does Wave Terminal support?
We currently only support `bash`. Your environment (including variables, functions, and aliases) is read from the standard bash startup files (.bash_profile). In order to customize Wave's environment at startup Wave will set the environment variable `WAVESHELL`. If you are currently using `zsh`, you might have to transfer some of your `.zprofile` setup into your `.bash_profile` to have Wave pick up your path and other environment settings. Note that supporting zsh is high on our technical roadmap and we expect to have have at least partial (if not full) zsh support in the next couple of months.
+18
View File
@@ -2,6 +2,24 @@
title: Release Notes
---
### v0.5.0 - 11/10/2023 (WaveTerm)
* **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
* 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
### v0.4.0 - 10/14/2023
* **New UI!**