Skip to content

Commit

Permalink
Merge branch 'master' into feature/542-support-multiple-automations
Browse files Browse the repository at this point in the history
  • Loading branch information
jtuckerfubo authored Jan 15, 2025
2 parents 07417eb + 340d660 commit 7ab2eb7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 20 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [2.52.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.51.0...v2.52.0) - 2025-01-13
### Changed
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#02115---2025-01-13). Notable changes since 0.21.13:
- Better handling of split log messages ([roku-debug#206](https://github.com/rokucommunity/roku-debug/pull/206))
- variables improvements ([roku-debug#199](https://github.com/rokucommunity/roku-debug/pull/199))
- Caught uncaught exceptions ([roku-debug#198](https://github.com/rokucommunity/roku-debug/pull/198))
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0683---2025-01-13). Notable changes since 0.68.2:
- Fix class transpile issue with child class constructor not inherriting parent params ([brighterscript#1390](https://github.com/rokucommunity/brighterscript/pull/1390))
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#178---2025-01-13)
### Fixed
- Retain original newlines in BrightScript Log output panel, and also strip ansii colors ([#609](https://github.com/rokucommunity/vscode-brightscript-language/pull/609))



## [2.51.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.50.5...v2.51.0) - 2024-12-20
### Added
- new remote commands ([#605](https://github.com/rokucommunity/vscode-brightscript-language/pull/605))
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brightscript",
"displayName": "BrightScript Language",
"version": "2.51.0",
"version": "2.52.0",
"publisher": "RokuCommunity",
"description": "Language support for Roku's BrightScript language.",
"author": {
Expand Down Expand Up @@ -57,8 +57,8 @@
"@vscode/extension-telemetry": "^0.4.7",
"array-sort": "^1.0.0",
"backoff": "^2.5.0",
"brighterscript": "^0.68.2",
"brighterscript-formatter": "^1.7.7",
"brighterscript": "^0.68.3",
"brighterscript-formatter": "^1.7.8",
"clone-deep": "^4.0.1",
"debounce": "^1.2.0",
"dotenv": "^6.2.0",
Expand All @@ -79,7 +79,7 @@
"postman-request": "^2.88.1-postman.32",
"pretty-bytes": "^5.6.0",
"resolve": "^1.22.8",
"roku-debug": "^0.21.13",
"roku-debug": "^0.21.15",
"roku-deploy": "^3.12.3",
"roku-test-automation": "^2.0.10",
"semver": "^7.1.3",
Expand Down

0 comments on commit 7ab2eb7

Please sign in to comment.