-
-
Notifications
You must be signed in to change notification settings - Fork 408
Comparing changes
Open a pull request
base repository: arduino/arduino-cli
base: v1.2.2-rc.1
head repository: arduino/arduino-cli
compare: master
- 16 commits
- 53 files changed
- 4 contributors
Commits on Apr 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c11b9dd - Browse repository at this point
Copy the full SHA c11b9ddView commit details
Commits on Apr 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0846b47 - Browse repository at this point
Copy the full SHA 0846b47View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for faf79a7 - Browse repository at this point
Copy the full SHA faf79a7View commit details
Commits on May 2, 2025
-
[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".
Configuration menu - View commit details
-
Copy full SHA for 3929052 - Browse repository at this point
Copy the full SHA 3929052View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 63c44a4 - Browse repository at this point
Copy the full SHA 63c44a4View commit details
Commits on May 12, 2025
-
Move information re: allowed characters for FQBN component to specifi…
…cations (#2902) Arduino CLI restricts which characters can be used by platform developers in their vendor, architecture, board, custom board menu, and custom board option identifiers. Previously, the information was only documented(?) in the "FAQ". This type of requirement must be present in the formal specifications. A platform developer is unlikely to ever think to look for such information in the FAQ. In addition, the inclusion of such information in the FAQ is not appropriate as this is intended for end users of the Arduino CLI application and end users have no control over which characters were used by the platform developers in their identifiers. So the presence of the information in the FAQ only harms readability by introducing unnecessary complexity into a subject that users often struggle to understand.
Configuration menu - View commit details
-
Copy full SHA for 31cf7a6 - Browse repository at this point
Copy the full SHA 31cf7a6View commit details -
[skip changelog] Bump github.com/arduino/go-paths-helper from 1.13.0 …
…to 1.13.1 (#2905) * [skip changelog] Bump github.com/arduino/go-paths-helper Bumps [github.com/arduino/go-paths-helper](https://github.com/arduino/go-paths-helper) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/arduino/go-paths-helper/releases) - [Commits](arduino/go-paths-helper@v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: github.com/arduino/go-paths-helper dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Updated license cache --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for 2617149 - Browse repository at this point
Copy the full SHA 2617149View commit details -
[skip changelog] Bump golangci/golangci-lint-action from 7 to 8 (#2909)
* [skip changelog] Bump golangci/golangci-lint-action from 7 to 8 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update golangci-lint version to 2.1.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for 9306ff9 - Browse repository at this point
Copy the full SHA 9306ff9View commit details -
[skip changelog] Bump golang.org/x/sys from 0.32.0 to 0.33.0 (#2910)
* [skip changelog] Bump golang.org/x/sys from 0.32.0 to 0.33.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.32.0 to 0.33.0. - [Commits](golang/sys@v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update license cache --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for 28c7985 - Browse repository at this point
Copy the full SHA 28c7985View commit details -
bugfix: Kill compile processes that generates too much output (#2883)
* Added integration test * Fixed linter warning * bugfix: Kill compile processes that generates too much output * Apply suggestion from code review
Configuration menu - View commit details
-
Copy full SHA for 5e10879 - Browse repository at this point
Copy the full SHA 5e10879View commit details -
[skip changelog] Bump golang.org/x/term from 0.31.0 to 0.32.0 (#2911)
* [skip changelog] Bump golang.org/x/term from 0.31.0 to 0.32.0 Bumps [golang.org/x/term](https://github.com/golang/term) from 0.31.0 to 0.32.0. - [Commits](golang/term@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Updated license cache --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for 330f49f - Browse repository at this point
Copy the full SHA 330f49fView commit details -
[skip changelog] Bump golang.org/x/text from 0.24.0 to 0.25.0 (#2912)
* [skip changelog] Bump golang.org/x/text from 0.24.0 to 0.25.0 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update license cache --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for dd621ee - Browse repository at this point
Copy the full SHA dd621eeView commit details
Commits on May 28, 2025
-
[skip changelog] Correct documentation re: default for `build_cache.p…
…ath` configuration key (#2919) The "Configuration" documentation page includes information on the default values of the configuration keys. The default value of the build_cache.path configuration key was recently changed, but the documentation was not updated accordingly. The documentation is hereby updated to provide the correct information regarding the default value of the build_cache.path configuration key. Previously, the information was provided in the list of keys. That is a non-standard location for the information as there is an established convention of instead providing this information in the separate section of the page dedicated to documenting default paths. In addition. the location in the keys list became more problematic for the new default since it is operating system-specific and thus the increased volume of documentation content would be awkward to fit into the nested list of keys. For these reasons, the documentation content was moved to the standardized location under the "Default directories" section of the page.
Configuration menu - View commit details
-
Copy full SHA for 55f86b5 - Browse repository at this point
Copy the full SHA 55f86b5View commit details
Commits on Jun 9, 2025
-
[skip changelog] Bump github.com/ProtonMail/go-crypto from 1.2.0 to 1…
….3.0 (#2918) * [skip changelog] Bump github.com/ProtonMail/go-crypto Bumps [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/ProtonMail/go-crypto/releases) - [Commits](ProtonMail/go-crypto@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/ProtonMail/go-crypto dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * regenerate licenses --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessio Perugini <alessio@perugini.xyz>
Configuration menu - View commit details
-
Copy full SHA for f0d04a9 - Browse repository at this point
Copy the full SHA f0d04a9View commit details -
Build and distribuite deb packages (#2926)
--------- Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for ed3825d - Browse repository at this point
Copy the full SHA ed3825dView commit details -
[skip changelog] Bump golang.org/x/text from 0.25.0 to 0.26.0 (#2925)
* [skip changelog] Bump golang.org/x/text from 0.25.0 to 0.26.0 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * regenerate licenses --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessio Perugini <alessio@perugini.xyz>
Configuration menu - View commit details
-
Copy full SHA for 2947cfb - Browse repository at this point
Copy the full SHA 2947cfbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.2-rc.1...master