diff --git a/CHANGELOG.md b/CHANGELOG.md index 4696b93..bf5d3b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.1.6] - 14.10.2020 +### Fixed +* update bindings to match new atom version + ## [2.1.5] - 20.05.2020 ### Fixed * Invisible close icon @@ -26,7 +30,7 @@ * Pymakr colors (minor changes), better matching with Atom's color. * Terminal left padding. ### Fixed -* Buggy artifact behind the terminal with a light theme selected. +* Buggy artifact behind the terminal with a light theme selected. * Connection tab hover color. * Active connection tab is now draggable. * Placeholder background color now matches the terminal color. @@ -56,7 +60,7 @@ ## [2.0.1] - 13.2.2020 ### Added -* The connection tabs are now scrollable. +* The connection tabs are now scrollable. ### Changed * Changing the font size no longer requires restarting Atom. * Improved terminal responsiveness. @@ -66,14 +70,14 @@ ## [2.0.0] -* Improved UI: The interface has been completely rearranged, providing an objective, clear and beautiful layout. -* Multiple device connections: Now it’s possible to connect to multiple devices simultaneously, with one independent terminal for each one. +* Improved UI: The interface has been completely rearranged, providing an objective, clear and beautiful layout. +* Multiple device connections: Now it’s possible to connect to multiple devices simultaneously, with one independent terminal for each one. * Dynamic workspace: The current project is now selected on Pymakr (projects dropdown) and not on the Atom file-tree. -* Font size customizable: Now it’s possible to change the terminal font size. -* Theme support: Now Pymakr supports current Atom's theme, matching with its color scheme. +* Font size customizable: Now it’s possible to change the terminal font size. +* Theme support: Now Pymakr supports current Atom's theme, matching with its color scheme. ## 1.5.6 - User experience improvements -* Now Pymakr shows a post-install notification if it failed to load Serialport library, asking the user to reload Atom. +* Now Pymakr shows a post-install notification if it failed to load Serialport library, asking the user to reload Atom. ## 1.5.5 - Compatibility update * Updated supported Atom versions (>=1.41.0) diff --git a/lib/features/sync/sync.js b/lib/features/sync/sync.js index fa18263..1b1a91d 100644 --- a/lib/features/sync/sync.js +++ b/lib/features/sync/sync.js @@ -603,7 +603,7 @@ export default class Sync { _this.pyboard.stopWaitingForSilent(); this.exit(() => { - _this.pyboard.enterFriendlyRepl_non_blocking(() => { + _this.pyboard.enterFriendlyReplNonBlocking(() => { // do nothing, this might work or not based on what went wrong when synchronizing. }); }); diff --git a/native_modules/@serialport/bindings/lib/binding/node-v73-darwin-x64/bindings.node b/native_modules/@serialport/bindings/lib/binding/node-v73-darwin-x64/bindings.node new file mode 100755 index 0000000..476a336 Binary files /dev/null and b/native_modules/@serialport/bindings/lib/binding/node-v73-darwin-x64/bindings.node differ diff --git a/native_modules/@serialport/bindings/lib/binding/node-v73-darwin-x64/origin.md b/native_modules/@serialport/bindings/lib/binding/node-v73-darwin-x64/origin.md new file mode 100644 index 0000000..1977fb2 --- /dev/null +++ b/native_modules/@serialport/bindings/lib/binding/node-v73-darwin-x64/origin.md @@ -0,0 +1,9 @@ + # Native module binding + @serialport/bindings@8.0.4 + + # Target + runtime : electron + version : 6.1.12 + platform : darwin + arch : x64 + abi : 73 diff --git a/native_modules/@serialport/bindings/lib/binding/node-v73-linux-ia32/bindings.node b/native_modules/@serialport/bindings/lib/binding/node-v73-linux-ia32/bindings.node new file mode 100755 index 0000000..965dae5 Binary files /dev/null and b/native_modules/@serialport/bindings/lib/binding/node-v73-linux-ia32/bindings.node differ diff --git a/native_modules/@serialport/bindings/lib/binding/node-v73-linux-ia32/origin.md b/native_modules/@serialport/bindings/lib/binding/node-v73-linux-ia32/origin.md new file mode 100644 index 0000000..f1d5053 --- /dev/null +++ b/native_modules/@serialport/bindings/lib/binding/node-v73-linux-ia32/origin.md @@ -0,0 +1,9 @@ + # Native module binding + @serialport/bindings@8.0.4 + + # Target + runtime : electron + version : 6.1.12 + platform : linux + arch : ia32 + abi : 73 diff --git a/native_modules/@serialport/bindings/lib/binding/node-v73-linux-x64/bindings.node b/native_modules/@serialport/bindings/lib/binding/node-v73-linux-x64/bindings.node new file mode 100755 index 0000000..2139b47 Binary files /dev/null and b/native_modules/@serialport/bindings/lib/binding/node-v73-linux-x64/bindings.node differ diff --git a/native_modules/@serialport/bindings/lib/binding/node-v73-linux-x64/origin.md b/native_modules/@serialport/bindings/lib/binding/node-v73-linux-x64/origin.md new file mode 100644 index 0000000..ddca0a3 --- /dev/null +++ b/native_modules/@serialport/bindings/lib/binding/node-v73-linux-x64/origin.md @@ -0,0 +1,9 @@ + # Native module binding + @serialport/bindings@8.0.4 + + # Target + runtime : electron + version : 6.1.12 + platform : linux + arch : x64 + abi : 73 diff --git a/native_modules/@serialport/bindings/lib/binding/node-v73-win32-ia32/bindings.node b/native_modules/@serialport/bindings/lib/binding/node-v73-win32-ia32/bindings.node new file mode 100644 index 0000000..3c5cf70 Binary files /dev/null and b/native_modules/@serialport/bindings/lib/binding/node-v73-win32-ia32/bindings.node differ diff --git a/native_modules/@serialport/bindings/lib/binding/node-v73-win32-ia32/origin.md b/native_modules/@serialport/bindings/lib/binding/node-v73-win32-ia32/origin.md new file mode 100644 index 0000000..99c9700 --- /dev/null +++ b/native_modules/@serialport/bindings/lib/binding/node-v73-win32-ia32/origin.md @@ -0,0 +1,9 @@ + # Native module binding + @serialport/bindings@8.0.4 + + # Target + runtime : electron + version : 6.1.12 + platform : win32 + arch : ia32 + abi : 73 diff --git a/native_modules/@serialport/bindings/lib/binding/node-v73-win32-x64/bindings.node b/native_modules/@serialport/bindings/lib/binding/node-v73-win32-x64/bindings.node new file mode 100644 index 0000000..b71516a Binary files /dev/null and b/native_modules/@serialport/bindings/lib/binding/node-v73-win32-x64/bindings.node differ diff --git a/native_modules/@serialport/bindings/lib/binding/node-v73-win32-x64/origin.md b/native_modules/@serialport/bindings/lib/binding/node-v73-win32-x64/origin.md new file mode 100644 index 0000000..26773c7 --- /dev/null +++ b/native_modules/@serialport/bindings/lib/binding/node-v73-win32-x64/origin.md @@ -0,0 +1,9 @@ + # Native module binding + @serialport/bindings@8.0.4 + + # Target + runtime : electron + version : 6.1.12 + platform : win32 + arch : x64 + abi : 73 diff --git a/native_modules/included_runtimes.md b/native_modules/included_runtimes.md index 85489d6..a4ee6fb 100644 --- a/native_modules/included_runtimes.md +++ b/native_modules/included_runtimes.md @@ -32,3 +32,10 @@ Includes support for electron/node versions: - darwin , x64 - linux , x64 - linux , ia32 +Includes support for electron/node versions: +* electron 6.1.12 uses ABI 73 + - win32 , x64 + - win32 , ia32 + - darwin , x64 + - linux , x64 + - linux , ia32 diff --git a/package-lock.json b/package-lock.json index 87bc183..a2f1f13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pymakr", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2498,7 +2498,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -2519,12 +2520,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -2539,17 +2542,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -2666,7 +2672,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -2678,6 +2685,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -2692,6 +2700,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -2699,12 +2708,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -2723,6 +2734,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -2810,7 +2822,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -2822,6 +2835,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -2907,7 +2921,8 @@ "safe-buffer": { "version": "5.1.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -2943,6 +2958,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -2962,6 +2978,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -3005,12 +3022,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, diff --git a/package.json b/package.json index 6d37f8e..60320da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pymakr", "main": "./lib/main.js", - "version": "2.1.5", + "version": "2.1.6", "description": "Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files to it.", "keywords": [ "Pycom",