You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/releasenotes.mdx
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ sidebar_position: 8
6
6
7
7
# Release Notes
8
8
9
+
### v0.9.1 — Nov 1, 2024
10
+
11
+
Minor bug fix release to follow-up on the v0.9.0 build. Lots of issues fixed (especially for Windows).
12
+
13
+
* CLI applications that need microphone, camera, or location access will now work on MacOS. You'll see a security popup in Wave to allow/deny [#1086](https://github.com/wavetermdev/waveterm/issues/1086)
14
+
* Can now use `wsh version -v` to print out the new data/config directories
15
+
* Restores the old T1, T2, T3, ... tab naming logic
16
+
* Temporarily revert to using the "Title Bar" on windows to mitgate a bug where the window controls were overlaying on top of our tabs (working on a real fix for the next release)
17
+
* There is a new setting in the editor to enable/disable word wrapping [#1038](https://github.com/wavetermdev/waveterm/issues/1038)
18
+
* Ctrl-S will now save files in codeedit [#1081](https://github.com/wavetermdev/waveterm/issues/1081)
19
+
*[#1020](https://github.com/wavetermdev/waveterm/issues/1020) there is now a preset config option to change the active border color in tab themes
20
+
*[bugfix] Multiple fixes for [#1167](https://github.com/wavetermdev/waveterm/issues/1167) to try to address tab loss while updating
21
+
*[bugfix] Windows app crashed on opening View menu because of a bad accelerator key
22
+
*[bugfix] The auto-updater messages in the tab bar are now more consistent when switching tabs, and we don't show errors when the network is disconnected
23
+
*[bugfix] Full-screen mode now actually shows tabs in full screen
24
+
*[bugfix][#1175](https://github.com/wavetermdev/waveterm/issues/1175) can now edit .awk files
25
+
*[bugfix][#1066](https://github.com/wavetermdev/waveterm/issues/1066) applying a default theme now updates the background appropriately without a refresh
26
+
27
+
9
28
### v0.9.0 — Oct 28, 2024
10
29
11
30
New major Wave Terminal release! Wave tabs are now cached. Tab switching performance is
0 commit comments