You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
* change to dev branch (#1323)
* Change node serial to new serial cli (#1322)
* add args to build
* initial integration of serial cli
* Add gulp task for serial-monitor-cli insertion
* Temporarily disable serial monitor insertion task
* Uncomment task
* change platforms to match os.platform
* fix linting
* add relative path for serial
Co-authored-by: Alan Leung <[email protected]>
* Add fixes from code review (#1328)
* remove native serial dependencies
* fixes from code review
* Revert "remove native serial dependencies"
This reverts commit 6586a66.
* add vid pid support
* code review fixes
* revert stop to return bool
* pre release v0.4.4-rc1
* bump to 0.4.4-rc2
* bump to v0.4.4
Co-authored-by: Alan Leung <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## Version 0.4.4
5
+
6
+
### Changed
7
+
- Serial monitor uses a new backend which doesn't break with updates of VSCode. [#1322](https://github.com/microsoft/vscode-arduino/pull/1322)
0 commit comments