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-create-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.0-rc5
Choose a base ref
...
head repository: arduino/arduino-create-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 20 files changed
  • 3 contributors

Commits on Mar 26, 2025

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

Commits on Mar 27, 2025

  1. fix: allow to specify custom signatureKey in the config.ini (#1024)

    * make the signaturePubKey overwritable
    
    * Add debug logging for signature key parsing and handle newline escape sequences
    
    * Add MustParseRsaPublicKey function for parsing PEM formatted public keys
    
    * Remove debug print statement for signature key and fix comment typo in key parsing logic
    
    * Add error logging for command verification and update comment for public key usage
    
    * refactor(main.go) remove unnecessary print statement in parseIni function
    
    * refactor(utilities): improve formatting in ParseRsaPublicKey function
    
    * style(tools): align field declarations for improved readability
    
    ---------
    
    Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
    dido18 and lucarin91 authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    901728d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. fix: update go.bug.st/serial to v1.6.4 to fix windows issue (#1027)

    * fix: update go.bug.st/serial to v1.6.4 
    
    * Updated license cache
    
    ---------
    
    Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
    dido18 and cmaglie authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    87f097b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

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

Commits on Apr 24, 2025

  1. fix: Serial Monitor corrupted output in some rare cases (#1032)

    * Synchronize multiple open commands coming together.
    
    * Allow re-opening of already opened ports
    
    * Renamed mutex var and added comment
    
    * Error out if baudrate and buftype of already opened port do not match
    cmaglie authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    e7ea376 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. ci(Taskfile): add a command to test autoupdate (#1033)

    * feat: add demo task for local auto-update workflow of the Agent
    
    * fix: update autoupdate demo description and improve server wait logic
    
    * fix: remove unnecessary blank lines in Taskfile.yml
    
    * fix: clarify the importance of the 'CreateAgent/Stable' path in update file search
    dido18 authored May 15, 2025
    Configuration menu
    Copy the full SHA
    b2b9887 View commit details
    Browse the repository at this point in the history
Loading