From 4f702df7334ac96cc475f3312c837620c823194f Mon Sep 17 00:00:00 2001 From: gbrueckl Date: Wed, 1 Jul 2020 08:30:04 +0200 Subject: [PATCH] update readme.md --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e755d2..171df1c 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,22 @@ This is a Visual Studio Code extension that allows you to work with Azure Databr - Easy configuration via standard VS Code settings # Relase Notes +**v0.5.3**: +- fix issue with dots ('.') in folder names (e.g. in user-folders) - Thanks to [JacekPliszka9](https://github.com/JacekPliszka) +- another fix issue with deprecated '.py.ipynb' file extensions + **v0.5.2**: - fix issues with deprecated file extension '.py.ipynb'. Also removed it from configuration settings (but it still works) - reworked UseCodeCells to now use the code cell tags provided by Databricks instead of adding new ones - refresh on Connections Tab now also re-activates the current connection to reload the configuration + **v0.5.1**: - fix issues with unsupported file extensions (e.g. .scala.ipynb) + **v0.5.0**: - added support for [Code Cells](https://code.visualstudio.com/docs/python/jupyter-support-py#_jupyter-code-cells) which can be enabled using the new configuration property "useCodeCells" - minor fixes for connection manager + **v0.4.0**: - Moved configuration from VSCode Workspace-settings to VSCode User-settings - avoids accidential check-in of sensitive information (Databricks API token) to GIT diff --git a/package.json b/package.json index b31d61a..0058125 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "databricks-vscode", "displayName": "Databricks VSCode", "description": "Databricks Extension for VSCode", - "version": "0.5.2", + "version": "0.5.3", "publisher": "paiqo", "icon": "resources/databricks_extension.png", "author": {