Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Dec 9, 2024
1 parent 570c00f commit 8ce7f3c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 8 deletions.
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-swf-debug</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</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-swf-debug</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<groupId>com.as3mxml.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,5 +1,17 @@
# SWF Debugger for Visual Studio Code Changelog

## v1.9.0

### Fixed Issues

- Breakpoints: Fixed adding breakpoints to `<fx:Script>` inside `<fx:Component>`.
- Launch: Fixed resolution of `asconfigPath` field in multi-root workspaces where launch configuration is defined in the _.code-workspace_ file.

### Other Changes

- Dependencies: Apache Royale debugger updated to v0.9.12.
- General: Requires JDK 11 or newer due to new Royale minimum requirements. Previously JDK 8 or newer was required.

## v1.8.3

### Fixed Issues
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-swf-debug</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<name>vscode-swf-debug</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion swf-debug-adapter/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-swf-debug</artifactId>
<groupId>com.as3mxml.vscode</groupId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</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-swf-debug",
"displayName": "Debugger for SWF",
"description": "Debug your SWF files in Adobe AIR or Flash Player",
"version": "1.9.0-SNAPSHOT",
"version": "1.9.0",
"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-swf-debug</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

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

0 comments on commit 8ce7f3c

Please sign in to comment.