Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: barslev/arduino-create-agent-js-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0cc287b
Choose a base ref
...
head repository: arduino/arduino-create-agent-js-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43111ed
Choose a head ref
  • 20 commits
  • 20 files changed
  • 3 contributors

Commits on Apr 11, 2022

  1. Added partial support for Web Serial API on Chromebooks (arduino#544)

    Added partial support for Web Serial API on Chromebooks.
    csarnataro authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1a9a3cb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    cbd0508 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Implement support for RP2040 on Chromebook PWA (arduino#546)

    General improvements in the Web Serial API protocol. Final goal is to provide a better support for a broader range of boards, e.g. the Arduino RP2040 Connect, on Chromebooks.
    * Improved communication with the Web Serial APIs via asynchronous messaging between modules
    * Implemented closeAllPorts in Web Serial API Daemon
    * Some minor refactoring.
    * Updated version in package.json, updated change log in readme file.
    csarnataro authored May 17, 2022
    Configuration menu
    Copy the full SHA
    9ce0cf0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    c3eb69e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eebad1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    d160155 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Throwing an error when device is not found (arduino#552)

    * Updated logic to extract the file extension
    * Upgraded a 'busy' message to an 'error' message when the device is not found
    csarnataro authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    54b7f98 View commit details
    Browse the repository at this point in the history
  2. Moved changelog in its own file (arduino#553)

    Moved changelog in its own file
    csarnataro authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    3e6bf1d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Updated logic to extract the file extension (arduino#551)

    Updated logic to extract the file extension
    Moved change log in its own file, updated README file accordingly
    csarnataro authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    1cb467d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Fixed file extension calculation for ESP32 boards. (arduino#554)

    This commit fixes a bug introduced with 2.9.1 (which will be
    deprecated).
    
    Now the file extension of the sketch is retrieved using a regular
    expression, not by position.
    csarnataro authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    5346e4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58e83d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ee305c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Improve Web Serial API support (arduino#558)

    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
    csarnataro authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    8ffb0d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    5682721 View commit details
    Browse the repository at this point in the history
  2. Rename .npmrc to .nvmrc (arduino#560)

    The file named .npmrc contains the node version, probably it was created with this name by mistake, instead of .nvmrc
    csarnataro authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6191c45 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. [PIX-242] Replace fwupdater installer (arduino#561)

    * Update install tools list
    
    * Bump version
    pirropirro authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4f77973 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Use download servers to obtain the latest agent version (arduino#563)

    * Update download servers URL
    
    * Bump version
    pirropirro authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7bbe944 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Remove UPLOAD_DONE_TIMER

    Squashed commit of the following:
    
    commit 63cdfa40ce77973afeca9b780df15d78e6d4993e
    Author: pirropirro <fra.pirrotta@gmail.com>
    Date:   Mon Mar 4 11:28:36 2024 +0100
    
        Bump version
    
    commit 2d4e6a1a94cadd46c9472db9ca32458b8eb9e9d7
    Author: pirropirro <fra.pirrotta@gmail.com>
    Date:   Mon Mar 4 10:44:43 2024 +0100
    
        Remove `UPLOAD_DONE_TIMER`
    pirropirro committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dcb2a1e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. [REVERT] Restore timing

    pirropirro committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7dfbab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43111ed View commit details
    Browse the repository at this point in the history
Loading