Skip to content

Commit

Permalink
prepare for v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 25, 2024
1 parent a0a5600 commit ea3dcf6
Show file tree
Hide file tree
Showing 11 changed files with 22 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.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
</parent>

<groupId>com.as3mxml.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.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
</parent>

<groupId>com.as3mxml.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.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
</parent>

<groupId>com.as3mxml.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.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
11 changes: 11 additions & 0 deletions distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ActionScript & MXML for Visual Studio Code Changelog

## 1.20.1

### Fixed Issues

- Build: Fixed resolution of `mainClass` to use relative paths for quick compile commands.
- Build: Fixed resolution of `mainClass` when no `source-path` compiler option is specified (resolve relative to project root).
- Build: Restores final fallback resolution of `mainClass` from the current working directory.
- Royale: Detects when _asconfig.json_ is saved and updates the Royale target status bar item.
- New Project: Populates `<renderMode>direct</renderMode>` for Feathers SDK projects.
- New Project: Does not set `<visible>true</visible>` for AS3 projects if `<visible>` is uncommented.

## 1.20.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.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
</parent>

<groupId>com.as3mxml.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.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
<name>vscode-as3mxml</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.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
4 changes: 2 additions & 2 deletions 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-as3mxml",
"displayName": "ActionScript & MXML",
"description": "Language support for ActionScript and MXML",
"version": "1.20.0",
"version": "1.20.1",
"publisher": "bowlerhatllc",
"homepage": "https://as3mxml.com/",
"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.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
</parent>

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

0 comments on commit ea3dcf6

Please sign in to comment.