File tree Expand file tree Collapse file tree 11 files changed +22
-11
lines changed Expand file tree Collapse file tree 11 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >com.as3mxml.vscode</groupId >
24
24
<artifactId >vscode-as3mxml</artifactId >
25
- <version >1.20.0 </version >
25
+ <version >1.20.1 </version >
26
26
</parent >
27
27
28
28
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.as3mxml.vscode</groupId >
9
9
<artifactId >vscode-as3mxml</artifactId >
10
- <version >1.20.0 </version >
10
+ <version >1.20.1 </version >
11
11
</parent >
12
12
13
13
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >com.as3mxml.vscode</groupId >
24
24
<artifactId >vscode-as3mxml</artifactId >
25
- <version >1.20.0 </version >
25
+ <version >1.20.1 </version >
26
26
</parent >
27
27
28
28
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >com.as3mxml.vscode</groupId >
24
24
<artifactId >vscode-as3mxml</artifactId >
25
- <version >1.20.0 </version >
25
+ <version >1.20.1 </version >
26
26
</parent >
27
27
28
28
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change 1
1
# ActionScript & MXML for Visual Studio Code Changelog
2
2
3
+ ## 1.20.1
4
+
5
+ ### Fixed Issues
6
+
7
+ - Build: Fixed resolution of ` mainClass ` to use relative paths for quick compile commands.
8
+ - Build: Fixed resolution of ` mainClass ` when no ` source-path ` compiler option is specified (resolve relative to project root).
9
+ - Build: Restores final fallback resolution of ` mainClass ` from the current working directory.
10
+ - Royale: Detects when _ asconfig.json_ is saved and updates the Royale target status bar item.
11
+ - New Project: Populates ` <renderMode>direct</renderMode> ` for Feathers SDK projects.
12
+ - New Project: Does not set ` <visible>true</visible> ` for AS3 projects if ` <visible> ` is uncommented.
13
+
3
14
## 1.20.0
4
15
5
16
### New Features
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >com.as3mxml.vscode</groupId >
24
24
<artifactId >vscode-as3mxml</artifactId >
25
- <version >1.20.0 </version >
25
+ <version >1.20.1 </version >
26
26
</parent >
27
27
28
28
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
<groupId >com.as3mxml.vscode</groupId >
22
22
<artifactId >vscode-as3mxml</artifactId >
23
- <version >1.20.0 </version >
23
+ <version >1.20.1 </version >
24
24
<name >vscode-as3mxml</name >
25
25
<packaging >pom</packaging >
26
26
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >com.as3mxml.vscode</groupId >
24
24
<artifactId >vscode-as3mxml</artifactId >
25
- <version >1.20.0 </version >
25
+ <version >1.20.1 </version >
26
26
</parent >
27
27
28
28
<groupId >com.as3mxml.vscode</groupId >
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-as3mxml" ,
3
3
"displayName" : " ActionScript & MXML" ,
4
4
"description" : " Language support for ActionScript and MXML" ,
5
- "version" : " 1.20.0 " ,
5
+ "version" : " 1.20.1 " ,
6
6
"publisher" : " bowlerhatllc" ,
7
7
"homepage" : " https://as3mxml.com/" ,
8
8
"repository" : {
You can’t perform that action at this time.
0 commit comments