Skip to content

Commit

Permalink
Update changelog for v2.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Sep 12, 2023
1 parent 9867d36 commit e65d189
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 29 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [2.43.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.42.0...v2.43.0) - 2023-09-12
### Added
- Roku Test Automation Panel ([#499](https://github.com/rokucommunity/vscode-brightscript-language/pull/499))
### Changed
- Updated Node Detail Page in Scenegraph Node Inspector ([#499](https://github.com/rokucommunity/vscode-brightscript-language/pull/499))
- upgrade to [[email protected]](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0204---2023-09-11). Notable changes since 0.20.3:
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0655---2023-09-06). Notable changes since 0.65.4:
- Task/support bs const in bsconfig ([brighterscript#887](https://github.com/rokucommunity/brighterscript/pull/887))
- allow optionally specifying bslib destination directory ([brighterscript#871](https://github.com/rokucommunity/brighterscript/pull/871))
- ensure consistent insertion of bslib.brs ([brighterscript#870](https://github.com/rokucommunity/brighterscript/pull/870))
- Fix crashes in util for null ranges ([brighterscript#869](https://github.com/rokucommunity/brighterscript/pull/869))
- Print diagnostic related information ([brighterscript#867](https://github.com/rokucommunity/brighterscript/pull/867))
- Fix tab issue when printing diagnostics ([brighterscript#865](https://github.com/rokucommunity/brighterscript/pull/865))
- upgrade to [[email protected]](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#1632---2023-09-11). Notable changes since 1.6.31:



## [2.42.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.41.2...2.42.0) - 2023-07-26
### Added
- `deleteDevChannelBeforeInstall` launch option ([#494](https://github.com/rokucommunity/vscode-brightscript-language/pull/494))
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@vscode/extension-telemetry": "^0.4.7",
"array-sort": "^1.0.0",
"backoff": "^2.5.0",
"brighterscript": "^0.65.4",
"brighterscript-formatter": "^1.6.31",
"brighterscript": "^0.65.5",
"brighterscript-formatter": "^1.6.32",
"debounce": "^1.2.0",
"dotenv": "^6.2.0",
"fast-xml-parser": "^3.12.16",
Expand All @@ -71,7 +71,7 @@
"node-ssdp": "^4.0.0",
"postman-request": "^2.88.1-postman.32",
"pretty-bytes": "^5.6.0",
"roku-debug": "^0.20.3",
"roku-debug": "^0.20.4",
"roku-deploy": "^3.10.3",
"roku-test-automation": "^2.0.0-beta.20",
"semver": "^7.1.3",
Expand Down Expand Up @@ -2713,7 +2713,6 @@
"category": "BrighterScript",
"icon": "$(debug-stop)"
},

{
"command": "extension.brightscript.rokuAutomationView.enableAutorunOnDeploy",
"title": "Enable Autorun on deploy",
Expand Down

0 comments on commit e65d189

Please sign in to comment.