From 98548f2df88edec6421e0b208627d95b4fd9fb95 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 12 Dec 2024 09:54:33 -0800 Subject: [PATCH] Add two more items to release notes (#1505) --- docs/docs/releasenotes.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/releasenotes.mdx b/docs/docs/releasenotes.mdx index e5d8d7cfb..a9e459b6c 100644 --- a/docs/docs/releasenotes.mdx +++ b/docs/docs/releasenotes.mdx @@ -25,6 +25,8 @@ Wave Terminal v0.10.0 introduces workspaces, making it easier to manage multiple - [bugfix] Corrected WaveAI text area resize behavior - [bugfix] Fixed concurrent block controller start issues - [bugfix] Fixed Preview Blocks for uninitialized connections +- [bugfix] Fixed unresponsive context menus +- [bugfix] Fixed connection errors in Help block - Upgraded Go toolchain to 1.23.4 - Lots of new documentation, including new pages for [Getting Started](https://docs.waveterm.dev/gettingstarted), [AI Presets](https://docs.waveterm.dev/ai-presets), and [wsh overview](https://docs.waveterm.dev/wsh). - Other bug fixes, performance improvements, and dependency updates