From 4ea8506cf6ae60a93ec09d2c3c01e65704691ae0 Mon Sep 17 00:00:00 2001 From: Trevor Crawford Date: Wed, 20 Sep 2023 14:35:37 -0400 Subject: [PATCH 1/2] Update to 23.0.9 and add 23.0.9 release notes --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b8434b..9cda6618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to the Liberty Tools extension will be documented below. +## 23.0.9 + +Version 23.0.9 of Liberty Tools for Visual Studio Code is a fix release that contains minor enhancements and fixes. Version 23.0.9 requires Visual Studio Code version 1.78+ and requires Java 17 or later. + +Notable enhancements: + +- Updated Liberty Config Language Server version to 2.0.1. For information regarding changes for version 2.0.1, refer to the release notes linked below: + - https://github.com/OpenLiberty/liberty-language-server/releases/tag/liberty-langserver-2.0.1 + - https://github.com/OpenLiberty/liberty-language-server/releases/tag/lemminx-liberty-2.0.1 +- Bug fix for “Start in container” action not appearing when project parent folder is opened in VS Code Explorer - https://github.com/OpenLiberty/liberty-tools-vscode/issues/258 +- Bug fix for the Liberty Dashboard not refreshing project names after they are changed - https://github.com/OpenLiberty/liberty-tools-vscode/issues/177 +- Bug fix for parameter field in “Start…” command redirecting focus to the terminal - https://github.com/OpenLiberty/liberty-tools-vscode/issues/210 +- Added the build file path as a tooltip when hovering over project names in the Liberty dashboard - https://github.com/OpenLiberty/liberty-tools-vscode/issues/208 + +See the [commit log](https://github.com/OpenLiberty/liberty-tools-vscode/compare/23.0.6...23.0.9) for the full set of changes since the previous release. + + ## 23.0.6 Version 23.0.6 of Liberty Tools for Visual Studio Code contains minor enhancements and fixes. Version 23.0.6 requires Visual Studio Code version 1.78+ and requires Java 17 or later. diff --git a/package-lock.json b/package-lock.json index afd901f0..e59851c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "liberty-dev-vscode-ext", - "version": "23.0.9-SNAPSHOT", + "version": "23.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "liberty-dev-vscode-ext", - "version": "23.0.9-SNAPSHOT", + "version": "23.0.9", "license": "EPL-2.0", "dependencies": { "@types/fs-extra": "^8.1.0", diff --git a/package.json b/package.json index ed8d0606..1fe42f0c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "liberty-dev-vscode-ext", "displayName": "Liberty Tools", "description": "Liberty Tools for Visual Studio Code", - "version": "23.0.9-SNAPSHOT", + "version": "23.0.9", "publisher": "Open-Liberty", "repository": { "type": "git", From 403d1a03bb29ef254abc5ed89cb40ba12129144c Mon Sep 17 00:00:00 2001 From: Trevor Crawford Date: Wed, 20 Sep 2023 15:13:30 -0400 Subject: [PATCH 2/2] Fix wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cda6618..951606f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to the Liberty Tools extension will be documented below. Version 23.0.9 of Liberty Tools for Visual Studio Code is a fix release that contains minor enhancements and fixes. Version 23.0.9 requires Visual Studio Code version 1.78+ and requires Java 17 or later. -Notable enhancements: +Notable changes: - Updated Liberty Config Language Server version to 2.0.1. For information regarding changes for version 2.0.1, refer to the release notes linked below: - https://github.com/OpenLiberty/liberty-language-server/releases/tag/liberty-langserver-2.0.1