diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml index 9dfdaa1ce..97b72f434 100644 --- a/asconfigc/pom.xml +++ b/asconfigc/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.20.0 + 1.20.1 com.as3mxml.vscode diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml index 5f1cee801..6ac81c24f 100644 --- a/check-java-version/pom.xml +++ b/check-java-version/pom.xml @@ -7,7 +7,7 @@ com.as3mxml.vscode vscode-as3mxml - 1.20.0 + 1.20.1 com.as3mxml.vscode diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml index e93deead7..6ebfb9703 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.20.0 + 1.20.1 com.as3mxml.vscode diff --git a/distribution/pom.xml b/distribution/pom.xml index 04d31d09b..08373fdf7 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.20.0 + 1.20.1 com.as3mxml.vscode diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md index 2f700ee2f..ae0f70044 100644 --- a/distribution/src/assembly/CHANGELOG.md +++ b/distribution/src/assembly/CHANGELOG.md @@ -1,5 +1,16 @@ # ActionScript & MXML for Visual Studio Code Changelog +## 1.20.1 + +### Fixed Issues + +- Build: Fixed resolution of `mainClass` to use relative paths for quick compile commands. +- Build: Fixed resolution of `mainClass` when no `source-path` compiler option is specified (resolve relative to project root). +- Build: Restores final fallback resolution of `mainClass` from the current working directory. +- Royale: Detects when _asconfig.json_ is saved and updates the Royale target status bar item. +- New Project: Populates `direct` for Feathers SDK projects. +- New Project: Does not set `true` for AS3 projects if `` is uncommented. + ## 1.20.0 ### New Features diff --git a/language-server/pom.xml b/language-server/pom.xml index 4af005a8a..6b3cf8682 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.20.0 + 1.20.1 com.as3mxml.vscode diff --git a/pom.xml b/pom.xml index 57cc72a48..12ff18d80 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.20.0 + 1.20.1 vscode-as3mxml pom diff --git a/rcsh/pom.xml b/rcsh/pom.xml index 605a349e4..f03155adb 100644 --- a/rcsh/pom.xml +++ b/rcsh/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.20.0 + 1.20.1 com.as3mxml.vscode diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json index ecb483b7d..99425363f 100644 --- a/vscode-extension/package-lock.json +++ b/vscode-extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-as3mxml", - "version": "1.20.0", + "version": "1.20.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-as3mxml", - "version": "1.20.0", + "version": "1.20.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 93b3ec5e6..83d150f6d 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.20.0", + "version": "1.20.1", "publisher": "bowlerhatllc", "homepage": "https://as3mxml.com/", "repository": { diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml index 256257cec..fdf6cbd3f 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.20.0 + 1.20.1 com.as3mxml.vscode