Skip to content

Commit e8a9b42

Browse files
2.61.2 (#705)
Co-authored-by: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Co-authored-by: Bronley Plumb <bronley@gmail.com>
1 parent 4bbee31 commit e8a9b42

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

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

77

88

9+
## [2.61.2](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.61.1...v2.61.2) - 2026-03-12
10+
### Added
11+
- Add custom `brightscript.format.bsfmtPath` file path setting ([#701](https://github.com/rokucommunity/vscode-brightscript-language/pull/701))
12+
### Fixed
13+
- Fix bug showing too many "new device" notifications ([#703](https://github.com/rokucommunity/vscode-brightscript-language/pull/703))
14+
- Fixed an issues with newlines not rendering correct with brightscript tasks ([#702](https://github.com/rokucommunity/vscode-brightscript-language/pull/702))
15+
- (chore): Fixed bad mocking techniques in the BrightScriptTaskProvider tests ([#700](https://github.com/rokucommunity/vscode-brightscript-language/pull/700))
16+
17+
18+
919
## [2.61.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/2.61.0...v2.61.1) - 2026-03-10
1020
### Added
1121
- Task/support for brightscript tasks with custom command variable resolving ([#693](https://github.com/rokucommunity/vscode-brightscript-language/pull/693))

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.61.1",
4+
"version": "2.61.2",
55
"publisher": "RokuCommunity",
66
"description": "Language support for Roku's BrightScript language.",
77
"author": {

0 commit comments

Comments
 (0)