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-rc1
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-rc2
Choose a head ref
  • 9 commits
  • 45 files changed
  • 4 contributors

Commits on Nov 30, 2021

  1. Fix notification icons (#642)

    fstasi authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    f0d9894 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

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

Commits on Dec 7, 2021

  1. Fix upload and serial (#661)

    * get serial connection status from BE
    
    * handle serial connect in the BE
    
    * allow breakpoints on vscode (windows)
    
    * Timeout on config change to prevent serial busy
    
    * serial-service tests
    fstasi authored Dec 7, 2021
    2 Configuration menu
    Copy the full SHA
    767b09d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. IDE to run CLI with auto assigned port (#673)

    * get daemon port from CLI stdout
    
    * config-service to use CLI daemon port
    
    * updating LS
    
    * fixed tests
    
    * fix upload blocked when selectedBoard.port is undefined
    
    * bump arduino-cli to 0.20.2
    
    Co-authored-by: Alberto Iannaccone <a.iannaccone@arduino.cc>
    fstasi and Alberto Iannaccone authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    49d12d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

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

Commits on Dec 13, 2021

  1. Updated translation files (#638)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    bbded57 View commit details
    Browse the repository at this point in the history
  2. bump arduino-language-server to 0.5.0 (#679)

    Alberto Iannaccone authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c91fe2d View commit details
    Browse the repository at this point in the history
  3. Version 2.0.0-rc2

    Alberto Iannaccone committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    0b6fc0b View commit details
    Browse the repository at this point in the history
Loading