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
Improved support for Web Serial API.
* Now the interaction between the client library (e.g. the Arduino `arduino-chromeos-uploader` library) has been simplified.
* Added a parameter to pass dialog customization to the web serial api uploader library
* Removed `connectToSerialDevice` function from the Web Serial API daemon.
* Added functionality to write on the serial port
* Added file name to the uploading process. The file name is used in log messages
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,23 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [2.10.0] - 2022-09-08
4
+
## [2.11.0] - 2022-09-27
5
+
The main goal of this release is to improve support for the Web Serial API on ChromeOS.
6
+
Other platforms should not be affected.
7
+
8
+
### Changed
9
+
- When using Web Serial API, the interactions between the client library
10
+
(as an example, the Arduino `arduino-chromeos-uploader` libray) has been simplified.
11
+
- A new parameter `dialogCustomizations` has been added to the upload functionality. It's used
12
+
to provide custom confirmation dialogs when using the Web Serial API.
13
+
It has no effect with other daemons.
14
+
15
+
### Removed
16
+
-`cdcReset` functionality, now it's embedded in the `upload` functionality
17
+
in the Web Serial daemon.
18
+
### Changed
19
+
20
+
## [2.10.1] - 2022-09-08
5
21
6
22
### Changed
7
23
- Fixed a bug released in 2.9.1 caused by the wrong assumption that the build filename is always at the end of the command line. This fix makes the library backward compatible with older ESP boards.
0 commit comments