Releases: jardicc/alchemist
2.7.0
2.6.0
- adds icons to the recorded descriptors in descriptors list
- fixes Action Set
- in DOM (live) tab you can now browse proxies (e.g. layers, documents, ...)
- fixes problem where user can stuck in pinned diff tree property
- improves filters readability and styling
- fixes issues with initial state load
- improves multiGet feature and fixes some issues
- fixes multiGet for all layers if background layer is present
- adds multiGet support for all paths
- fixes descriptor naming
- improves generated code warning... now it will warn you but generate code anyway for non-replay-able events
- internal refactoring
2.5.0
This version requires PS 24.2.0 and higher!
-
changes filter dropdowns into accordions
-
implements search field in properties
-
adds extra filter option in main categories (eye icons)
-
improved action titles. Descriptor list shows name of the target e.g. "make (layer)" or "make (annotation)" instead of just "make"
-
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"
-
adds slider to set how much boilerplate code do you want to have in generated code
-
layout changes... settings was moved into sidebar so you can see in real time how changes will affect generated code
-
adds "Guide" support in "DOM (live)" tab
-
descriptors recorded by listener are now divided into playable and non-playable (events). Use "eye icon" to activate filter.
- when you replay recorded action using "play triangle button" then returned data are available in "replies" category
-
adds button to copy source code for selected items into clipboard
-
invisible layer ends are now reachable and listed in "Layer:" dropdown so you can read its properties
-
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.
-
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. -
import and export options were moved into flyout menu
-
adds new main categories: Timeline, Animation and AnimationFrame
-
some properties were moved into "1st party" to let you know that those are intentionally restricted
-
add connection to CEP "Spy" plugin to get more events from Photoshop. This plugin is not distributed and enabled by default.
-
Adds these document properties
- cloudDocument
- compositor
- isCloudDoc
- slices
- visible
-
New path properties
- AGMStrokeStyleInfo
- symmetryPath
-
New layer properties
- parentLayerID
-
New application properties
- active
- autoShowHomeScreen
- brushes
- brushSettingsLocks
- customPreference
- gridMinor
- hasMatchingOpenDoc // ??? needs additional descriptor?
- homeScreenReady
- keyboardFocus
- $PnCK - paintCursorKind
- modalDialogLevel
- modalToolLevel
- mondoFilterLevel
- multiUndoEnabled
- numberOfActionSets
- pluginPrefs
- VMStatus
- springLoadedTools
- springLoadedToolsTimingSensitivity
- LoadedPluginsNames
Note: Use "reset alchemist state" to load these new properties.
2.1.0
2.0.2 - Sorcerer
- improves: better default values in Sorcerer (suspendHistory and executeAsModal)
- improves: less restrictive default values for panel sizes
- improves: more flexible defaults for panel size
- fixes: plugin files not generated properly
- fixes: Creative Cloud Desktop does not recognize generated .ccx file as a valid plugin
2.0.1
- adds feature to export/import sorcerer preset
2.0.0
- feature: Adds new Sorcerer panel
1.5.2
1.5.1
1.5.0
1.4.0
- feature: adds indentation option into generated code
- feature: adds single quotes option into generated code
- feature: adds options to hide useless properties
- change: property names in generated code are now without quotes where possible
- adds types to the components
- fix: UI crash in DOM (live) when object is proxy (e.g. array of layers in document)
- improvement: adds history states and snapshots into DOM (live)
- improvement: left column adjustable width is now expressed in pixels instead of percentage and it is remembered after panel reload