Skip to content

Commit

Permalink
Update changelog for v2.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Mar 1, 2024
1 parent 9ed6b16 commit bb268a2
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 27 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [2.46.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.45.17...v2.46.0) - 2024-03-01
### Added
- Add some enhanced launch settings to support more diverse projects ([#538](https://github.com/rokucommunity/vscode-brightscript-language/pull/538))
- Device disconnect support and other improvements in RDB ([#548](https://github.com/rokucommunity/vscode-brightscript-language/pull/548))
- Add Roku File System Panel and Roku App Overlays Panel ([#545](https://github.com/rokucommunity/vscode-brightscript-language/pull/545))
### Changed
- upgrade to [roku-deploy@3.12.0](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3120---2024-03-01). Notable changes since 3.11.2:
- Support overriding various package upload form data ([roku-deploy#136](https://github.com/rokucommunity/roku-deploy/pull/136))
- Retry the convertToSquahsfs request given the HPE_INVALID_CONSTANT error ([roku-deploy#145](https://github.com/rokucommunity/roku-deploy/pull/145))
- upgrade to [roku-debug@0.21.5](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0215---2024-03-01). Notable changes since 0.21.3:
- Add some enhanced launch settings to support more diverse projects ([roku-debug#184](https://github.com/rokucommunity/roku-debug/pull/184))
- DebugProtocol fixes ([roku-debug#186](https://github.com/rokucommunity/roku-debug/pull/186))
- Support relaunch debug protocol ([roku-debug#181](https://github.com/rokucommunity/roku-debug/pull/181))
- upgrade to [brighterscript@0.65.24](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06524---2024-03-01). Notable changes since 0.65.22:
- TBD-204: Empty interfaces break the parser ([brighterscript#1082](https://github.com/rokucommunity/brighterscript/pull/1082))
- fix maestro link ([brighterscript#1068](https://github.com/rokucommunity/brighterscript/pull/1068))
- upgrade to [brighterscript-formatter@1.6.41](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#1641---2024-02-29)



## [2.45.17](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.45.16...v2.45.17) - 2024-02-09
### Changed
- Remove duplicate 'clearLogOutput' command ([#544](https://github.com/rokucommunity/vscode-brightscript-language/pull/544))
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@vscode/extension-telemetry": "^0.4.7",
"array-sort": "^1.0.0",
"backoff": "^2.5.0",
"brighterscript": "^0.65.22",
"brighterscript-formatter": "^1.6.40",
"brighterscript": "^0.65.24",
"brighterscript-formatter": "^1.6.41",
"clone-deep": "^4.0.1",
"debounce": "^1.2.0",
"dotenv": "^6.2.0",
Expand Down Expand Up @@ -264,13 +264,11 @@
"when": "debugType == 'brightscript' && view == rendezvousView",
"group": "navigation"
},

{
"command": "extension.brightscript.refreshDeviceList",
"when": "view == onlineDevicesView",
"group": "navigation"
},

{
"command": "extension.brightscript.rokuRegistry.refreshRegistry",
"when": "view == rokuRegistryView && brightscript.isOnDeviceComponentAvailable",
Expand All @@ -296,7 +294,6 @@
"when": "view == rokuRegistryView && brightscript.isOnDeviceComponentAvailable",
"group": "navigation@5"
},

{
"command": "extension.brightscript.rokuDeviceView.refreshScreenshot",
"when": "view == rokuDeviceView && !brightscript.rokuDeviceView.enableScreenshotCapture",
Expand Down Expand Up @@ -332,7 +329,6 @@
"when": "view == rokuDeviceView && brightscript.rokuDeviceView.isOnDeviceComponentAvailable",
"group": "navigation@5"
},

{
"command": "extension.brightscript.rokuAutomationView.startRecording",
"when": "view == rokuAutomationView && !brightscript.rokuAutomationView.isRecording",
Expand Down Expand Up @@ -363,7 +359,6 @@
"when": "view == rokuFileSystemView && brightscript.isOnDeviceComponentAvailable",
"group": "navigation@2"
},

{
"command": "extension.brightscript.rokuAppOverlaysView.addNewOverlay",
"when": "view == rokuAppOverlaysView && brightscript.isOnDeviceComponentAvailable",
Expand All @@ -379,13 +374,11 @@
"when": "view == rokuAppOverlaysView && brightscript.isOnDeviceComponentAvailable",
"group": "navigation@3"
},

{
"command": "extension.brightscript.disconnectFromDevice",
"when": "view == rokuCommandsView && brightscript.isOnDeviceComponentAvailable",
"group": "navigation@1"
},

{
"command": "extension.brightscript.disconnectFromDevice",
"when": "view == sceneGraphInspectorView && brightscript.isOnDeviceComponentAvailable",
Expand Down

0 comments on commit bb268a2

Please sign in to comment.