From f61d8b9674c4ab75075a97421f2ec09a4d760c94 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Mon, 16 Oct 2023 12:41:16 -0400 Subject: [PATCH] Update changelog for v2.44.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 24 +++++++++++++----------- package.json | 2 +- 3 files changed, 25 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ad66ad..8960c40b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [2.44.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.43.1...v2.44.0) - 2023-10-16 +### Added + - ability to capture device screenshots ([#505](https://github.com/rokucommunity/vscode-brightscript-language/pull/505)) +### Changed + - Make device picker name same as tree view item ([#508](https://github.com/rokucommunity/vscode-brightscript-language/pull/508)) + - Diagnostic manager ([#502](https://github.com/rokucommunity/vscode-brightscript-language/pull/502)) + - upgrade to [roku-debug@0.20.7](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0207---2023-10-16). Notable changes since 0.20.6: + - Debug Protocol Enhancements ([roku-debug#107](https://github.com/rokucommunity/roku-debug/pull/107)) + + + ## [2.43.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.43.0...v2.43.1) - 2023-10-08 ### Added - ability to enable/disable remote control on launch/session-end ([#503](https://github.com/rokucommunity/vscode-brightscript-language/pull/503)) diff --git a/package-lock.json b/package-lock.json index 14a85bb2..35b7cbc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "node-ssdp": "^4.0.0", "postman-request": "^2.88.1-postman.32", "pretty-bytes": "^5.6.0", - "roku-debug": "^0.20.6", + "roku-debug": "^0.20.7", "roku-deploy": "^3.10.3", "roku-test-automation": "^2.0.0-beta.20", "semver": "^7.1.3", @@ -8835,14 +8835,15 @@ } }, "node_modules/roku-debug": { - "version": "0.20.6", - "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.6.tgz", - "integrity": "sha512-TFTVN6WFD12pupizd4/MI33IVPJYf3PvRPU8huC0iR704ktCj2e2WfPGdNZxu31tEOW9eE28xDAeqBPhBu3QvA==", + "version": "0.20.7", + "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.7.tgz", + "integrity": "sha512-9EGzU0Coz/AtUWR1Wsl1fhDv1CBPylpafuANuqC6i1066tee5Eqr06MKX5MPNXrEuPH0DT2IDyvWA+K4kkt1xA==", "dependencies": { "@rokucommunity/logger": "^0.3.3", "@types/request": "^2.48.8", "brighterscript": "^0.65.8", - "dateformat": "~4", + "dateformat": "^4.6.3", + "debounce": "^1.2.1", "eol": "^0.9.1", "eventemitter3": "^4.0.7", "fast-glob": "^3.2.11", @@ -8853,7 +8854,7 @@ "replace-in-file": "^6.3.2", "replace-last": "^1.2.6", "roku-deploy": "^3.10.3", - "semver": "^7.5.3", + "semver": "^7.5.4", "serialize-error": "^8.1.0", "smart-buffer": "^4.2.0", "source-map": "^0.7.4", @@ -17962,14 +17963,15 @@ } }, "roku-debug": { - "version": "0.20.6", - "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.6.tgz", - "integrity": "sha512-TFTVN6WFD12pupizd4/MI33IVPJYf3PvRPU8huC0iR704ktCj2e2WfPGdNZxu31tEOW9eE28xDAeqBPhBu3QvA==", + "version": "0.20.7", + "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.20.7.tgz", + "integrity": "sha512-9EGzU0Coz/AtUWR1Wsl1fhDv1CBPylpafuANuqC6i1066tee5Eqr06MKX5MPNXrEuPH0DT2IDyvWA+K4kkt1xA==", "requires": { "@rokucommunity/logger": "^0.3.3", "@types/request": "^2.48.8", "brighterscript": "^0.65.8", - "dateformat": "~4", + "dateformat": "^4.6.3", + "debounce": "^1.2.1", "eol": "^0.9.1", "eventemitter3": "^4.0.7", "fast-glob": "^3.2.11", @@ -17980,7 +17982,7 @@ "replace-in-file": "^6.3.2", "replace-last": "^1.2.6", "roku-deploy": "^3.10.3", - "semver": "^7.5.3", + "semver": "^7.5.4", "serialize-error": "^8.1.0", "smart-buffer": "^4.2.0", "source-map": "^0.7.4", diff --git a/package.json b/package.json index d422a926..0ffb71af 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "node-ssdp": "^4.0.0", "postman-request": "^2.88.1-postman.32", "pretty-bytes": "^5.6.0", - "roku-debug": "^0.20.6", + "roku-debug": "^0.20.7", "roku-deploy": "^3.10.3", "roku-test-automation": "^2.0.0-beta.20", "semver": "^7.1.3",