You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+46-33Lines changed: 46 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,124 +6,137 @@ All notable changes to the Adobe Script Runner extension will be documented in t
6
6
7
7
### Added
8
8
9
-
*
9
+
-
10
10
11
11
### Changed
12
12
13
-
*
13
+
-
14
14
15
15
### Fixed
16
16
17
-
*
17
+
-
18
18
19
19
### Removed
20
20
21
-
*
21
+
-
22
+
23
+
---
24
+
25
+
## [0.4.0] 2021-03-09
26
+
27
+
### Added
28
+
29
+
- Option to toggle **Bring Host Application To Front** on execution for Mac.
30
+
31
+
### Changed
32
+
33
+
- Updates default paths for Illustrator and Photoshop for Windows to 2021 application version.
34
+
- Updates default path for After Effects for Windows to 2020 application version.
22
35
23
36
---
24
37
25
38
## [0.3.0] 2019-12-12
26
39
27
40
### Added
28
41
29
-
* Option to always **Execute File From Config** file defined in **Execute This** section, ignoring the one in active viewer.
30
-
* Option to **Execute File From Token**`Adobe-Script-Runner "path/to/file.jsx"` in active document to execute file between the quotes.
42
+
- Option to always **Execute File From Config** file defined in **Execute This** section, ignoring the one in active viewer.
43
+
- Option to **Execute File From Token**`Adobe-Script-Runner "path/to/file.jsx"` in active document to execute file between the quotes.
31
44
32
45
### Changed
33
46
34
-
* Codebase rewritten from scratch.
35
-
* Renamed configuration keys and titles.
47
+
- Codebase rewritten from scratch.
48
+
- Renamed configuration keys and titles.
36
49
37
50
### Removed
38
51
39
-
* Checkbox **Run Untitled**.
52
+
- Checkbox **Run Untitled**.
40
53
41
54
---
42
55
43
56
## [0.2.1] 2019-01-05
44
57
45
58
### Changed
46
59
47
-
* Updates default Windows paths to CC2019 version.
48
-
* Updates descriptions for `Run Untitled`, `Save Dirty`, and `Temp File` in extensions Settings window.
60
+
- Updates default Windows paths to CC2019 version.
61
+
- Updates descriptions for `Run Untitled`, `Save Dirty`, and `Temp File` in extensions Settings window.
49
62
50
63
---
51
64
52
65
## [0.2.0] 2018-03-29
53
66
54
67
### Fixed
55
68
56
-
* Fixed bug when settings were not registered until app restart.
57
-
* Fixed issue with HOME "~/" paths.
69
+
- Fixed bug when settings were not registered until app restart.
70
+
- Fixed issue with HOME "~/" paths.
58
71
59
72
### Changed
60
73
61
-
* Changed code flow. Splits everything into modules for easier maintenance and development. Also makes it easier for other apps to adopt the functionality.
62
-
* Ports functionality to [Atom.io](https://atom.io/packages/adobe-script-runner).
74
+
- Changed code flow. Splits everything into modules for easier maintenance and development. Also makes it easier for other apps to adopt the functionality.
75
+
- Ports functionality to [Atom.io](https://atom.io/packages/adobe-script-runner).
63
76
64
77
---
65
78
66
79
## [0.1.2] 2018-03-14
67
80
68
81
### Added
69
82
70
-
* Default keybinding `Cmd+R` ro tun `adobeScriptRunner.ae` command.
71
-
* Instructions on how to assign keybindings to commands in `README.md` file.
83
+
- Default keybinding `Cmd+R` ro tun `adobeScriptRunner.ae` command.
84
+
- Instructions on how to assign keybindings to commands in `README.md` file.
72
85
73
86
---
74
87
75
88
## [0.1.1] 2018-03-14
76
89
77
90
### Changed
78
91
79
-
* Extension icon.
92
+
- Extension icon.
80
93
81
94
---
82
95
83
96
## [0.1.0] 2018-03-13
84
97
85
98
### Added
86
99
87
-
* Support to execute scripts in `Adobe InCopy`.
88
-
* Support for Windows.
100
+
- Support to execute scripts in `Adobe InCopy`.
101
+
- Support for Windows.
89
102
90
103
---
91
104
92
105
## [0.0.3] 2018-03-12
93
106
94
107
### Added
95
108
96
-
* Support to open scripts inside `Adobe ExtendScript Toolkit`.
97
-
* Looping gif to README.md file that looks amazing.
109
+
- Support to open scripts inside `Adobe ExtendScript Toolkit`.
110
+
- Looping gif to README.md file that looks amazing.
98
111
99
112
### Fixed
100
113
101
-
* Fixed typos in `README.md`.
114
+
- Fixed typos in `README.md`.
102
115
103
116
### Changed
104
117
105
-
* Updated `extension.js` to use es6 syntax.
106
-
* Updated info message to show app name the script has been sent to.
107
-
* Renamed settings object `adobeScriptLauncher` to `adobeScriptRunner`.
108
-
* Changed location of temp file `Snippet.js` to `~/.vscode` instead of `~/Desktop` folder.
109
-
* Created `resources` folder to dump all image files there.
118
+
- Updated `extension.js` to use es6 syntax.
119
+
- Updated info message to show app name the script has been sent to.
120
+
- Renamed settings object `adobeScriptLauncher` to `adobeScriptRunner`.
121
+
- Changed location of temp file `Snippet.js` to `~/.vscode` instead of `~/Desktop` folder.
122
+
- Created `resources` folder to dump all image files there.
110
123
111
124
---
112
125
113
126
## [0.0.2] 2018-03-11
114
127
115
128
### Added
116
129
117
-
* Support to execute scripts in `Adobe Illustrator`.
118
-
* Support to execute scripts in `Adobe InDesign`.
130
+
- Support to execute scripts in `Adobe Illustrator`.
131
+
- Support to execute scripts in `Adobe InDesign`.
119
132
120
133
### Changed
121
134
122
-
* README.md and CHANGELOG.md files to reflect changes.
123
-
* Refactored `scriptCommands` object.
135
+
- README.md and CHANGELOG.md files to reflect changes.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,14 +85,18 @@ The file path gets resolved by joining this path and the Workspace (or Root `/`)
85
85
86
86
## Settings
87
87
88
-
Click `Cmd+,` on Mac or `Ctrl+,` on Windows to modify settings. Extension exposes the following settings:
88
+
Click `Cmd+,` on Mac or `Ctrl+,` on Windows to modify settings. Extension exposes the following API:
89
89
90
90
-`adobeScriptRunner.executeFileFromConfig`: Whether to execute file, defined in config `.vscode/settings.json` file. See more in [Execute this](#execute-this) section.
91
91
-`adobeScriptRunner.executeFileFromToken`: Whether to search for `Adobe-Script-Runner "path/to/file.jsx"` token in active document, and execute file within the quotes. See more in [Token](#token) section.
92
92
-`adobeScriptRunner.executeThis`: A path to a file to execute always, ignoring the file in the viewer, globally or per-project basis. See more in [Execute this](#execute-this) section.
93
93
-`adobeScriptRunner.saveFileBeforeExecution`: Whether to save file before execution.
94
94
-`adobeScriptRunner.temporaryFile`: Path to a temporary file where Untitled document gets saved prior to execution.
95
95
96
+
**For Mac users only:**
97
+
98
+
-`adobeScriptRunner.bringHostApplicationToFront`: Whether to bring the host application to the front. If this option is turned off, then the **debug console** prints `1` if there were execution errors, otherwise `0`.
99
+
96
100
**For Windows users only:**
97
101
98
102
-`adobeScriptRunner.winAfterEffectsExe`: path to Adobe After Effects executable (AfterFX.exe).
0 commit comments