Skip to content

Commit

Permalink
Merge pull request #33 from jardicc/dev
Browse files Browse the repository at this point in the history
Code refactoring and new features. Alchemist version 2.6.0
  • Loading branch information
jardicc authored Apr 5, 2023
2 parents be3d702 + c8508f5 commit 4d971ce
Show file tree
Hide file tree
Showing 82 changed files with 10,803 additions and 11,864 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
"no-unreachable-loop": [
"error",
],
"@typescript-eslint/no-empty-interface": "off",
"no-promise-executor-return": [
"error",
],
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 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

- changes filter dropdowns into accordions
Expand Down
4 changes: 4 additions & 0 deletions dist/.debug.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"port": 9222,
"breakOnStart": false
}
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

20 changes: 12 additions & 8 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"manifestVersion": 5,
"name": "Alchemist",
"id": "2bcdb900",
"main": "index.html",
"version": "2.5.0",
"manifestVersion": 5,
"version": "2.6.0",
"host": {
"app": "PS",
"minVersion": "24.2"
"minVersion": "24.2",
"data":{
"apiVersion": 2,
"loadEvent": "use"
}
},
"main": "index.html",
"requiredPermissions": {
"allowCodeGenerationFromStrings": true,
"clipboard": "readAndWrite",
Expand Down Expand Up @@ -49,7 +53,7 @@
"height": 23,
"path": "icons/light.png",
"scale": [1, 2],
"theme": ["darkest", "dark", "medium"]
"theme": ["darkest", "dark"]
}, {
"width": 23,
"height": 23,
Expand Down Expand Up @@ -85,7 +89,7 @@
"height": 23,
"path": "icons/light.png",
"scale": [1, 2],
"theme": ["darkest", "dark", "medium"]
"theme": ["darkest", "dark"]
}, {
"width": 23,
"height": 23,
Expand Down Expand Up @@ -121,7 +125,7 @@
"height": 23,
"path": "icons/light.png",
"scale": [1, 2],
"theme": ["darkest", "dark", "medium"]
"theme": ["darkest", "dark"]
}, {
"width": 23,
"height": 23,
Expand All @@ -143,7 +147,7 @@
"height": 48,
"path": "icons/lightPlugin.png",
"scale": [1, 2],
"theme": ["darkest", "dark", "medium"],
"theme": ["darkest", "dark"],
"species": ["pluginList"]
}, {
"width": 48,
Expand Down
Binary file modified installer/2bcdb900_PS.ccx
Binary file not shown.
Loading

0 comments on commit 4d971ce

Please sign in to comment.