Skip to content

Commit b322a19

Browse files
2.68.0 (#871)
Co-authored-by: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Co-authored-by: Christopher Dwyer-Perkins <chris@inverted-solutions.com>
1 parent 0e7794a commit b322a19

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

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.68.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.67.3...v2.68.0) - 2026-08-07
10+
### Changed
11+
- Experimental Roku Cloud Emulator support ([#861](https://github.com/rokucommunity/vscode-brightscript-language/pull/861))
12+
- Migrate to roku-deploy v4 ([#860](https://github.com/rokucommunity/vscode-brightscript-language/pull/860))
13+
- upgrade to [roku-debug@0.24.0](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0240---2026-08-07). Notable changes since 0.23.16:
14+
- Roku Cloud Emulator support ([#399](https://github.com/rokucommunity/roku-debug/pull/399))
15+
- Migrate to roku-deploy v4 ([#398](https://github.com/rokucommunity/roku-debug/pull/398))
16+
- Failed to apply breakpoints in component libraries ([#406](https://github.com/rokucommunity/roku-debug/pull/406))
17+
- Fix `libary` statement complib postfixes ([#323](https://github.com/rokucommunity/roku-debug/pull/323))
18+
- Better ECP limited messaging ([#397](https://github.com/rokucommunity/roku-debug/pull/397))
19+
- Make perfettoManager action calls null-safe ([#390](https://github.com/rokucommunity/roku-debug/pull/390))
20+
- upgrade to [roku-deploy@4.0.0-alpha.3](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#400-alpha3---2026-08-07). Notable changes since 3.17.7:
21+
- Roku Cloud Emulator support ([#331](https://github.com/rokucommunity/roku-deploy/pull/331))
22+
- Unified device option ([#323](https://github.com/rokucommunity/roku-deploy/pull/323))
23+
- Enhanced logging levels ([#168](https://github.com/rokucommunity/roku-deploy/pull/168))
24+
25+
26+
927
## [2.67.3](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.67.2...v2.67.3) - 2026-07-13
1028
### Added
1129
- Indicator for the active device in the Devices panel ([#856](https://github.com/rokucommunity/vscode-brightscript-language/pull/856))

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brightscript",
33
"displayName": "BrightScript Language",
4-
"version": "2.67.3",
4+
"version": "2.68.0",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {

0 commit comments

Comments
 (0)