From 52e2b83e03c2e352264da89252cc5e15d559b093 Mon Sep 17 00:00:00 2001 From: Sunjun Kim Date: Thu, 23 Dec 2021 12:01:46 +0900 Subject: [PATCH 1/2] Resolving issue #1319 Issue #1319 reporeted serial port is not visible on Windows with some languages (notably Korean). Downgrading nw.js to 0.45.6 resolves this issue. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d40f8b0c..e4cc2844e 100755 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "jquery-ui-npm": "1.12.0", "marked": "^0.3.17", "minimist": "^1.2.0", - "nw": "^0.50.3-sdk", + "nw": "^0.45.6-sdk", "nw-dialog": "^1.0.7", "openlayers": "^4.6.5", "plotly": "^1.0.6", From 777aa586e3b6793061ca49adda5c67bd73de1f84 Mon Sep 17 00:00:00 2001 From: Sunjun Kim Date: Mon, 21 Feb 2022 20:20:50 +0900 Subject: [PATCH 2/2] nwjs version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4cc2844e..2bcb42326 100755 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "jquery-ui-npm": "1.12.0", "marked": "^0.3.17", "minimist": "^1.2.0", - "nw": "^0.45.6-sdk", + "nw": "^0.61.0-sdk", "nw-dialog": "^1.0.7", "openlayers": "^4.6.5", "plotly": "^1.0.6",