From 2366da7d54cf91d9f1d66d6bdecd47790ac43258 Mon Sep 17 00:00:00 2001 From: Ilia Babanov Date: Thu, 24 Oct 2024 14:18:36 +0200 Subject: [PATCH] Update CHANGELOG.md --- packages/databricks-vscode/CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/databricks-vscode/CHANGELOG.md b/packages/databricks-vscode/CHANGELOG.md index 56e2319bb..d11d9c0b3 100644 --- a/packages/databricks-vscode/CHANGELOG.md +++ b/packages/databricks-vscode/CHANGELOG.md @@ -6,12 +6,13 @@ - Don't initialise spark progress widget if it's not supported - Fix CLI cancellation on windows -- Improve environment setup UX -- Improve the process of profiles loading -- Improve run button UX -- Prevent welcome view flashes +- Focus configuration view when users attempt to login or setup Databricks Connect +- Let users install Databricks Connect even if python version doesn't match DBR requirements +- Show login command in the run button conext menu if the extension is logged out +- Don't show error notifications during login process if `.databrickscfg` file doesn't exist +- Prevent welcome view flashes when opening the configuration panel - Update the CLI to v0.231.0 -- Use "bundle sync" instead of "bundle deploy" for remote run commands +- Use `bundle sync` instead of `bundle deploy` for remote run commands # Release: v2.4.6