Skip to content

Commit

Permalink
prepare for v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Apr 19, 2018
1 parent f448eb5 commit edfb126
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion asconfigc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion check-java-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion check-royale-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
Expand Down
12 changes: 12 additions & 0 deletions distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.11.1

### Fixed Issues

* asconfigc: Fixed issue where Apache Royale builds would have broken encoding so that UTF-8 characters would not render correctly.
* Code Generation: Fixed issue where *Generate Method* and *Generate Field Variable* code actions had no effect in MXML files.
* Completion: Fixed issue where triggering completion without the `<` character in MXML would omit the character.
* Language Server: Fixed issue where changing the framework SDK was not detected, and restarting the language server or reloading the window was required.
* Organize Imports: Fixed issue where unused imports were not removed in MXML files.
* Problems: Fixed issue where problem checking was disabled for a file when a `var` has `[Embed]` metadata (`const` did not have this issue).
* SWF Debugger: Fixed issue where `trace()` calls with multiple consecutive new line characters (`\n\n`) would only add a single new line to the debug console.

## 0.11.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
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.11.0</version>
<version>0.11.1</version>
<name>vscode-nextgenas</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion rcsh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion swf-debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>vscode-nextgenas</artifactId>
<groupId>com.nextgenactionscript.vscode</groupId>
<version>0.11.0</version>
<version>0.11.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "ActionScript & MXML",
"description": "Language support for ActionScript and MXML provided by NextGen ActionScript",
"version": "0.11.0",
"version": "0.11.1",
"publisher": "bowlerhatllc",
"homepage": "http://nextgenactionscript.com/vscode/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.nextgenactionscript.vscode</groupId>
<artifactId>vscode-nextgenas</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
</parent>

<groupId>com.nextgenactionscript.vscode</groupId>
Expand Down

0 comments on commit edfb126

Please sign in to comment.