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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2-rc.1
Choose a base ref
...
head repository: arduino/arduino-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 22, 2025

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

Commits on Apr 28, 2025

  1. Configuration menu
    Copy the full SHA
    0846b47 View commit details
    Browse the repository at this point in the history
  2. [skip changelog] Revert "Disable internal anchor checks by link check…

    …er tool (#1692)" (#2900)
    
    This reverts commit f470f40.
    
    This configuration entry was previously required in order to work around a bug in the "markdown-link-check" tool that
    resulted in false positives for links to anchors created by HTML anchor tags.
    
    The bug in the "markdown-link-check" tool has since been fixed, and this project updated to use the version of the tool
    with that fix. So this configuration entry is no longer required.
    
    The now superfluous configuration entry is hereby removed in order to ensure more comprehensive link check coverage.
    per1234 authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    faf79a7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. [skip changelog] Correct configuration key name in documentation (#2903)

    Previously, this reference to Arduino CLI's `directories.downloads` configuration key misspelled the name as
    "directories.download".
    per1234 authored May 2, 2025
    Configuration menu
    Copy the full SHA
    3929052 View commit details
    Browse the repository at this point in the history
  2. [skip changelog] Add missing pages to website navigation panel (#2904)

    The project includes a documentation website which is generated by the MkDocs static site generator. The site contains a
    navigation panel which lists the available documentation pages.
    
    Rather than being automatically generated from the contents of the `docs` folder, the contents of the navigation panel
    have been explicitly defined via the MkDocs configuration file. This means that the project contributors must remember
    to update the configuration file when development work results in the addition or removal of web pages.
    
    This was not done when the `config get` and `debug check` commands were added. The web pages are generated as expected,
    but the missing configuration file entries means that a visitor to the website would never know of their existence, and
    could only access them by hacking the URL.
    
    The missing entries are hereby added to the MkDocs configuration file.
    per1234 authored May 2, 2025
    Configuration menu
    Copy the full SHA
    63c44a4 View commit details
    Browse the repository at this point in the history
Loading