Skip to content

Updated logic to extract the file extension #551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Moved changelog in its own file
  • Loading branch information
csarnataro committed Aug 18, 2022
commit 2e80696d1920eadc6c8cd511ee6680ca95aa42be
26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,7 @@ JS module providing discovery of the [Arduino Create Agent](https://github.com/a


## Changelog
[2.9.1-alpha.2] - 2022-08-17

### Changed
- The error `No device found` coming from the `arduino-create-agent` is now treated as an error.

## Changelog
[2.9.1-alpha.1] - 2022-07-28

### Added
- Added support for ESP boards (experimental)

## Changelog
[2.9.0] - 2022-06-06
### Added
- Added support for "Arduino RP2040 Connect" board
### Changed
- Improved support for Chrome's Web Serial API on ChromeOS. Other operating systems should not be affected.
- Simplified the communication with the Web Serial API via a messaging system which simulates
the [postMessage](https://developer.chrome.com/docs/extensions/reference/runtime/#method-Port-postMessage) function available in the Chrome App Daemon (see `chrome-app-daemon.js`).


[2.8.0] - 2022-03-21
### Added
- Added support (still in Beta) for Chrome's Web Serial API on ChromeOS.
Other operating systems should not be affected.
See [CHANGELOG.MD](CHANGELOG.MD) for more details.

## Installation

Expand Down