Skip to content

Commit fc5faaf

Browse files
2.59.0 (#664)
Co-authored-by: rokucommunity-bot <[email protected]> Co-authored-by: Bronley Plumb <[email protected]>
1 parent 2045949 commit fc5faaf

File tree

3 files changed

+41
-245
lines changed

3 files changed

+41
-245
lines changed

CHANGELOG.md

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

77

88

9+
## [2.59.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.58.0...v2.59.0) - 2025-09-12
10+
### Changed
11+
- Update SceneGraph Inspector to use new `AppUI` method for building tree and other improvements ([#661](https://github.com/rokucommunity/vscode-brightscript-language/pull/661))
12+
- Support actions on the popup message event ([#659](https://github.com/rokucommunity/vscode-brightscript-language/pull/659))
13+
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0701---2025-09-11). Notable changes since 0.69.13:
14+
- Flag param names that are reserved words ([#1556](https://github.com/rokucommunity/vscode-brightscript-language/pull/1556))
15+
- Fix for adding files on beforeProgramValidate ([#1568](https://github.com/rokucommunity/vscode-brightscript-language/pull/1568))
16+
- Fix typdef generation of default param func ([#1551](https://github.com/rokucommunity/vscode-brightscript-language/pull/1551))
17+
- Support transpiling class methods as named functions ([#1548](https://github.com/rokucommunity/vscode-brightscript-language/pull/1548))
18+
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#1718---2025-09-12). Notable changes since 1.7.17:
19+
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0221---2025-09-11). Notable changes since 0.21.38:
20+
- Better handling when the telnet debugger freezes ([#268](https://github.com/rokucommunity/vscode-brightscript-language/pull/268))
21+
- Add more logs to track how long each step takes while sideloading ([#270](https://github.com/rokucommunity/vscode-brightscript-language/pull/270))
22+
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3130---2025-08-04). Notable changes since 3.12.6:
23+
- Add standards-compliant User-Agent header ([#203](https://github.com/rokucommunity/vscode-brightscript-language/pull/203))
24+
25+
26+
927
## [2.58.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.57.1...v2.58.0) - 2025-08-04
1028
### Added
1129
- Add new launch variable substitution called `activeHost` ([#657](https://github.com/rokucommunity/vscode-brightscript-language/pull/657))

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brightscript",
33
"displayName": "BrightScript Language",
4-
"version": "2.58.0",
4+
"version": "2.59.0",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {
@@ -58,8 +58,8 @@
5858
"@vscode/extension-telemetry": "^0.4.7",
5959
"array-sort": "^1.0.0",
6060
"backoff": "^2.5.0",
61-
"brighterscript": "^0.69.13",
62-
"brighterscript-formatter": "^1.7.17",
61+
"brighterscript": "^0.70.1",
62+
"brighterscript-formatter": "^1.7.18",
6363
"clone-deep": "^4.0.1",
6464
"debounce": "^1.2.0",
6565
"dotenv": "^6.2.0",
@@ -80,8 +80,8 @@
8080
"postman-request": "^2.88.1-postman.32",
8181
"pretty-bytes": "^5.6.0",
8282
"resolve": "^1.22.8",
83-
"roku-debug": "^0.22.0",
84-
"roku-deploy": "^3.12.6",
83+
"roku-debug": "^0.22.1",
84+
"roku-deploy": "^3.13.0",
8585
"roku-test-automation": "^2.2.1",
8686
"semver": "^7.1.3",
8787
"source-map": "^0.7.3",

0 commit comments

Comments
 (0)