-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0b2435
commit 4c72451
Showing
5 changed files
with
1,372 additions
and
415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. | |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
## [2.0.0-rc.4] - 2023-06-08 | ||
|
||
### Added | ||
|
||
|
@@ -15,19 +15,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Make the default flashing frequency target specific (#389) | ||
- Add note about permissions on Linux (#391) | ||
- Add a diagnostic to tell the user about the partition table format (#397) | ||
- Add issue templates (#403) | ||
- Add configuration file examples (#405) | ||
|
||
### Fixed | ||
|
||
- Fix `espflash::write_bin` (#353) | ||
- Fix ESP32-C3 direct boot (#358) | ||
- Disable watchdog timer before build (#363) | ||
- Restore the cursor when exiting from serial port selection via Ctrl-C (#372) | ||
- Fix chip revision check during flashing for the ESP8266 (#373) | ||
- Fix Raspberry CI (#377) | ||
- Fix config file parsing (#382) | ||
- Limit default partition size (#398) | ||
- Fix Windows installation (#399) | ||
- Reword elf too big error (#400) | ||
- Fix handling of serial ports on BSD systems (#415) | ||
- Override the flash size in Flasher if provided via command-line argument (#417) | ||
|
||
### Changed | ||
|
||
|
@@ -40,19 +41,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Image header improvements and bug fixes (#375) | ||
- Update to the latest version of addr2line and address breaking changes (#412) | ||
- Do not require the `--partition-table` argument when erasing partitions (#413) | ||
- Downgrade `crossterm` to `0.25.0` (#418) | ||
- Update the supported targets for ESP32-C6/H2 (#424) | ||
- Update flasher stubs and bootloaders (#426) | ||
|
||
### Removed | ||
## [2.0.0-rc.3] - 2023-01-12 | ||
|
||
### Added | ||
|
||
- Add support for flashing the ESP32-C6 (#317) | ||
- Add an optional callback trait which can be implemented and provided to most flashing functions (#333) | ||
|
||
## [2.0.0-rc.3] - 2023-01-12 | ||
### Fixed | ||
|
||
- Various fixesand improvements relating to crystal frequency and serial monitor for the ESP32-C2 (#314, #315, #330) | ||
|
||
### Changed | ||
|
||
- Reorder ports so that known ports appear first in CLI (#324) | ||
- Make the flasher return a struct of device information instead of printing directly (#328) | ||
- CLI improvements and dependency updates (#334) | ||
- Use the flasher stub by default (#337) | ||
- Mark public enums as `#[non_exhaustive]` for semver compatibility (#338) | ||
- If a bootloader and/or partition table other than the defaults have been provided, indicate such (#339) | ||
|
||
## [2.0.0-rc.2] - 2022-12-07 | ||
|
||
## [2.0.0-rc.1] - 2022-11-07 | ||
### Added | ||
|
||
- Add option to supply the `ELF` image path in the monitor subcommand (#292) | ||
- Add support for using custom cargo metadata when in a workspace (#300) | ||
|
||
### Fixed | ||
|
||
- Fix typo in `ImageFormatKind`'s `FromStr` implementation (#308) | ||
|
||
### Changed | ||
|
||
- Report the image and partition size in the error (#293) | ||
- Allow `SerialPortType::PciPort` during port detection (#295) | ||
- Update dependencies to their latest versions (#299) | ||
- Clean up unused code, optimize comparison in `find_serial_port` (#302) | ||
- Make command module public (#303) | ||
- Display the newer `v{major}.{minor}` chip revision format (#307) | ||
|
||
## [2.0.0-rc.1] - 2022-11-07 | ||
|
||
### Added | ||
|
||
- Add support for erasing any partition (#273) | ||
|
||
### Fixed | ||
|
||
- Various bugfixes, plenty of cleanup and simplification | ||
|
||
### Changed | ||
|
||
- Redesign of the command-line interface (#239) | ||
- Extract the partition table handling code into a separate package, `esp-idf-part` (#243) | ||
- A bunch of refactoring (#246, #247, #249) | ||
- Updated to `[email protected]` (#251) | ||
- Replace the `espmonitor` dependency with our own home-grown monitor (#254) | ||
- Use logging instead of `println!()` (#256) | ||
- Use newest bootloaders from ESP-IDF (#278) | ||
- Improved documentation and testing | ||
|
||
## [1.7.0] - 2022-09-16 | ||
|
||
## [1.6.0] - 2022-07-11 | ||
|
@@ -75,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [1.0.0] - 2021-09-21 | ||
|
||
[unreleased]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.3...HEAD | ||
[2.0.0-rc.4]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.3...v2.0.0-rc.4 | ||
[2.0.0-rc.3]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.2...v2.0.0-rc.3 | ||
[2.0.0-rc.2]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.1...v2.0.0-rc.2 | ||
[2.0.0-rc.1]: https://github.com/esp-rs/espflash/compare/v1.7.0...v2.0.0-rc.1 | ||
|
@@ -90,5 +143,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
[1.1.0]: https://github.com/esp-rs/espflash/compare/v1.0.1...v1.1.0 | ||
[1.0.1]: https://github.com/esp-rs/espflash/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/esp-rs/espflash/releases/tag/v1.0.0 | ||
|
||
|
Oops, something went wrong.