Skip to content

Commit ca44bba

Browse files
committed
Merge branch 'Dev'
2 parents 05a4be1 + 25faea1 commit ca44bba

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ All notable changes to the Adobe Script Runner extension will be documented in t
2222

2323
---
2424

25+
## [0.5.0] 2021-03-13
26+
27+
### Changed
28+
29+
- Updates default paths for After Effects for Windows to 2021 application version.
30+
31+
---
32+
2533
## [0.4.0] 2021-03-09
2634

2735
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "adobe-script-runner",
33
"displayName": "Adobe Script Runner",
44
"description": "Run Adobe scripts from VSCode",
5-
"version": "0.4.0",
5+
"version": "0.5.0",
66
"publisher": "renderTom",
77
"icon": "resources/icon.png",
88
"galleryBanner": {
@@ -88,7 +88,7 @@
8888
},
8989
"adobeScriptRunner.winAfterEffectsExe": {
9090
"type": "string",
91-
"default": "C:/Program Files/Adobe/Adobe After Effects 2020/Support Files/AfterFX.exe",
91+
"default": "C:/Program Files/Adobe/Adobe After Effects 2021/Support Files/AfterFX.exe",
9292
"description": "Windows only: Path to Adobe After Effects executable (AfterFX.exe)."
9393
},
9494
"adobeScriptRunner.winExtendscriptToolkitExe": {

0 commit comments

Comments
 (0)