From a8abd4d93c2887f331b331b5b3edfa5d1b4b2481 Mon Sep 17 00:00:00 2001 From: sawka Date: Thu, 2 May 2024 16:06:43 -0700 Subject: [PATCH] v0.7.5 release notes --- releasenotes.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/releasenotes.mdx b/releasenotes.mdx index 8e6b482..c6b9054 100644 --- a/releasenotes.mdx +++ b/releasenotes.mdx @@ -4,6 +4,12 @@ title: Release Notes Download the latest build here: https://waveterm.dev/download +### v0.7.5 - 05/02/2024 + +Quick patch release to fix a regression in v0.7.3 where when the completion info window popped up, the cmdinput lost focus (so you couldn't actually complete files/directories). Similar regression which did not allow you to submit a command when the "info" window was open. + +See v0.7.3 release notes. + ### v0.7.4 - 05/01/2024 Quick patch release to remove k8s context/namespace from prompt. Fixes a performance issue where the k8s context command might take multiple seconds to run (causing state altering commands to hang for that amount of time)