diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml index 810c5f392..758fcad46 100644 --- a/asconfigc/pom.xml +++ b/asconfigc/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.21.0 + 1.21.1 com.as3mxml.vscode diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml index c81bc4393..f73819edc 100644 --- a/check-java-version/pom.xml +++ b/check-java-version/pom.xml @@ -7,7 +7,7 @@ com.as3mxml.vscode vscode-as3mxml - 1.21.0 + 1.21.1 com.as3mxml.vscode diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml index 0904ae294..a3ddcb40f 100644 --- a/check-royale-version/pom.xml +++ b/check-royale-version/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.21.0 + 1.21.1 com.as3mxml.vscode diff --git a/distribution/pom.xml b/distribution/pom.xml index a6e844f9f..ac0240ac6 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.21.0 + 1.21.1 com.as3mxml.vscode diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md index 87173c264..5048c6225 100644 --- a/distribution/src/assembly/CHANGELOG.md +++ b/distribution/src/assembly/CHANGELOG.md @@ -1,5 +1,13 @@ # ActionScript & MXML for Visual Studio Code Changelog +## 1.21.1 + +### Fixed Issues + +- Build: Fixed detection of ANEs in `library-path` and `external-library-path` when _asconfig.json_ is not in the root of the workspace. +- Build: Fixed resolution of relative paths in `htmlTemplate` and `extends` when _asconfig.json_ is not in the root of the workspace. +- Hover: Fixed ASDoc code sample rendering when code block contains `@` symbol at the start of the line. Was incorrectly detected as an ASDoc tag instead of part of the code. + ## 1.21.0 ### Fixed Issues diff --git a/language-server/pom.xml b/language-server/pom.xml index f23e7b5aa..c58477c13 100644 --- a/language-server/pom.xml +++ b/language-server/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.21.0 + 1.21.1 com.as3mxml.vscode diff --git a/pom.xml b/pom.xml index 20d82e838..2fcc10957 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.21.0 + 1.21.1 vscode-as3mxml pom diff --git a/rcsh/pom.xml b/rcsh/pom.xml index 5c376b24b..e8b3670cb 100644 --- a/rcsh/pom.xml +++ b/rcsh/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.21.0 + 1.21.1 com.as3mxml.vscode diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json index 9fc6acf09..97a892c05 100644 --- a/vscode-extension/package-lock.json +++ b/vscode-extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-as3mxml", - "version": "1.21.0", + "version": "1.21.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-as3mxml", - "version": "1.21.0", + "version": "1.21.1", "license": "Apache-2.0", "devDependencies": { "@rgrove/parse-xml": "^4.0.1", diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 9a83cc726..cae3f4191 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "vscode-as3mxml", "displayName": "ActionScript & MXML", "description": "Language support for ActionScript and MXML", - "version": "1.21.0", + "version": "1.21.1", "publisher": "bowlerhatllc", "homepage": "https://as3mxml.com/", "repository": { diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml index 9528a7aaf..f725e3384 100644 --- a/vscode-extension/pom.xml +++ b/vscode-extension/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.21.0 + 1.21.1 com.as3mxml.vscode