This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
Releases: esphome/esphome-flasher
Releases · esphome/esphome-flasher
1.4.0
What's Changed
- Fix typo by @fabaff in #41
- BugFix: Upload speed fallback logic by @gordon-zhao in #44
- Update partitions by @alexyao2015 in #67
- Bump wxPython from 4.0.0 to 4.1.1 by @OttoWinter in #70
- Bump pyinstaller from 3.6 to 4.5.1 by @OttoWinter in #72
- Bump esptool from 2.8 to 3.2 by @OttoWinter in #71
- Fix main branch rename partitions url by @OttoWinter in #73
- Make MacOS build executable by @Mechazawa in #54
- Fix build workflow executing twice for internal PRs by @OttoWinter in #74
- Add automated release workflow by @OttoWinter in #75
- Dependabot enable GH Actions by @OttoWinter in #76
- Bump actions/checkout from 1 to 2.3.5 by @dependabot in #77
- Bump actions/setup-python from 1 to 2.2.2 by @dependabot in #78
- Bump python for assets to 3.9 by @OttoWinter in #79
- Bump requests from 2.24.0 to 2.26.0 by @OttoWinter in #81
- Add python linting by @OttoWinter in #80
New Contributors
- @fabaff made their first contribution in #41
- @gordon-zhao made their first contribution in #44
- @alexyao2015 made their first contribution in #67
- @Mechazawa made their first contribution in #54
- @dependabot made their first contribution in #77
Full Changelog: v1.3.0...1.4.0
1.3.0 - Improve upload speed logic and update dependencies
- Improves upload speed logic; ESPHome-Flasher will now try to upload with a fast baud rate first, then fall back to a lower one.
- Fix alignment error message (#21)
- Update dependencies
- Update README with better linux install instructions
1.2.0 - ESP32 Fixes and Faster Uploads
This minor update to ESPHome-Flasher includes:
- Fixes for some ESP32 requiring a newer bootloader version (see also esphome/issues#598).
- Faster upload speed: The flasher now uses a default upload baudrate of 460800, making uploads around 4x faster.
- Upgraded esptool.py to version 2.8.
- Automated all platform release builds with Github Actions.
- Added Windows x86 builds (experimental)
1.1.0 - Color Logs and View Logs Button
v1.1.0 Bump version to 1.1.0
1.0.1 - Small bugfix for ESP32s
Bump version to 1.0.1
1.0.0
This is the first release of esphomeflasher