Skip to content

Commit 1b3a1ae

Browse files
authored
Merge pull request #26 from dewiweb/develop
Develop
2 parents ceabb30 + 19bda65 commit 1b3a1ae

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.2.0-alpha.11](https://github.com/dewiweb/MCxOSCnext/compare/v2.2.0-alpha.10...v2.2.0-alpha.11) (2023-04-25)
6+
7+
8+
### Features
9+
10+
* :memo: ability to invoke function (result in logs) and to make connections in matrices(still in dev) ([d84d4ce](https://github.com/dewiweb/MCxOSCnext/commit/d84d4ce3feb28f171120a749bc4e11deb119f346))
11+
512
## [2.2.0-alpha.10](https://github.com/dewiweb/MCxOSCnext/compare/v2.2.0-alpha.9...v2.2.0-alpha.10) (2023-04-25)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mcxoscnext",
33
"productName": "mcxoscnext",
4-
"version": "2.2.0-alpha.10",
4+
"version": "2.2.0-alpha.11",
55
"description": "A bridge between emberplus and OSC protocols",
66
"main": "src/main.js",
77
"scripts": {

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function createWindow() {
6666
win.setMenu(null);
6767
win.loadFile("src/index.html");
6868
win.on("ready-to-show", () => {
69-
win.webContents.openDevTools({ mode: "detach" });
69+
//win.webContents.openDevTools({ mode: "detach" });
7070
win.webContents.send("ready");
7171
});
7272
ipcMain.on("sendAutoSave", function (event, content) {

0 commit comments

Comments
 (0)