From 6fd96aa010ad79dd727715be4385944fbd1dd2c0 Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Wed, 9 Oct 2024 22:07:03 -0700 Subject: [PATCH] v0.8.10 release notes (#69) * add new ai config keys * v0.8.10 release notes --- docs/releasenotes.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/releasenotes.mdx b/docs/releasenotes.mdx index 6b4c3e0..f744cf9 100644 --- a/docs/releasenotes.mdx +++ b/docs/releasenotes.mdx @@ -6,6 +6,17 @@ sidebar_position: 8 # Release Notes +### v0.8.10 — Oct 9, 2024 + +Minor big fix release (but there are some new features). + +* added support for Azure AI [See FAQ](https://docs.waveterm.dev/faq#how-can-i-connect-to-azure-ai) +* AI errors now appear in the chat +* on MacOS, hitting "Space" in directorypreview will open selected file in Quick Look +* [bugfix] fixed transparency settings +* [bugfix] fixed issue with non-standard port numbers in connection dropdown +* [bugfix] fixed issue with embedded docsite (returned 404 after refresh) + ### v0.8.9 — Oct 8, 2024 Lots of bug fixes and new features!