From 82f6f97c837daca76c071c688fed347ea8652003 Mon Sep 17 00:00:00 2001 From: sawka Date: Wed, 1 May 2024 21:27:04 -0700 Subject: [PATCH] v0.7.4 --- releasenotes.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/releasenotes.mdx b/releasenotes.mdx index 31ab2e7..8e6b482 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.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) + +See v0.7.3 release notes. + ### v0.7.3 - 05/01/2024 New sudo support, better theming and keybinding support, with a ton of performance and usability updates (almost 70 PRs have gone into this patch release).