From 7a36caf207e404534dd237eb7342568c7d9fd90f Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 12 Feb 2021 10:29:26 -0800 Subject: [PATCH] v1.6.0 --- asconfigc/pom.xml | 2 +- check-java-version/pom.xml | 2 +- check-royale-version/pom.xml | 2 +- distribution/pom.xml | 2 +- distribution/src/assembly/CHANGELOG.md | 19 +++++++++++++++++++ language-server/pom.xml | 2 +- pom.xml | 2 +- rcsh/pom.xml | 2 +- vscode-extension/package-lock.json | 2 +- vscode-extension/package.json | 2 +- vscode-extension/pom.xml | 2 +- 11 files changed, 29 insertions(+), 10 deletions(-) diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml index 031829dd0..1a062d865 100644 --- a/asconfigc/pom.xml +++ b/asconfigc/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.6.0-SNAPSHOT + 1.6.0 com.as3mxml.vscode diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml index 0a54875fe..406fa7ee1 100644 --- a/check-java-version/pom.xml +++ b/check-java-version/pom.xml @@ -7,7 +7,7 @@ com.as3mxml.vscode vscode-as3mxml - 1.6.0-SNAPSHOT + 1.6.0 com.as3mxml.vscode diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml index 36ce85c4d..d9837e463 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.6.0-SNAPSHOT + 1.6.0 com.as3mxml.vscode diff --git a/distribution/pom.xml b/distribution/pom.xml index 57cea5fd0..29a5156a9 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.6.0-SNAPSHOT + 1.6.0 com.as3mxml.vscode diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md index 98326dc2c..f54229555 100644 --- a/distribution/src/assembly/CHANGELOG.md +++ b/distribution/src/assembly/CHANGELOG.md @@ -1,5 +1,24 @@ # ActionScript & MXML for Visual Studio Code Changelog +## 1.6.0 + +### New Features + +- Build: Added new `workers` field in _asconfig.json_ to compile worker SWFs with an application project. +- Build: Added support for `resdir` in `airOptions` section of _asconfig.json_ to support HARMAN's latest SDK. +- Code Actions: Suggests imports for package-level variables or functions when a symbol is unrecognized (not just classes and interfaces). +- Import: Workers are now included when importing an Adobe Flash Builder project. + +### Fixed Issues + +- Build: No longer deletes root output folder when cleaning the project. This change is to more closely match the behavior of other IDEs. +- Import: Fixed issue where an Adobe Flash Builder project for Adobe AIR might be detected as targeting desktop instead of mobile, in some cases. +- Import: Fixed issue where an Adobe Flash Builder project could not be successfully imported if the folder also contained a FlashDevelop project. + +### Other changes + +- Dependencies: eclipse/lsp4j language server updated to v0.10.0. + ## v1.5.0 ### New Features diff --git a/language-server/pom.xml b/language-server/pom.xml index 85edb66d3..ea91a3895 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.6.0-SNAPSHOT + 1.6.0 com.as3mxml.vscode diff --git a/pom.xml b/pom.xml index dfc6ff6eb..19ab4fb77 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.6.0-SNAPSHOT + 1.6.0 vscode-as3mxml pom diff --git a/rcsh/pom.xml b/rcsh/pom.xml index 8b4639124..009622ea0 100644 --- a/rcsh/pom.xml +++ b/rcsh/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.as3mxml.vscode vscode-as3mxml - 1.6.0-SNAPSHOT + 1.6.0 com.as3mxml.vscode diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json index c69c26461..eb39fbd90 100644 --- a/vscode-extension/package-lock.json +++ b/vscode-extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-nextgenas", - "version": "1.6.0-SNAPSHOT", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 524c82157..c5a7d2b58 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "vscode-nextgenas", "displayName": "ActionScript & MXML", "description": "Language support for ActionScript and MXML", - "version": "1.6.0-SNAPSHOT", + "version": "1.6.0", "publisher": "bowlerhatllc", "homepage": "https://as3mxml.com/", "repository": { diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml index dff510e51..08eed5a76 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.6.0-SNAPSHOT + 1.6.0 com.as3mxml.vscode