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
- adds extra filter option in main categories (eye icons)
8
+
- improved action titles. Descriptor list shows name of the target e.g. "make (layer)" or "make (annotation)" instead of just "make"
9
+
- adds searching/filtering in descriptors content. So when you "get" whole application descriptor you can search for something specific in that huge object and filter it using search field in "tree view"
10
+
- adds slider to set how much boilerplate code do you want to have in generated code
11
+
- layout changes... settings was moved into sidebar so you can see in real time how changes will affect generated code
12
+
- adds "Guide" support in "DOM (live)" tab
13
+
- descriptors recorded by listener are now divided into playable and non-playable (events). Use "eye icon" to activate filter.
14
+
- when you replay recorded action using "play triangle button" then returned data are available in "replies" category
15
+
- adds button to copy source code for selected items into clipboard
16
+
- invisible layer ends are now reachable and listed in "Layer:" dropdown so you can read its properties
17
+
- fixed autoscroll in descriptors list. Now it will scroll only when you are already scrolled at the bottom. So if you need to see something at the beginning of the list then scrollbar won't jump down.
18
+
- descriptor items that failed will be shown grayed out in the list and also with prefix `[Error]` so you will see failed actions at first sight.
19
+
- import and export options were moved into flyout menu
20
+
- adds new main categories: Timeline, Animation and AnimationFrame
21
+
- some properties were moved into "1st party" to let you know that those are intentionally restricted
22
+
23
+
- add connection to CEP "Spy" plugin to get more events from Photoshop. This plugin is not distributed and enabled by default.
- change: revert button back due to bug cause Photoshop to crash
71
145
- workaround: replaces textarea with div placeholder when menu is opened to solve z-index bug in PS
72
146
- fix: menu should not be now rendered outside of plugin and cropped
73
147
74
148
## 1.0.0
149
+
75
150
- change: button menus in footer are now using dropdown so those can be shown out of panel boundary
76
151
77
152
## 0.27.0
153
+
78
154
- improvement: shows error dialog when something fails outside of react error component
79
-
- workaround: allows to make production version of plugin. See: https://forums.adobeprerelease.com/photoshop/discussion/2138/severe-issue-with-listener-in-production-use#latest
155
+
- workaround: allows to make production version of plugin. See: <https://forums.adobeprerelease.com/photoshop/discussion/2138/severe-issue-with-listener-in-production-use#latest>
80
156
- improvement: adds info in footer whether this is production or development version of plugin. Also adds copyright.
81
157
- improvement: generates "await" keyword for async batchplay
82
158
- improvement: won't generate nonsense code for replay reply and dispatched code
@@ -86,23 +162,24 @@ If you want to use alchemist in 23.2.x or lower then use Alchemist version 2.0.2
86
162
- change: "hides used" filter tab
87
163
- change: in Marketplace version of plugin it shows dialog about Photoshop limitations
88
164
89
-
90
165
## 0.26.0
166
+
91
167
- feature: adds partial support for raw data type (fake structure in views and attempt to generate code in code tab)
92
168
- feature: adds possibility to enable/disable raw data type support
93
169
- feature: add expand slider into tree views
94
170
- improvement: breadcrumb in tree view is now at fixed position when scrolling
95
171
96
172
## 0.25.0
173
+
97
174
- feature: adds possibility to set batchPlay options for selected descriptors and also default settings for recorded items
98
-
- improvement: adds new icon (made by Petr Štefek https://www.behance.net/phob )
175
+
- improvement: adds new icon (made by Petr Štefek <https://www.behance.net/phob> )
99
176
- improvement: removes right bottom artifact
100
177
- improvement: cleaner path to the pinned property in generated source code
101
178
- improvement: now it shows autoselected descriptor underline for only autoactive items. 2 for difference 1 for others
102
179
- fix: initial text flash from black to theme color
103
180
104
-
105
181
## 0.24.0
182
+
106
183
- feature: adds menu item to reset panel settings
107
184
- feature: adds possibility to rename item
108
185
- feature: adds clear non-existent. Uses built-in validate reference method. Currently it checks whether it can get those data.
@@ -112,12 +189,15 @@ If you want to use alchemist in 23.2.x or lower then use Alchemist version 2.0.2
112
189
- improvement: click on empty space bellow descriptor items will deselect all items similar to layer panel
113
190
114
191
## 0.23.0
192
+
115
193
- feature: adds dispatcher
116
194
- feature: adds replay
117
195
- feature: adds more version numbers in footer
118
196
119
197
## 0.22.0
198
+
120
199
Merges Inspector and listener panels
200
+
121
201
- shows by default content of item first for more tabs if none is selected
122
202
- adds auto inspector feature
123
203
- adds possibility of continuous selection with Shift (add) or Ctrl+Shift (subtract)
@@ -132,115 +212,144 @@ Merges Inspector and listener panels
132
212
- item title is now not calculated but stored inside of item
133
213
134
214
## 0.21.0
215
+
135
216
Inspector only
217
+
136
218
- feature: changes reference into copy/paste ready generated code
137
219
138
220
## 0.20.0
221
+
139
222
Inspector only
223
+
140
224
- improves: tree expansion is not stored in redux state so it remembers expansions when you switch the tree
141
225
- feature: recursive expand/collapse when you hold key and click item (you have to hold Alt key all the time until it is expanded). Has protection against circular dependencies
142
226
- improves: default sizes for panels
143
227
- feature: adds items into dropdown lists (e.g. document names)
144
228
- fix: inspector loading
145
229
146
230
## 0.19.0
231
+
147
232
Inspector only
233
+
148
234
- improves: divider between left and right column is now resizable
149
235
- fix: all data views are now stretched at the height and scrollable
150
236
- known issue: dropdown has fixed width. I am waiting for Adobe to fix UXP
151
237
- known issue: DOM view can sometimes cause plugin crash
152
238
- known issue: textarea has no scrollbar. I am waiting for Adobe to fix UXP
153
239
154
240
## 0.18.0
241
+
155
242
Inspector only
243
+
156
244
- improves: shows names in descriptor titles
157
245
- improves: content tree view can pin primitive values
158
246
- improves: tree view was forked and customized
159
247
- improves: tree view has now mode allowing to show prototyped properties
160
248
- feature: adds DOM tab to inspect PS DOM
161
249
162
-
163
250
## 0.17.0
251
+
164
252
Inspector only
253
+
165
254
- improves: data in info tab are now in textareas
166
255
- improves: tree view with breadcrumb for descriptor content
167
256
168
257
## 0.16.0
258
+
169
259
Inspector only
260
+
170
261
- feature: tree difference mode
171
262
- feature: tree difference mode breadcrumb
172
263
173
264
## 0.15.0
265
+
174
266
Inspector only
267
+
175
268
- feature: adds possibility to filter list of descriptors
176
269
- feature: adds difference view
177
270
- improves: descriptor item title in list
178
271
- improves: icons instead of text
179
272
180
273
## 0.14.0
274
+
181
275
Inspector only
276
+
182
277
- improves: support for PS theme switching
183
278
- improves: panel colors
184
279
- feature: clear button now removes all non-locked descriptors
185
280
- feature: lock prevents removal
186
281
- feature: pin keeps items at the top
187
282
188
283
## 0.13.0
284
+
189
285
Inspector only
286
+
190
287
- improves: layout, styling and also scrolling
191
288
- feature: lock, pin, remove buttons for selected actions
192
289
- improves: names for recorded descriptors
193
290
194
291
## 0.12.0
292
+
195
293
Inspector only
294
+
196
295
- adds: Inspector panel. Work in progress. Bugs included.
197
296
198
297
## 0.11.0
298
+
199
299
- fix: initial value in filter dropdown
200
300
- change: event names now can contain space at the begging and end (trim) within semicolon separated exclude/include string
201
301
- change: plugin icon by "rechmbrs"
202
302
- fix: changes utf8 symbols into icon components and fixes icons on MacOS
203
303
- feature: adds modalBehavior when playable code is turned on
204
304
- feature: shows version number in footer
205
305
206
-
207
306
## 0.10.0
307
+
208
308
- feature: possibility to add/remove action event name into include/exclude filter list using action menu
209
309
- feature: export/import plugin state (settings+actions)
- feature: whole state of panel is now saved in real-time and loaded with panel start. Panel will ignore whether listening was on/off last time and will be always off after panel load.
218
320
219
321
## 0.7.0
322
+
220
323
- feature: grouping of same actions. This also merges replies.
221
324
- change: splits event name and history step title. Therefore search works only for event name.
222
325
223
326
## 0.6.0
327
+
224
328
- bug fix: fixes "clear" button
225
329
- changes "batch play" button into checkbox
226
330
227
331
## 0.5.0
332
+
228
333
- change: listener by default filter action generally considered as garbage (although you can find some use for them)
229
334
- feature: add include exclude filter
230
335
- feature: shows play replies
231
336
232
337
## 0.4.0
338
+
233
339
- feature: adds possibility to filter by name (case sensitive)
0 commit comments