From 51bbc4442615c4121a3dd75a782ea593a2f148b3 Mon Sep 17 00:00:00 2001 From: openbuilds-engineer Date: Mon, 27 Feb 2023 15:24:43 +0200 Subject: [PATCH] test rollback electron --- CHANGELOG.txt | 1 + build/licence.txt | 25 ++++++++++++++++++++++++- package.json | 4 ++-- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1235792..66280dc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,4 @@ +v1.0.355: Updated installer licence agreement / terms and conditions v1.0.354: Fix for double-negative values in Surfacing Wizard v1.0.353: Fixed API integration for cam.openbuilds.com v1.0.352: Added support for nodeIntegration (Additional backend support for awesome JS Macros) diff --git a/build/licence.txt b/build/licence.txt index 94368f2..d104917 100644 --- a/build/licence.txt +++ b/build/licence.txt @@ -1,2 +1,25 @@ Disclaimer -This hardware/software is provided "as is", and you use the hardware/software at your own risk. Under no circumstances shall any author be liable for direct, indirect, special, incidental, or consequential damages resulting from the use, misuse, or inability to use this hardware/software, even if the authors have been advised of the possibility of such damages. \ No newline at end of file +This hardware/software is provided "as is", and you use the hardware/software at your own risk. Under no circumstances shall any author be liable for direct, indirect, special, incidental, or consequential damages resulting from the use, misuse, or inability to use this hardware/software, even if the authors have been advised of the possibility of such damages. + +By downloading and using this software you agree to the following terms and conditions: +The following legal disclaimer governs your use of our machine control software that includes beta features. By using this software, you acknowledge and agree to the terms and conditions set forth in this disclaimer. + +Beta Features: +The machine control software may contain beta features that are still under development and testing. You acknowledge that such features may not be fully functional or may be subject to bugs, errors, or other issues. As such, the use of such features may result in unexpected and undesirable results. + +Limited Warranty: +The machine control software is provided "as is," without warranty of any kind, either expressed or implied. We do not guarantee that the software will meet your requirements or that it will be error-free. You assume all risks and responsibility for any loss or damage that may arise from the use of the software, including any beta features. + +Limitation of Liability: +In no event shall we be liable for any damages arising out of or in connection with the use or inability to use the software, including any beta features. This includes but is not limited to direct, indirect, incidental, special, or consequential damages, such as loss of profits, data, or use of the software. + +Indemnification: +You agree to indemnify, defend, and hold us harmless from any claims, damages, and expenses, including reasonable attorney's fees, arising out of your use of the software, including any beta features. + +No Support: +We are not obliged to provide any technical support or assistance with the use of the software, including any beta features. Any support or assistance provided by us is entirely at our discretion. + +Termination: +We reserve the right to terminate your use of the software, including any beta features, at any time without prior notice. + +By using this machine control software or any software provided by OpenBuilds and its affiliates, including any beta features, you agree to the terms and conditions set forth in this legal disclaimer. If you do not agree to these terms, you may not use any of the software provided by OpenBuilds and its affiliates , including any beta features. diff --git a/package.json b/package.json index d7706f8..6e5671e 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "OpenBuildsCONTROL", - "version": "1.0.355", + "version": "1.0.356", "license": "AGPL-3.0", "description": "OpenBuildsCONTROL CNC Machine Host Software", "author": "github.com/openbuilds ", "devDependencies": { "copyfiles": "^2.4.1", "electron": "^22.3.1", - "electron-builder": "^v24.0.0-alpha.13", + "electron-builder": "^v23.6.0", "electron-rebuild": "^3.2.9", "ncp": "^2.0.0", "node-gyp": "^9.3.1"