Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
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: esphome/esphome-flasher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: esphome/esphome-flasher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.0
Choose a head ref
  • 19 commits
  • 21 files changed
  • 7 contributors

Commits on Jan 19, 2021

  1. Fix typo (#41)

    fabaff authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    12ed27b View commit details
    Browse the repository at this point in the history
  2. BugFix: Upload speed fallback logic (#44)

    - Fix the problem that the error from detect_flash_size() doesn't get caught (because detect_flash_size() also tries to catch esptool.FatalError, and it will raise the error again as EsphomeflasherError)
    - Fix typo
    gordon-zhao authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    8fc5341 View commit details
    Browse the repository at this point in the history
  3. Bump version to v1.3.1

    glmnet authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    294c6ad View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Update partitions (#67)

    alexyao2015 authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2f7b469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0aeedc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c49ec75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b21f8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf1d2a2 View commit details
    Browse the repository at this point in the history
  6. Make MacOS build executable (#54)

    Co-authored-by: Otto winter <otto@otto-winter.com>
    Mechazawa and OttoWinter authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4221529 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d732be0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26de901 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    493717c View commit details
    Browse the repository at this point in the history
  10. Bump actions/checkout from 1 to 2.3.5 (#77)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2598775 View commit details
    Browse the repository at this point in the history
  11. Bump actions/setup-python from 1 to 2.2.2 (#78)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9d57fbb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    23a6bae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b9dd803 View commit details
    Browse the repository at this point in the history
  14. Add python linting (#80)

    OttoWinter authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e7ea643 View commit details
    Browse the repository at this point in the history
  15. gitignore vscode

    OttoWinter committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    152e749 View commit details
    Browse the repository at this point in the history
  16. Bump version to 1.4.0

    OttoWinter committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    7a65462 View commit details
    Browse the repository at this point in the history
Loading