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-rc4
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-rc5
Choose a head ref
  • 11 commits
  • 13 files changed
  • 6 contributors

Commits on Mar 3, 2022

  1. Install Node.js 14.x on compose-full-changelog workflow (#878)

    * Install Node.js 14.x on compose-full-changelog workflow
    
    * change date formate in changelog file name
    
    * improve node js installation in workflow
    Alberto Iannaccone authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    0fc7c78 View commit details
    Browse the repository at this point in the history
  2. add PR template file (#838)

    * add PR template file
    
    * Update .github/PULL_REQUEST_TEMPLATE.md
    
    Co-authored-by: per1234 <accounts@perglass.com>
    
    * Update .github/PULL_REQUEST_TEMPLATE.md
    
    Co-authored-by: per1234 <accounts@perglass.com>
    
    Co-authored-by: per1234 <accounts@perglass.com>
    fstasi and per1234 authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    93a374d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6b9d4e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Remove irrelevant trigger from "Compose full changelog" workflow

    The "Compose full changelog" GitHub Actions workflow generates a changelog file from the release notes and uploads this
    to Arduino's server for display to the user by the IDE updater.
    
    Previously, this workflow could be triggered by either of two events:
    
    - Release creation
    - Release edit
    
    To reduce the possibility of endless recursion, GitHub Actions ignores events which are triggered using the
    auto-generated `GITHUB_TOKEN` access token. All release creations are done automatically by the "Arduino IDE" GitHub
    Actions workflow, which uses this token.
    
    For this reason, the release creation trigger will never be used. Since the behavior of the event being ignored by
    GitHub Actions under these conditions is not at all obvious, having the workflow configured for such an irrelevant
    trigger can cause confusion.
    
    The workflow will be triggered by the manual edit which is done on every release to format the raw release notes
    auto-generated from the commit history. So the fact that the release creation trigger doesn't work is not a problem.
    per1234 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    49971ad View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Add Linux AppImage to nightly build download links

    Linux x86-64 builds of the Arduino IDE are now available in AppImage format in additional to the ZIP format.
    
    Since only the AppImage format IDE supports auto-updates (the IDE installed from the ZIP will notify of available updates, but can't auto-update), this will be the preferred format and so good beta testing coverage of it is especially important.
    per1234 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    c9996df View commit details
    Browse the repository at this point in the history
  2. Fix sketch name duplicates (#887)

    Alberto Iannaccone authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    04c3d0c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. remove dev tools menu item (#882)

    Alberto Iannaccone authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    9e89964 View commit details
    Browse the repository at this point in the history
  2. Remove irrelevant statement from EULA

    When using the interactive installer, the user is presented with a dialog requested they agree to this.
    
    The previous statement about initiation of a download constituting agreement is relevant in the context of the text's source on the arduino.cc downloads page, but not at all in the context of the installer dialog.
    per1234 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    bfe6835 View commit details
    Browse the repository at this point in the history
  3. handling pagination in getting the sketches (#875)

    Co-authored-by: Umberto Sgueglia <umberto.sgueglia@external.fcagroup.com>
    ulemons and Umberto Sgueglia authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    b416e5f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Add privacy policy menu item (#883)

    Alberto Iannaccone authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    70f1c5f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Version 2.0.0-rc5 (#897)

    Alberto Iannaccone authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    8cac087 View commit details
    Browse the repository at this point in the history
Loading