Skip to content

Commit bca97a0

Browse files
committed
prepare for v1.10.0
1 parent 0df2f56 commit bca97a0

File tree

8 files changed

+22
-8
lines changed

8 files changed

+22
-8
lines changed

check-java-version/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.as3mxml.vscode</groupId>
99
<artifactId>vscode-swf-debug</artifactId>
10-
<version>1.9.0</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<groupId>com.as3mxml.vscode</groupId>

distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-swf-debug</artifactId>
25-
<version>1.9.0</version>
25+
<version>1.10.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

distribution/src/assembly/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# SWF Debugger for Visual Studio Code Changelog
22

3+
## v1.10.0
4+
5+
### New Features
6+
7+
- General: Automatically uses **adl64** executable, if it exists, and `<architecture>64</architecture>` is detected in the Adobe AIR application descriptor.
8+
9+
### Fixed Issues
10+
11+
- Workers: Fixed issue where a worker terminating would sometimes be incorrectly detected as the main SWF terminating instead.
12+
13+
### Other Changes
14+
15+
- Extension: Refactored all TypeScript code to use `strict` mode.
16+
317
## v1.9.0
418

519
### Fixed Issues

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
<groupId>com.as3mxml.vscode</groupId>
2222
<artifactId>vscode-swf-debug</artifactId>
23-
<version>1.9.0</version>
23+
<version>1.10.0</version>
2424
<name>vscode-swf-debug</name>
2525
<packaging>pom</packaging>
2626

swf-debug-adapter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>vscode-swf-debug</artifactId>
2323
<groupId>com.as3mxml.vscode</groupId>
24-
<version>1.9.0</version>
24+
<version>1.10.0</version>
2525
</parent>
2626

2727
<groupId>com.as3mxml.vscode</groupId>

vscode-extension/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-swf-debug",
33
"displayName": "Debugger for SWF",
44
"description": "Debug your SWF files in Adobe AIR or Flash Player",
5-
"version": "1.9.0",
5+
"version": "1.10.0",
66
"publisher": "bowlerhatllc",
77
"homepage": "https://as3mxml.com/",
88
"repository": {

vscode-extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-swf-debug</artifactId>
25-
<version>1.9.0</version>
25+
<version>1.10.0</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

0 commit comments

Comments
 (0)