Skip to content

Commit 266af25

Browse files
2.66.0 (#805)
Co-authored-by: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Co-authored-by: Bronley Plumb <bronley@gmail.com>
1 parent f965b49 commit 266af25

3 files changed

Lines changed: 72 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88

9+
## [2.66.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.65.0...v2.66.0) - 2026-05-22
10+
### Added
11+
- Add filter dropdown to the Devices view ([#790](https://github.com/rokucommunity/vscode-brightscript-language/pull/790))
12+
- Support bsconfig*.json suffixes for JSON schema validation ([#792](https://github.com/rokucommunity/vscode-brightscript-language/pull/792))
13+
### Changed
14+
- Rewrite Registry View ([#784](https://github.com/rokucommunity/vscode-brightscript-language/pull/784))
15+
- Display device state icons in device tree ([#799](https://github.com/rokucommunity/vscode-brightscript-language/pull/799))
16+
- Get device-info when cached device IP doesn't match requested device ([#783](https://github.com/rokucommunity/vscode-brightscript-language/pull/783))
17+
- Force-terminate dev channel on restartDevApplication ([#788](https://github.com/rokucommunity/vscode-brightscript-language/pull/788))
18+
- Update device display name logic ([#796](https://github.com/rokucommunity/vscode-brightscript-language/pull/796))
19+
- chore: Add `security-audit-required` gated job to security audit workflow ([#800](https://github.com/rokucommunity/vscode-brightscript-language/pull/800))
20+
- Security enhancements ([#794](https://github.com/rokucommunity/vscode-brightscript-language/pull/794), [#804](https://github.com/rokucommunity/vscode-brightscript-language/pull/804))
21+
- 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:
22+
- Security enhancements ([#17](https://github.com/rokucommunity/logger/pull/17))
23+
- 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:
24+
- Security enhancements ([#1714](https://github.com/rokucommunity/brighterscript/pull/1714))
25+
- 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:
26+
- Security enhancements ([#133](https://github.com/rokucommunity/brighterscript-formatter/pull/133))
27+
- 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:
28+
- Security enhancements ([#350](https://github.com/rokucommunity/roku-debug/pull/350))
29+
- Fix TelnetAdapter crash when methods are called after destroy ([#349](https://github.com/rokucommunity/roku-debug/pull/349))
30+
- Fix deferred capability handling for exception breakpoints ([#342](https://github.com/rokucommunity/roku-debug/pull/342))
31+
- Fixes bug on windows with rdb file copying ([#343](https://github.com/rokucommunity/roku-debug/pull/343))
32+
- Inject breakpoint STOPs after InitializedEvent ([#340](https://github.com/rokucommunity/roku-debug/pull/340))
33+
- Fix sourcemap race in preprocessStagingFiles ([#339](https://github.com/rokucommunity/roku-debug/pull/339))
34+
- Defer DAP capabilities and InitializedEvent until after adapter connects ([#328](https://github.com/rokucommunity/roku-debug/pull/328))
35+
- 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:
36+
- npm audit fixes ([#263](https://github.com/rokucommunity/roku-deploy/pull/263))
37+
- Add `autoLaunch` option to control `dev_autolaunch` on sideload ([#261](https://github.com/rokucommunity/roku-deploy/pull/261))
38+
### Fixed
39+
- Resolve SSDP devices that have no cache entry when focused ([#797](https://github.com/rokucommunity/vscode-brightscript-language/pull/797))
40+
- Device Picker shows device icons instead of pending ([#791](https://github.com/rokucommunity/vscode-brightscript-language/pull/791))
41+
42+
43+
944
## [2.65.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.64.0...v2.65.0) - 2026-05-12
1045
### Added
1146
- Add ManifestProjectProvider for Roku channel detection ([#780](https://github.com/rokucommunity/vscode-brightscript-language/pull/780))

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brightscript",
33
"displayName": "BrightScript Language",
4-
"version": "2.65.0",
4+
"version": "2.66.0",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {
@@ -53,11 +53,11 @@
5353
"sync-launch-settings": "ts-node scripts/sync-launch-settings.ts"
5454
},
5555
"dependencies": {
56-
"@rokucommunity/logger": "^0.3.11",
56+
"@rokucommunity/logger": "^0.3.12",
5757
"@vscode/extension-telemetry": "^0.4.7",
5858
"array-sort": "^1.0.0",
59-
"brighterscript": "^0.72.1",
60-
"brighterscript-formatter": "^1.7.25",
59+
"brighterscript": "^0.72.2",
60+
"brighterscript-formatter": "^1.7.26",
6161
"clone-deep": "^4.0.1",
6262
"debounce": "^1.2.0",
6363
"dotenv": "^6.2.0",
@@ -77,8 +77,8 @@
7777
"postman-request": "^2.88.1-postman.48",
7878
"pretty-bytes": "^5.6.0",
7979
"resolve": "^1.22.8",
80-
"roku-debug": "^0.23.7",
81-
"roku-deploy": "^3.17.2",
80+
"roku-debug": "^0.23.8",
81+
"roku-deploy": "^3.17.4",
8282
"roku-test-automation": "^2.2.1",
8383
"semver": "^7.1.3",
8484
"source-map": "^0.7.3",

0 commit comments

Comments
 (0)