Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit c3d3841

Browse files
authored
v0.9 release notes (#85)
* add config tip * add v0.9 release notes
1 parent f2cfe9d commit c3d3841

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

docs/config.mdx

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ id: "config"
44
title: "Configuration"
55
---
66

7-
Wave's configuration files are located at `~/.waveterm/config/`.
7+
Wave's configuration files are located at `~/.config/waveterm/`.
88

9-
The main configuration file is `settings.json` (`~/.waveterm/config/settings.json`).
9+
The main configuration file is `settings.json` (`~/.config/waveterm/settings.json`).
1010

1111
The file is structured as a mostly flat JSON file. Instead of using sub-objects we prefer to
1212
use ":" as level separators.
1313

14+
:::info
15+
16+
If you installed Wave pre-v0.9.0 your configuration file will be located at
17+
`~/.waveterm/config/settings.json`.
18+
19+
:::
20+
1421
| Key Name | Type | Function |
1522
|----------|------|----------|
1623
| ai:preset | string | the default AI preset to use |

docs/releasenotes.mdx

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ sidebar_position: 9
66

77
# Release Notes
88

9+
### v0.9.0 — Oct 28, 2024
10+
11+
New major Wave Terminal release! Wave tabs are now cached. Tab switching performance is
12+
now much faster and webview state, editor state, and scroll positions are now persisted
13+
across tab changes. We also have native WSL2 support. You can create native Wave connections
14+
to your Windows WSL2 distributions using the connection button.
15+
16+
We've also laid the groundwork for some big features that will be released over the
17+
next couple of weeks, including Workspaces, AI improvments, and custom widgets.
18+
19+
Lots of other smaller changes and bug fixes. See full list of PRs at https://github.com/wavetermdev/waveterm/releases/tag/v0.9.0
20+
921
### v0.8.13 — Oct 24, 2024
1022

1123
* Wave is now available as a Snap for Linux users! You can find it [in the Snap Store](https://snapcraft.io/waveterm).

0 commit comments

Comments
 (0)