Skip to content

Commit 2ccfca1

Browse files
Builds version 1.5.2
1 parent 5559bce commit 2ccfca1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.5.2
4+
- fixes: problem when permission worked in PS 23 but broke plugin in PS 22.5
5+
36
## 1.5.1
47
- fixes: network and file access permission issues in PS 23.0.0
58
- improvement: shows warning when Occulist passes more items than is limit in Alchemist settings

dist/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Alchemist",
33
"id": "2bcdb900",
44
"main": "index.html",
5-
"version": "1.5.1",
5+
"version": "1.5.2",
66
"manifestVersion": 5,
77
"host": [{
88
"app": "PS",
@@ -15,7 +15,7 @@
1515
"clipboard": "readAndWrite",
1616
"launchProcess": "request",
1717
"allowCodeGenerationFromStrings": true,
18-
"localFileSystem":"request",
18+
"localFileSystem":"fullAccess",
1919
"network": {
2020
"domains": ["alchemist.bereza.cz"]
2121
}

installer/2bcdb900_PS.ccx

9 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)