All notable changes to the Adobe Script Runner extension will be documented in this file. The format is based on Keep a Changelog.
- Support to execute scripts in
Adobe After Effects (Beta)
- Support to execute scripts in
Adobe Illustrator (Beta)
- Support to execute scripts in
Adobe Photoshop (Beta)
- ESLint + Prettier for a consistent codebase
- Updates default paths for After Effects, Illustrator, and Photoshop for Windows to 2022 application versions.
- Updates default paths for After Effects for Windows to 2021 application version.
- Option to toggle Bring Host Application To Front on execution for Mac.
- Updates default paths for Illustrator and Photoshop for Windows to 2021 application version.
- Updates default path for After Effects for Windows to 2020 application version.
- Option to always Execute File From Config file defined in Execute This section, ignoring the one in active viewer.
- Option to Execute File From Token
Adobe-Script-Runner "path/to/file.jsx"
in active document to execute file between the quotes.
- Codebase rewritten from scratch.
- Renamed configuration keys and titles.
- Checkbox Run Untitled.
- Updates default Windows paths to CC2019 version.
- Updates descriptions for
Run Untitled
,Save Dirty
, andTemp File
in extensions Settings window.
- Fixed bug when settings were not registered until app restart.
- Fixed issue with HOME "~/" paths.
- Changed code flow. Splits everything into modules for easier maintenance and development. Also makes it easier for other apps to adopt the functionality.
- Ports functionality to Atom.io.
- Default keybinding
Cmd+R
ro tunadobeScriptRunner.ae
command. - Instructions on how to assign keybindings to commands in
README.md
file.
- Extension icon.
- Support to execute scripts in
Adobe InCopy
. - Support for Windows.
- Support to open scripts inside
Adobe ExtendScript Toolkit
. - Looping gif to README.md file that looks amazing.
- Fixed typos in
README.md
.
- Updated
extension.js
to use es6 syntax. - Updated info message to show app name the script has been sent to.
- Renamed settings object
adobeScriptLauncher
toadobeScriptRunner
. - Changed location of temp file
Snippet.js
to~/.vscode
instead of~/Desktop
folder. - Created
resources
folder to dump all image files there.
- Support to execute scripts in
Adobe Illustrator
. - Support to execute scripts in
Adobe InDesign
.
- README.md and CHANGELOG.md files to reflect changes.
- Refactored
scriptCommands
object.
- Initial release