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-flasher-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2298ce8
Choose a base ref
...
head repository: arduino/arduino-flasher-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9790b3e
Choose a head ref
  • 9 commits
  • 24 files changed
  • 3 contributors

Commits on Oct 28, 2025

  1. add readme

    lucarin91 committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    fb5dcd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Configuration menu
    Copy the full SHA
    ff44d85 View commit details
    Browse the repository at this point in the history
  2. fix: remove unnecessary token (#24)

    * fix: remove unnecessary token
    
    * Replace token
    MatteoPologruto authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    d6bef23 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. fix: check free disk space and allow to specify a different download/…

    …extraction directory (#23)
    
    * Add --temp-dir flag to allow users to choose where to download and extract images
    
    * Check free disk space before starting an image download or extraction
    
    * Update dependencies
    
    * Manually review licenses
    
    * Update updater/download_image.go
    
    Co-authored-by: Per Tillisch <accounts@perglass.com>
    
    * Update updater/download_image.go
    
    Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
    
    * Update updater/download_image.go
    
    Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
    
    * Apply review suggestion
    
    * Change helper function name
    
    * Refactor the flow of the commands to make them more readable
    
    ---------
    
    Co-authored-by: Per Tillisch <accounts@perglass.com>
    Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
    3 people authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    84830ab View commit details
    Browse the repository at this point in the history
  2. feat: check for tool updates when printing current version (#25)

    * feat: check for tool updates when printing current version
    
    * Update licenses
    
    * Add license to new file
    
    * Update check_for_updates.go
    
    Co-authored-by: Per Tillisch <accounts@perglass.com>
    
    * Revert executable changes to .licenses files
    
    * Check for updates after each command
    
    * Apply review suggestions
    
    * Remove unused license
    
    * Check for updates only when version command is run
    
    * Apply review suggestion
    
    * Update dependency license
    
    * Update check_for_updates.go
    
    Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
    
    * Update check_for_updates.go
    
    Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
    
    * Update check_for_updates.go
    
    Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
    
    * Update main.go
    
    Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
    
    * Apply review suggestion
    
    * Update feedback/feedback.go
    
    Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
    
    * Update main.go
    
    Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
    
    * Remove duplicate code
    
    ---------
    
    Co-authored-by: Per Tillisch <accounts@perglass.com>
    Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
    3 people authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    e77411a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Configuration menu
    Copy the full SHA
    9c33638 View commit details
    Browse the repository at this point in the history
  2. fix: handle interrupt signals and correctly delete temp files (#33)

    * fix: handle interrupt signals and correctly delete temp files
    
    * Use context while retrieving info manifest
    MatteoPologruto authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    a2f6aab View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. fix: remove v version prefix from downloadable archives (#32)

    * fix: remove v version prefix from downloadable archives
    
    * Add tag to the env: it is needed to tag the build
    MatteoPologruto authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    5919e89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9790b3e View commit details
    Browse the repository at this point in the history
Loading