Skip to content

Commit e764692

Browse files
2.59.2 (#671)
Co-authored-by: rokucommunity-bot <[email protected]> Co-authored-by: Bronley Plumb <[email protected]>
1 parent 0843bf6 commit e764692

File tree

3 files changed

+41
-28
lines changed

3 files changed

+41
-28
lines changed

CHANGELOG.md

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

77

88

9+
## [2.59.2](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.59.1...v2.59.2) - 2025-10-31
10+
### Changed
11+
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0703---2025-10-31). Notable changes since 0.70.2:
12+
- Fix crash when bsc plugin in worker loads another version of bsc ([#1579](https://github.com/rokucommunity/brighterscript/pull/1579))
13+
- Fix recursive const and enum resolution during transpilation ([#1578](https://github.com/rokucommunity/brighterscript/pull/1578))
14+
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0223---2025-10-31). Notable changes since 0.22.2:
15+
- Change ecp logging to `trace` to make lower level logs more useful ([#276](https://github.com/rokucommunity/roku-debug/pull/276))
16+
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3144---2025-10-30). Notable changes since 3.13.0:
17+
### Fixed
18+
- Fix bug where param named interface breaks syntax highlighting ([#670](https://github.com/rokucommunity/vscode-brightscript-language/pull/670))
19+
20+
21+
922
## [2.59.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.59.0...v2.59.1) - 2025-10-10
1023
### Changed
1124
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0702---2025-10-10). Notable changes since 0.70.1:

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brightscript",
33
"displayName": "BrightScript Language",
4-
"version": "2.59.1",
4+
"version": "2.59.2",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {
@@ -58,7 +58,7 @@
5858
"@vscode/extension-telemetry": "^0.4.7",
5959
"array-sort": "^1.0.0",
6060
"backoff": "^2.5.0",
61-
"brighterscript": "^0.70.2",
61+
"brighterscript": "^0.70.3",
6262
"brighterscript-formatter": "^1.7.19",
6363
"clone-deep": "^4.0.1",
6464
"debounce": "^1.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.2",
84-
"roku-deploy": "^3.13.0",
83+
"roku-debug": "^0.22.3",
84+
"roku-deploy": "^3.14.4",
8585
"roku-test-automation": "^2.2.1",
8686
"semver": "^7.1.3",
8787
"source-map": "^0.7.3",

0 commit comments

Comments
 (0)