Skip to content

Commit

Permalink
v1.0.352
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Feb 22, 2023
1 parent dfbcffe commit 2d05221
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.0.352: Added support for nodeIntegration (Additional backend support for awesome JS Macros)
v1.0.351: Updated defaults for Surfacing Wizard UI, Updated text on Recovery wizard
v1.0.350: Updated all dependencies, Updated to Node 18, Removed Drivelist Dependency
v1.0.349: Added Multipass option to Surfacing Wizard, Experimental Job resume/recovery Wizard (use at own risk)
Expand Down
6 changes: 5 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2994,7 +2994,11 @@ if (isElectron()) {
experimentalFeatures: true,
experimentalCanvasFeatures: true,
offscreen: true,
backgroundColor: "#fff"
backgroundColor: "#fff",
webPreferences: {
nodeIntegration: true,
contextIsolation: false
}
});

jogWindow.setOverlayIcon(nativeImage.createFromPath(iconPath), 'Icon');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
"version": "1.0.351",
"version": "1.0.352",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Host Software",
"author": "github.com/openbuilds <support@openbuilds.com>",
Expand Down

0 comments on commit 2d05221

Please sign in to comment.