Skip to content

Commit

Permalink
prepare for 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jun 23, 2023
1 parent 9a4ccdb commit f00c095
Show file tree
Hide file tree
Showing 8 changed files with 24 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.7.1</version>
<version>1.8.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.7.1</version>
<version>1.8.0</version>
</parent>

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

## v1.8.0

### New Features

- Launch: Can now specify `env` field in _launch.json_ to set a map of environment variables.
- Breakpoints: Hovering over a member variable or property in the editor while stopped at a breakpoint will show the value in a tool-tip.

### Fixed Issues

- Launch: Fixed `runtimeArgs` in _launch.json_ being ignored if `runtimeExecutable` is not specified.
- Launch: Fixed detection of Adobe AIR application descriptor output path when the file name is generated from the main class.

### Other Changes

- Dependencies: Apache Royale debugger updated to v0.9.10.

## v1.7.1

### 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.7.1</version>
<version>1.8.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.7.1</version>
<version>1.8.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.7.1",
"version": "1.8.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.7.1</version>
<version>1.8.0</version>
</parent>

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

0 comments on commit f00c095

Please sign in to comment.