Skip to content

Commit 861ef20

Browse files
committed
v0.14.0
1 parent e0d91b6 commit 861ef20

File tree

13 files changed

+256
-329
lines changed

13 files changed

+256
-329
lines changed

asconfigc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.14.0-SNAPSHOT</version>
25+
<version>0.14.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

check-java-version/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.as3mxml.vscode</groupId>
99
<artifactId>vscode-nextgenas</artifactId>
10-
<version>0.14.0-SNAPSHOT</version>
10+
<version>0.14.0</version>
1111
</parent>
1212

1313
<groupId>com.as3mxml.vscode</groupId>

check-royale-version/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.14.0-SNAPSHOT</version>
25+
<version>0.14.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.14.0-SNAPSHOT</version>
25+
<version>0.14.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

distribution/src/assembly/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## v0.14.0
2+
3+
### New Features
4+
5+
* Multi-Threading: Improved performance by handling requests from VSCode in multiple threads.
6+
* Outline: Symbols in the Outline view are now displayed as a tree. For example, you'll now see properties and methods of a class as its children.
7+
* Quick Compile & Debug: If another debug session is currently active, it is now stopped automatically before starting a new one.
8+
* Settings: Replaced prefix `nextgenas` with `as3mxml`. For example, `nextgenas.sdk.framework` is now `as3mxml.sdk.framework`. You don't need to do anything to migrate. The extension will detect existing settings and automatically convert them when you open a workspace.
9+
* Tasks: Provides additional build tasks for workspaces that contain multiple *asconfig* JSON files. For example, you could now create the standard *asconfig.json* for development, with a separate *asconfig.prod.json* for production builds.
10+
11+
### Fixed Issues
12+
13+
* Build: Fixed issue where files that should be included when packaging an Adobe AIR app were not available when debugging in the simulator.
14+
* Code Intelligence: Fixed issue where adding, removing, or changing *.swc* files in the workspace would not update code intelligence without restaring VSCode.
15+
* Completion: Fixed issue where the list of states in MXML didn't include state groups.
16+
* Library projects: In addition to `source-path`, now also checks for `include-sources` to determine if a file should support code intelligence when opened in an editor.
17+
* Multi-Root Workspaces: Fixed stability issues in workspaces with multiple root folders.
18+
* Multi-Root Workspaces: Fixed issue where adding a new root folder to a workspace would not activate code intelligence until VSCode is restarted.
19+
* Royale: Fixed issue where the order of items in the `targets` compiler option did not affect code intelligence anymore.
20+
* Syntax Highlighting: Fixed a number of issues that should make ActionScript more consistent with other languages.
21+
22+
### Other Changes
23+
24+
* eclipse/lsp4j updated to v0.5.0.
25+
126
## v0.13.0
227

328
### New Features

distribution/src/assembly/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
## Minimum Requirements
2727

28-
* Visual Studio Code 1.24
28+
* Visual Studio Code 1.27
2929
* Java 1.8 Runtime
3030

3131
## asconfig.json

language-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.14.0-SNAPSHOT</version>
25+
<version>0.14.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
<groupId>com.as3mxml.vscode</groupId>
2222
<artifactId>vscode-nextgenas</artifactId>
23-
<version>0.14.0-SNAPSHOT</version>
23+
<version>0.14.0</version>
2424
<name>vscode-nextgenas</name>
2525
<packaging>pom</packaging>
2626

rcsh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.14.0-SNAPSHOT</version>
25+
<version>0.14.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

swf-debugger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>vscode-nextgenas</artifactId>
2323
<groupId>com.as3mxml.vscode</groupId>
24-
<version>0.14.0-SNAPSHOT</version>
24+
<version>0.14.0</version>
2525
</parent>
2626

2727
<groupId>com.as3mxml.vscode</groupId>

0 commit comments

Comments
 (0)