diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml index 4762a31b2..ac102b183 100644 --- a/asconfigc/pom.xml +++ b/asconfigc/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.12.0-SNAPSHOT + 1.11.1 com.as3mxml.vscode diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml index 622ff836a..876b7888e 100644 --- a/check-java-version/pom.xml +++ b/check-java-version/pom.xml @@ -7,7 +7,7 @@ com.as3mxml.vscode vscode-as3mxml - 1.12.0-SNAPSHOT + 1.11.1 com.as3mxml.vscode diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml index 71034bd4c..127c6e958 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.12.0-SNAPSHOT + 1.11.1 com.as3mxml.vscode diff --git a/distribution/pom.xml b/distribution/pom.xml index c878ce9c4..4321d261b 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.12.0-SNAPSHOT + 1.11.1 com.as3mxml.vscode diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md index e58300177..11a749bc4 100644 --- a/distribution/src/assembly/CHANGELOG.md +++ b/distribution/src/assembly/CHANGELOG.md @@ -1,5 +1,18 @@ # ActionScript & MXML for Visual Studio Code Changelog +## 1.11.1 + +### Fixed Issues + +Build: Fixed issue where multiple Quick Compile & Debug/Run commands could be run simultaneously. Now, you must wait for one to complete before starting a new one. +Build: Fixed issue where Adobe AIR packaging tasks were incorrectly provided for _.swc_ library projects. +Documentation: Fixed failure to remove uppercase HTML tags from rendered text. +Documentation: Fixed line breaks missing between some block-level elements. +Documentation: Fixed missing formatting for list items. +Documentation: Fixed display of HTML entities in code blocks. +General: Fixed wrong Apache Royale version number in error message about invalid `as3mxml.sdk.editor` values. +General: The thread to watch source paths is a daemon to avoid it blocking the language server from exiting. + ## 1.11.0 ### New Features diff --git a/language-server/pom.xml b/language-server/pom.xml index aab24f789..79464aa9a 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.12.0-SNAPSHOT + 1.11.1 com.as3mxml.vscode diff --git a/pom.xml b/pom.xml index 05bb44a51..60051b2a8 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.12.0-SNAPSHOT + 1.11.1 vscode-as3mxml pom diff --git a/rcsh/pom.xml b/rcsh/pom.xml index ea22f2fff..98f6f2b79 100644 --- a/rcsh/pom.xml +++ b/rcsh/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.12.0-SNAPSHOT + 1.11.1 com.as3mxml.vscode diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json index d3f76eda4..38414e110 100644 --- a/vscode-extension/package-lock.json +++ b/vscode-extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-as3mxml", - "version": "1.12.0-SNAPSHOT", + "version": "1.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-as3mxml", - "version": "1.12.0-SNAPSHOT", + "version": "1.11.1", "license": "Apache-2.0", "devDependencies": { "@rgrove/parse-xml": "^3.0.0", diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 2c9776273..49f9b7db9 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.12.0-SNAPSHOT", + "version": "1.11.1", "publisher": "bowlerhatllc", "homepage": "https://as3mxml.com/", "repository": { diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml index 6cfef2b22..3114cbbd2 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.12.0-SNAPSHOT + 1.11.1 com.as3mxml.vscode