File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to the Adobe Script Runner extension will be documented in t
44
55## [ Unreleased]
66
7+ ## [ 0.2.1] 2019-01-05
8+
9+ - Updates default Windows paths to 2019 CC version.
10+ - Updates descriptions for "Run Untitled", "Save Dirty", and "Temp File" in extensions Settings window.
11+
712## Released
813
914## [ 0.2.0] 2018-03-29
Original file line number Diff line number Diff line change 22 "name" : " adobe-script-runner" ,
33 "displayName" : " Adobe Script Runner" ,
44 "description" : " Run Adobe scripts from VSCode" ,
5- "version" : " 0.2.0 " ,
5+ "version" : " 0.2.1 " ,
66 "publisher" : " renderTom" ,
77 "icon" : " resources/icon.png" ,
88 "galleryBanner" : {
7878 },
7979 "adobeScriptRunner.winAfterFxExe" : {
8080 "type" : " string" ,
81- "default" : " C:/Program Files/Adobe/Adobe After Effects CC 2018 /Support Files/AfterFX.exe" ,
81+ "default" : " C:/Program Files/Adobe/Adobe After Effects CC 2019 /Support Files/AfterFX.exe" ,
8282 "description" : " Windows only: Path to Adobe After Effects executable (AfterFX.exe)."
8383 },
8484 "adobeScriptRunner.winIllustratorExe" : {
8585 "type" : " string" ,
86- "default" : " C:/Program Files/Adobe/Adobe Illustrator CC 2018 /Support Files/Contents/Windows/Illustrator.exe" ,
86+ "default" : " C:/Program Files/Adobe/Adobe Illustrator CC 2019 /Support Files/Contents/Windows/Illustrator.exe" ,
8787 "description" : " Windows only: Path to Adobe Illustrator executable (Illustrator.exe)."
8888 },
8989 "adobeScriptRunner.winPhotoshopExe" : {
9090 "type" : " string" ,
91- "default" : " C:/Program Files/Adobe/Adobe Photoshop CC 2018 /Photoshop.exe" ,
91+ "default" : " C:/Program Files/Adobe/Adobe Photoshop CC 2019 /Photoshop.exe" ,
9292 "description" : " Windows only: Path to Adobe Photoshop executable (Photoshop.exe)."
9393 }
9494 }
You can’t perform that action at this time.
0 commit comments