Skip to content

Commit

Permalink
Builds version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavBereza committed Sep 9, 2021
1 parent 5559bce commit 2ccfca1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.5.2
- fixes: problem when permission worked in PS 23 but broke plugin in PS 22.5

## 1.5.1
- fixes: network and file access permission issues in PS 23.0.0
- improvement: shows warning when Occulist passes more items than is limit in Alchemist settings
Expand Down
4 changes: 2 additions & 2 deletions dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Alchemist",
"id": "2bcdb900",
"main": "index.html",
"version": "1.5.1",
"version": "1.5.2",
"manifestVersion": 5,
"host": [{
"app": "PS",
Expand All @@ -15,7 +15,7 @@
"clipboard": "readAndWrite",
"launchProcess": "request",
"allowCodeGenerationFromStrings": true,
"localFileSystem":"request",
"localFileSystem":"fullAccess",
"network": {
"domains": ["alchemist.bereza.cz"]
}
Expand Down
Binary file modified installer/2bcdb900_PS.ccx
Binary file not shown.

0 comments on commit 2ccfca1

Please sign in to comment.