Skip to content

Commit 55fa36b

Browse files
author
Jaroslav
committed
Updates changelog
1 parent 266c74e commit 55fa36b

File tree

1 file changed

+54
-46
lines changed

1 file changed

+54
-46
lines changed

CHANGELOG.md

Lines changed: 54 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,62 @@
11
# Changelog
22

3-
## 2.2.0
3+
## 2.5.0
4+
5+
- changes filter dropdowns into accordions
6+
- implements search field in properties
7+
- 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
422

523
- add connection to CEP "Spy" plugin to get more events from Photoshop. This plugin is not distributed and enabled by default.
624

7-
adds these document properties
8-
cloudDocument
9-
compositor
10-
homeScreenReady // nope? - feature dependent?
11-
isCloudDoc
12-
overscrollMode // nope
13-
slices
14-
targetPathsVisibility // nope
15-
visible
16-
watchSuspension // nope?
17-
18-
new path properties
19-
AGMStrokeStyleInfo
20-
symmetryPath
21-
22-
new document properties
23-
layerGroup // nope
24-
layerGroupExpanded // nope
25-
layerTransformation // ???
26-
parentLayerID
27-
selection // ???
28-
text // ???
29-
AGMokeStyleInfo // nope
30-
31-
new application properties
32-
active
33-
autoShowHomeScreen
34-
brushes
35-
brushSettingsLocks
36-
customPreference
37-
gridMinor
38-
hasMatchingOpenDoc // ??? needs aditional descriptor?
39-
homeScreenReady
40-
keyboardFocus
41-
$PnCK - paintCursorKind
42-
modalDialogLevel
43-
modalToolLevel
44-
mondoFilterLevel
45-
multiUndoEnabled
46-
numberOfActionSets
47-
pluginPrefs
48-
VMStatus
49-
springLoadedTools
50-
springLoadedToolsTimingSensitivity
51-
LoadedPluginsNames
25+
- Adds these document properties
26+
- cloudDocument
27+
- compositor
28+
- isCloudDoc
29+
- slices
30+
- visible
31+
32+
- New path properties
33+
- AGMStrokeStyleInfo
34+
- symmetryPath
35+
36+
- New layer properties
37+
- parentLayerID
38+
39+
- New application properties
40+
- active
41+
- autoShowHomeScreen
42+
- brushes
43+
- brushSettingsLocks
44+
- customPreference
45+
- gridMinor
46+
- hasMatchingOpenDoc // ??? needs additional descriptor?
47+
- homeScreenReady
48+
- keyboardFocus
49+
- $PnCK - paintCursorKind
50+
- modalDialogLevel
51+
- modalToolLevel
52+
- mondoFilterLevel
53+
- multiUndoEnabled
54+
- numberOfActionSets
55+
- pluginPrefs
56+
- VMStatus
57+
- springLoadedTools
58+
- springLoadedToolsTimingSensitivity
59+
- LoadedPluginsNames
5260

5361

5462
Note: Use "reset alchemist state" to load these new properties.

0 commit comments

Comments
 (0)