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-beta.3
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-beta.4
Choose a head ref
  • 20 commits
  • 75 files changed
  • 7 contributors

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    19aa3dd View commit details
    Browse the repository at this point in the history
  2. Use vscode-arduino-tools VSX.

    Ref: arduino/vscode-arduino-tools#14
    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    7ee6d5a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Update README before making the repository public (#49)

    * Update README
    
    * Some more changes to README
    
    * Add anchor to link to Arduino Software Download page Section for IDE 2.0
    
    Co-authored-by: Roberto Sora <r.sora@arduino.cc>
    alranel and Roberto Sora authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    22e02e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Fixed workspace variable resolver.

    Fall back to the current sketch, if `currentWidget` points to a file
    outside of the workspace.
    
    Closes: #46
    
    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    acbd98d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. ATL-972: Moved the './theia/launch.json' config into a temp folder.

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    d648159 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Correct typo in gRPC client creation error message

    Previously, when gRPC client creation failed, the incorrect error message was shown:
    
    root ERROR Could create client for gRPC.
    
    When the message is intended to have the opposite meaning.
    per1234 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    e947023 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Update ARM Linux links in download tables

    The issue numbers changed when they were transferred from the arduino/arduino-pro-ide to arduino/arduino-ide repositories.
    per1234 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1d8eb0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac50205 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. ATL-1064: Support for nested sketchbook structure

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    c64ac48 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. ATL-653: Added error handling for core/lib install

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    eadc993 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. ATL-1063: Integrated search in workspace into IDE

     - Reordered the sidebar views.
     - Increased the default sidebar width.
    
    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    5a262d4 View commit details
    Browse the repository at this point in the history
  2. ATL-941: Fixed recursive folder issue on Save as

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    9cd9146 View commit details
    Browse the repository at this point in the history
  3. Added overwrite confirmation to ZIP lib install

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    5c8669d View commit details
    Browse the repository at this point in the history
  4. Disable code signing when workflows run from forks

    - Skip Mac/Win code signing and Apple notarization only if PR comes from a fork
    - Disable workflows entirely if the user enabled Github Actions in
    their fork repo
    - Add steps to help Mac users to test their forked code in BUILDING.md
    rsora committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    ef03d3f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. move settings from sidebar to arduino pref panel

    Improved preference Dialog UI
    fstasi committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    e90fa27 View commit details
    Browse the repository at this point in the history
  2. ATL-974: Use board search command from the CLI

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and kittaakos committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    15b0564 View commit details
    Browse the repository at this point in the history
  3. Bumped version to 2.0.0-beta.4. Use CLI 0.17.0

    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta authored and fstasi committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    067cc87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dadd17 View commit details
    Browse the repository at this point in the history
  5. Support toggled state in arduino toolbar items

    fix hover state on toolbar items
    
    Improved statemanagement for ToolbarItem and Menus
    
    Disable Upload buttons while a sketch upload is already in progress
    
    toggled state to have override disabled button opacity
    
    doublecheck internal status before verify/upload a sketch
    
    fixes after code review
    fstasi committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    1e0f52b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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