From c5d138d820ad1a3c70515329b8497b6fe613cafd Mon Sep 17 00:00:00 2001 From: Joel Vandenberg Date: Mon, 8 Jan 2024 18:10:17 -0600 Subject: [PATCH] package update --- README.md | 5 +++-- package-lock.json | 12 ++++++------ package.json | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6c973c8..42a6a54 100644 --- a/README.md +++ b/README.md @@ -76,13 +76,14 @@ :rotating_light:**Note: If you are currently using StreamDock 1.x.x or older, I highly recommend you use the Clear Data function in the advanced section in the settings!**:rotating_light: The current release works on macOS (signed, notarized and tested on Ventura and Sonoma), Windows 10/11 (self-signed) and Linux (tested on Mint). - Version 2.0.1 (coming soon) will be the first release that includes a macOS distribution for Apple silicon. This was a miss on my part as the application will run much slower given the JS will be interpreted twice via Rosetta. Be sure to use the arm64 dmg if you have an M1/M2/M3. + Version 2.0.1 is the first release that includes a macOS distribution for Apple silicon. This was a miss on my part as the application will run much slower given the JS will be interpreted twice via Rosetta. Be sure to use the arm64 dmg if you have an M1/M2/M3. The auto-update should prompt you as new releases come out and then, post download, prompt you to install/restart. Sometimes, it won't do the restart. If you wait a minute and exit the app completely, it should automatically restart the new version. - Two Issues: + Three Issues: - If you drag the window around and cross into a an OS toolbar or off to another screen, occasionally, the mouse will stick to the drag area. You can hit escape to disconnect it - Peacock is broken again. If you already successfully logged in prior to upgrading, don't delete your settings as I recommended. You will have to delete your bookmarks manually and there will be some random data that doesn't do anything left over but that shouldn't be a problem. Peacock sucks anyway (seriously Peacock, try using your native apps for a minute.) + - Hulu will resume playing when minimized to tray after a short amount of time. If you pause it before you minimize to tray, it does not. I have not found a root cause for this and it only happens on Hulu. This may have been around for quite some time. ## App Control - Click on the quick-access buttons across the top to load streaming services as setup in the stream editor diff --git a/package-lock.json b/package-lock.json index 61211c6..318d88b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@electron/notarize": "^2.1.0", - "electron": "github:castlabs/electron-releases#v27.1.3+wvcus", + "electron": "github:castlabs/electron-releases#v27.2.1+wvcus", "electron-builder": "^24.6.4", "electron-reloader": "^1.2.3" } @@ -466,9 +466,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.19.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.3.tgz", - "integrity": "sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==", + "version": "18.19.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.5.tgz", + "integrity": "sha512-22MG6T02Hos2JWfa1o5jsIByn+bc5iOt1IS4xyg6OG68Bu+wMonVZzdrgCw693++rpLE9RUT/Bx15BeDzO0j+g==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -1452,8 +1452,8 @@ } }, "node_modules/electron": { - "version": "27.1.3+wvcus", - "resolved": "git+ssh://git@github.com/castlabs/electron-releases.git#39780a382d4d17779af1349fe9d77faa41e254d9", + "version": "27.2.1+wvcus", + "resolved": "git+ssh://git@github.com/castlabs/electron-releases.git#9bc32c81da2e9bb66777ccf68335ea427c367403", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index b302185..bc8fd22 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "MIT", "devDependencies": { "@electron/notarize": "^2.1.0", - "electron": "github:castlabs/electron-releases#v27.1.3+wvcus", + "electron": "github:castlabs/electron-releases#v27.2.1+wvcus", "electron-builder": "^24.6.4", "electron-reloader": "^1.2.3" }, @@ -75,4 +75,4 @@ "provider": "github" } } -} +} \ No newline at end of file