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: b9e9ae9
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: bec6e92
Choose a head ref
  • 9 commits
  • 83 files changed
  • 3 contributors

Commits on Feb 10, 2023

  1. fix: library search boosting

    Closes #1106
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    79b6b7e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. feat: rename, deletion, and validation support

    Closes #1599
    Closes #1825
    Closes #1826
    Closes #1847
    
    Co-authored-by: Akos Kitta <a.kitta@arduino.cc>
    Co-authored-by: per1234 <accounts@perglass.com>
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    dec97af View commit details
    Browse the repository at this point in the history
  2. fix: corrected typo

    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7d1d6f0 View commit details
    Browse the repository at this point in the history
  3. fix: aligned sketch folder validation based on the review request

    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d494b66 View commit details
    Browse the repository at this point in the history
  4. Update arduino-ide-extension/src/common/protocol/sketches-service.ts

    Co-authored-by: per1234 <accounts@perglass.com>
    2 people authored and Akos Kitta committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e2e13c6 View commit details
    Browse the repository at this point in the history
  5. fix: i18n for 8d3b20a

    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    6ef41a8 View commit details
    Browse the repository at this point in the history
  6. fix: disallow anything but underscore when converting any string to a…

    … valid sketch folder name
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ccbca88 View commit details
    Browse the repository at this point in the history
  7. fix: validate against trailing dot + reserved name

    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    fef3b6a View commit details
    Browse the repository at this point in the history
  8. fix: disallow nested sketch on save as

    Do not wipe source sketch after save as if not a temp
    
    Closes #1882
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    bec6e92 View commit details
    Browse the repository at this point in the history
Loading