test notarise update

pull/339/head
unknown 2024-07-18 21:35:07 +02:00
rodzic 5404220cdb
commit 8a3fcaba61
3 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,5 @@
v1.0.380:
- Fix for grblHAL startup alarm lock
v1.0.379: v1.0.379:
- Major improvements to USB connection steps, - Major improvements to USB connection steps,
- set up parser before checking for firmware - set up parser before checking for firmware

Wyświetl plik

@ -1653,6 +1653,10 @@ io.on("connection", function(socket) {
// then try Ctrl+X again // then try Ctrl+X again
setTimeout(function() { setTimeout(function() {
setTimeout(function() {
addQRealtime(String.fromCharCode(0x18)); // ctrl-x (needed for rx/tx connection)
}, 100);
addQRealtime(String.fromCharCode(0x18)); // ctrl-x (needed for rx/tx connection) addQRealtime(String.fromCharCode(0x18)); // ctrl-x (needed for rx/tx connection)
debug_log("Sent: Ctrl+x after DTR toggle"); debug_log("Sent: Ctrl+x after DTR toggle");

Wyświetl plik

@ -1,9 +1,12 @@
{ {
"name": "OpenBuildsCONTROL", "name": "OpenBuildsCONTROL",
"version": "1.0.379", "version": "1.0.380",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Host Software", "description": "OpenBuildsCONTROL CNC Machine Host Software",
"author": "github.com/openbuilds <support@openbuilds.com>", "author": "github.com/openbuilds <support@openbuilds.com>",
"resolutions": {
"@electron/notarize": "2.3.2"
},
"devDependencies": { "devDependencies": {
"electron": "^23.1.1", "electron": "^23.1.1",
"electron-builder": "^24.9.1", "electron-builder": "^24.9.1",