diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml
index ba3e3fc5b..48e34ea7f 100644
--- a/asconfigc/pom.xml
+++ b/asconfigc/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.16.0-SNAPSHOT
+ 1.16.0
com.as3mxml.vscode
diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml
index 16bef44e7..481525884 100644
--- a/check-java-version/pom.xml
+++ b/check-java-version/pom.xml
@@ -7,7 +7,7 @@
com.as3mxml.vscode
vscode-as3mxml
- 1.16.0-SNAPSHOT
+ 1.16.0
com.as3mxml.vscode
diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml
index b761e2865..0fa22772e 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.16.0-SNAPSHOT
+ 1.16.0
com.as3mxml.vscode
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 0a3d86cc9..fc1aff39a 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.16.0-SNAPSHOT
+ 1.16.0
com.as3mxml.vscode
diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md
index 1cb9337a0..c8e2c5c29 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.16.0
+
+### New Features
+
+- Build: Automatically detects the Adobe AIR SDK namespace and updates the application descriptor when copying it to the output directory.
+- Build: May specify `"bundle"` for `air` field in _tasks.json_ to detect current operating system and choose `"windows"` or `"mac"` automatically.
+- Code Actions: New code actions to separately add missing imports, remove unused imports, and sort imports, instead of doing all three together with the Organize Imports code action.
+- Definition: When using Go To Definiton for a class in a _.swc_ file, the generated interface now includes ASDoc comments, if available.
+- Hover: Improved formatting of `String` constant values that contain whitespace like new lines.
+
+### Fixed Issues
+
+- Build: When copying assets from the source path, skips invalid source paths and lets the compiler report any errors. This allows special tokens like `{locale}` to be used.
+- Completion: Fixed completion suggestions between the variable type and the initialization value, which sometimes suggested only types, but should have included the full scope.
+- General: Fixed ranges of symbols in the Outline view so that Visual Studio Code's sticky scroll feature works properly.
+- General: Fixed null reference exceptions during certain operations, such as detecting identifiers in a source file.
+- Problems: Clears a deleted project's problems when removing a root folder from the workspace.
+- Signature Help: Fixed detection of active parameter when caret is in the whitespace between parameters.
+
## 1.15.0
### New Features
diff --git a/language-server/pom.xml b/language-server/pom.xml
index e3adac309..ec2824cf1 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.16.0-SNAPSHOT
+ 1.16.0
com.as3mxml.vscode
diff --git a/pom.xml b/pom.xml
index 4917c425f..82ecd319a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.16.0-SNAPSHOT
+ 1.16.0
vscode-as3mxml
pom
diff --git a/rcsh/pom.xml b/rcsh/pom.xml
index 22f336506..bded35014 100644
--- a/rcsh/pom.xml
+++ b/rcsh/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.16.0-SNAPSHOT
+ 1.16.0
com.as3mxml.vscode
diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json
index 5abfa2dda..fa82b1ef2 100644
--- a/vscode-extension/package-lock.json
+++ b/vscode-extension/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "vscode-as3mxml",
- "version": "1.16.0-SNAPSHOT",
+ "version": "1.16.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-as3mxml",
- "version": "1.16.0-SNAPSHOT",
+ "version": "1.16.0",
"license": "Apache-2.0",
"devDependencies": {
"@rgrove/parse-xml": "^4.0.1",
diff --git a/vscode-extension/package.json b/vscode-extension/package.json
index 7ca03c17d..b2dc1c901 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.16.0-SNAPSHOT",
+ "version": "1.16.0",
"publisher": "bowlerhatllc",
"homepage": "https://as3mxml.com/",
"repository": {
diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml
index 7fb1659b6..63e7f03dd 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.16.0-SNAPSHOT
+ 1.16.0
com.as3mxml.vscode