Skip to content

Commit

Permalink
prepare for 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 27, 2017
1 parent e6464d4 commit d8d34d7
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 14 deletions.
4 changes: 2 additions & 2 deletions check-flexjs-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>check-flexjs-version</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<name>check-flexjs-version</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions check-java-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>check-java-version</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<name>check-java-version</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>distribution</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<name>distribution</name>
<packaging>pom</packaging>

Expand Down
19 changes: 19 additions & 0 deletions distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.7.1

### New Features

* Workspace: ActionScript SDK picker will show an open folder dialog when adding new SDKs instead of opening the settings to edit manually.

### Fixed Issues

* Code generation: Fixed issue where generate getter/setter light bulb suggestions did not appear unless the entire variable definition was selected.
* Editor: Fixed issue where automatic MXML namespace insertion would fail sometimes.
* Editor: Values of `true`, `false`, and `null` are now displayed in the completion list with other keywords.
* Fixed issue where language server could automatically detect an incorrect `swf-version` value, if omitted.
* Fixed issue where closing a workspace would leave the language server running with high CPU and memory usage because it wasn't shutting down correctly.
* Fixed issue where changing the "editor" SDK would require a restart. The language server is now restarted automatically.
* Fixed issue where Output panel would display useless "Unsupported notification method: $/setTraceNotification" warning.
* Fixed issue where Output panel would display useless warning about SLFJ library.
* Fixed issue where Output panel would display useless warning about invalid *asconfig.json* file, when the editor also displays the validation errors in context.
* Fixed issue where creating the root MXML file would sometimes fail because the compilation unit could not be found.

## 0.7.0

### New Features
Expand Down
4 changes: 2 additions & 2 deletions language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>language-server</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<name>language-server</name>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<name>vscode-nextgenas</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions swf-debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ limitations under the License.
<parent>
<artifactId>vscode-nextgenas</artifactId>
<groupId>com.nextgenactionscript.vscode</groupId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>swf-debugger</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<name>swf-debugger</name>

<build>
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-nextgenas",
"displayName": "NextGen ActionScript",
"description": "Language support for ActionScript and MXML provided by NextGen ActionScript",
"version": "0.7.0",
"version": "0.7.1",
"publisher": "bowlerhatllc",
"homepage": "http://nextgenactionscript.com/vscode/",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-extension</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<name>vscode-extension</name>

<properties>
Expand Down

0 comments on commit d8d34d7

Please sign in to comment.