Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [2.66.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.65.0...v2.66.0) - 2026-05-22
### Added
- Add filter dropdown to the Devices view ([#790](https://github.com/rokucommunity/vscode-brightscript-language/pull/790))
- Support bsconfig*.json suffixes for JSON schema validation ([#792](https://github.com/rokucommunity/vscode-brightscript-language/pull/792))
### Changed
- Rewrite Registry View ([#784](https://github.com/rokucommunity/vscode-brightscript-language/pull/784))
- Display device state icons in device tree ([#799](https://github.com/rokucommunity/vscode-brightscript-language/pull/799))
- Get device-info when cached device IP doesn't match requested device ([#783](https://github.com/rokucommunity/vscode-brightscript-language/pull/783))
- Force-terminate dev channel on restartDevApplication ([#788](https://github.com/rokucommunity/vscode-brightscript-language/pull/788))
- Update device display name logic ([#796](https://github.com/rokucommunity/vscode-brightscript-language/pull/796))
- chore: Add `security-audit-required` gated job to security audit workflow ([#800](https://github.com/rokucommunity/vscode-brightscript-language/pull/800))
- Security enhancements ([#794](https://github.com/rokucommunity/vscode-brightscript-language/pull/794), [#804](https://github.com/rokucommunity/vscode-brightscript-language/pull/804))
- upgrade to [@rokucommunity/logger@0.3.12](https://github.com/rokucommunity/logger/blob/master/CHANGELOG.md#0312---2026-05-19). Notable changes since 0.3.11:
- Security enhancements ([#17](https://github.com/rokucommunity/logger/pull/17))
- upgrade to [brighterscript@0.72.2](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0722---2026-05-19). Notable changes since 0.72.1:
- Security enhancements ([#1714](https://github.com/rokucommunity/brighterscript/pull/1714))
- upgrade to [brighterscript-formatter@1.7.26](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#1726---2026-05-19). Notable changes since 1.7.25:
- Security enhancements ([#133](https://github.com/rokucommunity/brighterscript-formatter/pull/133))
- upgrade to [roku-debug@0.23.8](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0238---2026-05-19). Notable changes since 0.23.7:
- Security enhancements ([#350](https://github.com/rokucommunity/roku-debug/pull/350))
- Fix TelnetAdapter crash when methods are called after destroy ([#349](https://github.com/rokucommunity/roku-debug/pull/349))
- Fix deferred capability handling for exception breakpoints ([#342](https://github.com/rokucommunity/roku-debug/pull/342))
- Fixes bug on windows with rdb file copying ([#343](https://github.com/rokucommunity/roku-debug/pull/343))
- Inject breakpoint STOPs after InitializedEvent ([#340](https://github.com/rokucommunity/roku-debug/pull/340))
- Fix sourcemap race in preprocessStagingFiles ([#339](https://github.com/rokucommunity/roku-debug/pull/339))
- Defer DAP capabilities and InitializedEvent until after adapter connects ([#328](https://github.com/rokucommunity/roku-debug/pull/328))
- upgrade to [roku-deploy@3.17.4](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3174---2026-05-19). Notable changes since 3.17.2:
- npm audit fixes ([#263](https://github.com/rokucommunity/roku-deploy/pull/263))
- Add `autoLaunch` option to control `dev_autolaunch` on sideload ([#261](https://github.com/rokucommunity/roku-deploy/pull/261))
### Fixed
- Resolve SSDP devices that have no cache entry when focused ([#797](https://github.com/rokucommunity/vscode-brightscript-language/pull/797))
- Device Picker shows device icons instead of pending ([#791](https://github.com/rokucommunity/vscode-brightscript-language/pull/791))



## [2.65.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.64.0...v2.65.0) - 2026-05-12
### Added
- Add ManifestProjectProvider for Roku channel detection ([#780](https://github.com/rokucommunity/vscode-brightscript-language/pull/780))
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brightscript",
"displayName": "BrightScript Language",
"version": "2.65.0",
"version": "2.66.0",
"publisher": "RokuCommunity",
"description": "Language support for Roku's BrightScript language.",
"author": {
Expand Down Expand Up @@ -53,11 +53,11 @@
"sync-launch-settings": "ts-node scripts/sync-launch-settings.ts"
},
"dependencies": {
"@rokucommunity/logger": "^0.3.11",
"@rokucommunity/logger": "^0.3.12",
"@vscode/extension-telemetry": "^0.4.7",
"array-sort": "^1.0.0",
"brighterscript": "^0.72.1",
"brighterscript-formatter": "^1.7.25",
"brighterscript": "^0.72.2",
"brighterscript-formatter": "^1.7.26",
"clone-deep": "^4.0.1",
"debounce": "^1.2.0",
"dotenv": "^6.2.0",
Expand All @@ -77,8 +77,8 @@
"postman-request": "^2.88.1-postman.48",
"pretty-bytes": "^5.6.0",
"resolve": "^1.22.8",
"roku-debug": "^0.23.7",
"roku-deploy": "^3.17.2",
"roku-debug": "^0.23.8",
"roku-deploy": "^3.17.4",
"roku-test-automation": "^2.2.1",
"semver": "^7.1.3",
"source-map": "^0.7.3",
Expand Down
Loading