@@ -9,51 +9,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ### Removed
17+
18+ ## [ 3.2.0]
19+
20+ ### Added
21+
1222- Add new chip detect magic value, ability to read chip revision for ESP32-P4 (#686 )
23+ - Add skip update check option (#689 )
1324
1425### Fixed
1526
1627- Fixed ` partition-table-offset ` argument to accept offsets in hexadecimal (#682 )
1728- espflash defmt log didn't display timestamp, according to [ defmt doc] ( https://defmt.ferrous-systems.com/timestamps ) . (#680 )
1829- Fixed pattern matching to detect download mode over multiple lines (#685 )
19- - Add an option to prevent update checks (#689 )
20-
21- ### Changed
2230
2331## [ 3.1.1] - 2024-08-15
2432
2533### Added
34+
2635- Add ` hold-in-reset ` and ` reset ` subcommands (#644 )
2736- [ cargo-espflash] : Add ` --no-default-features ` flag to mirror cargo features behavior (#647 )
2837- Update ` cargo ` and ` bytemuck ` dependencies adapting code (#666 )
2938
3039### Fixed
40+
3141- Downgrade crossterm and update time crates (#659 )
3242- Monitor now only sends key presses on key down events
3343
3444### Changed
3545
36-
3746## [ 3.1.0] - 2024-05-24
3847
3948### Added
49+
4050- Support loading flash size, frequency, and mode from the config file (#627 )
4151
4252### Fixed
53+
4354- Fixed help text for ` size ` parameter of ` read-flash ` subcommand
4455- Fixed port detection on ` musl ` when detection returns paths starting with ` /dev/ `
4556- [ cargo-espflash] : Always resolve package_id from metadata when finding bootloader and partition table (#632 )
4657- Fixed behavior of the ` --target-app-partition ` flag (#634 )
4758
4859### Changed
60+
4961- Update ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-H2, ESP32-S2, ESP32-S3 stub (#638 )
5062
5163## [ 3.0.0] - 2024-03-13
5264
5365### Fixed
66+
5467- Fix timeout while changing the baudrate for some ESP32-S3 targets (#607 )
5568
5669### Changed
70+
5771- Update ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-H2, ESP32-S2, ESP32-S3 stub (#607 , #610 )
5872
5973## [ 3.0.0-rc.2] - 2024-03-04
@@ -276,6 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
276290
277291## [ 1.0.0] - 2021-09-21
278292
293+ [ Unreleased ] : https://github.com/esp-rs/espflash/compare/v3.2.0...HEAD
294+ [ 3.2.0 ] : https://github.com/esp-rs/espflash/compare/v3.1.1...v3.2.0
279295[ 3.1.1 ] : https://github.com/esp-rs/espflash/compare/v3.1.0...v3.1.1
280296[ 3.1.0 ] : https://github.com/esp-rs/espflash/compare/v3.0.0...v3.1.0
281297[ 3.0.0 ] : https://github.com/esp-rs/espflash/compare/v3.0.0-rc.2...v3.0.0
0 commit comments