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: arduino/arduino-ide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0-rc2
Choose a base ref
...
head repository: arduino/arduino-ide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0-rc3
Choose a head ref
  • 11 commits
  • 27 files changed
  • 7 contributors

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    9131f2d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: per1234 <accounts@perglass.com>
    silvanocerza and per1234 committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    cc5764e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Close serial port connection before flashing firmware (#688)

    Alberto Iannaccone authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    c064673 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    3c6e118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11a6959 View commit details
    Browse the repository at this point in the history
  3. Correctly transform uint8array to string (#696)

    * correctly transform uint8array to string
    
    * export function
    fstasi authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    f400810 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1d9f65 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Use major version ref of carlosperate/download-file-action

    The `carlosperate/download-file-action` action is used in the GitHub Actions workflows as a convenient way to download
    external resources.
    
    A major version ref has been added to that repository. It will always point to the latest release of the "1" major
    version series. This means it is no longer necessary to do a full pin of the action version in use as before.
    
    Use of the major version ref will cause the workflow to use a stable version of the action, while also benefiting from
    ongoing development to the action up until such time as a new major release of an action is made. At that time we would
    need to evaluate whether any changes to the workflow are required by the breaking change that triggered the major
    release before manually updating the major ref (e.g., uses: `carlosperate/download-file-action@v2`). I think this
    approach strikes the right balance between stability and maintainability for these workflows.
    per1234 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    6106e9f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. bump serial plotter to 0.0.17

    fstasi committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    cfa9b8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c00d3d3 View commit details
    Browse the repository at this point in the history
  3. Version 2.0.0-rc3

    fstasi committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    51da3c0 View commit details
    Browse the repository at this point in the history
Loading