-
-
Notifications
You must be signed in to change notification settings - Fork 545
Description
Describe the request
Please add the option for the user to decline an update for a specific version of a library or boards platform. This decision should be remembered and updates not be offered for that dependency.
The user should not be notified when the only updatable dependencies are those they have declined.
If an update notification is displayed due to the availability of updates for other dependencies, only those other dependencies should be updated if the user clicks the "UPDATE ALL" button in the notification.
Describe the current behavior
Arduino automatically checks for the availability of new versions of the installed libraries and boards platforms. If it is found that the installed version is older than the latest version available via Library Manager or Boards Manager, Arduino IDE displays a notification.
Due to breaking changes or regressions, users may intentionally install a previous version of a library or platform. These users will be annoyed by the appearance of the update notification on every check, even though the only available updates are those that they are intentionally avoiding.
It is possible to disable the update check entirely, but the user is likely to wish to keep their other installed dependencies updated.
Arduino IDE version
2.0.0
Operating system
Windows
Operating system version
11
Additional context
Additional requests
- https://forum.arduino.cc/t/i-need-to-prevent-arduino-ide-2-x-from-checking-for-library-updates/1190545
- https://forum.arduino.cc/t/library-updates/1416622
- https://forum.arduino.cc/t/exclude-a-library-from-updates-available/1223521
- https://forum.arduino.cc/t/temporally-disable-a-json-in-additional-boards-manager-urls/1352060
- https://forum.arduino.cc/t/lost-configurations-and-nagging/1399729
Related
- https://forum.arduino.cc/t/error-compiling/1149489
- https://forum.arduino.cc/t/using-esp-32-pico-d4/1150394
- https://forum.arduino.cc/t/trying-is-use-a-new-esp-wroom-32-on-arduino-ide-2-1-0/1150474
- https://forum.arduino.cc/t/library-rp2040-pwm-dont-compile/1168488
- https://forum.arduino.cc/t/arduino-toneac-esp32-not-compatible-with-esp32-3-0-0/1270413
- https://forum.arduino.cc/t/downgrade-from-v3-0-x-to-v2-0-x/1272211
- https://forum.arduino.cc/t/esp-idf-upgrade-to-v5-1-generates-a-lot-of-trouble/1272797
- https://forum.arduino.cc/t/portenta-h7-compilling-error/1280883
- https://forum.arduino.cc/t/adopting-to-2-3-3-from-1-8-19-of-your-program/1318000
- https://forum.arduino.cc/t/asyncwebserver-is-no-longer-working-crashing-with-esp32-s3-wroom/1334021
- https://forum.arduino.cc/t/esp32-rebooting-loop-with-espasyncwebserver/1334275
- https://forum.arduino.cc/t/what-is-the-solution-to-this-error/1334732
- https://forum.arduino.cc/t/library-corruption-after-update/1348668
- https://forum.arduino.cc/t/config-directory-parameter-to-arduinoide-executable/1387789
- https://forum.arduino.cc/t/cannot-upload-example-code-to-esp32-cam/1403799
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the latest nightly build
- My request contains all necessary details