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-rc9.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
Choose a head ref
  • 10 commits
  • 13 files changed
  • 4 contributors

Commits on Sep 7, 2022

  1. Add instructions for accessing IDE's advanced settings

    Although the Arduino IDE's primary preferences interface provides all required configuration capabilities, advanced
    users may wish to fine tune the behavior of the application or temporarily enable additional log output to use for
    troubleshooting problems with the IDE.
    
    The IDE provides such settings in a separate interface.
    
    Previously, the existence and access procedure for these settings was undocumented.
    
    Since this is an advanced capability, the documentation is not appropriate for inclusion with the standard user
    documentation on arduino.cc. A file here in the Arduino IDE is used instead. This file will serve as a container for all
    such user-targeted documentation.
    per1234 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    8f95fd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    76673cb View commit details
    Browse the repository at this point in the history
  2. Prepare 2.0.0-rc9.4 (#1411)

    Alberto Iannaccone authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    dcc0c0a View commit details
    Browse the repository at this point in the history
  3. Move release procedure documentation to more appropriate location

    Previously, the procedure for creating a new release of the project was included in the development documentation.
    
    This information is distinct from the rest of the contents of that file in that it is not of any value or interest to
    most contributors from the community since only project maintainers will ever create a release. This meant that it make
    the document less readable and approachable without adding significant value in return.
    
    The information is still essential to the project maintainers, so it must not be removed, but it can be moved to a
    dedicated file under the existing `docs/internal/` folder that is specifically intended for storing such information.
    per1234 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    fec3b11 View commit details
    Browse the repository at this point in the history
  4. Update release procedure documentation

    An internal release procedure document was created separately from the documentation hosted in this repository. That
    internal document became significantly more comprehensive and up to date than the unmaintained documentation in this
    repository.
    
    In order to avoid either the burden of maintaining two copies of the same information, or more likely the out of sync
    state between the information in the two resulting from lack of such maintenance, a single document will be maintained
    here in this repository.
    
    The superior version of the information from the internal document is hereby migrated to the repository where it will be
    maintained from here on.
    per1234 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    565970e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Updated translation files (#1421)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    69bb0aa View commit details
    Browse the repository at this point in the history
  2. Remove table of nightly build links from readme

    During the early phase of development, the download links for the nightly build were only available from the table in the project readme.
    
    Since that time, download links were also added to the "Software" page on arduino.cc, which is already linked to from
    the readme. This means the nightly build link table is superfluous and only harms the readability of the readme.
    
    The superfluous table is hereby removed from the readme.
    per1234 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    59ca91d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. 2.0.0

    Alberto Iannaccone authored and per1234 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    bf303d1 View commit details
    Browse the repository at this point in the history
  2. Revert "change naming of nightly and snapshot builds (#1326)"

    This reverts commit 5be1f9d.
    Alberto Iannaccone authored and per1234 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    7f06b14 View commit details
    Browse the repository at this point in the history
  3. update README.md

    Alberto Iannaccone authored and per1234 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    6e3fe08 View commit details
    Browse the repository at this point in the history
Loading