@@ -5,21 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- [ Unreleased ]
8
+ ## [ 3.0.0-rc.1 ] - 2024-02-16
9
9
10
10
### Added
11
11
12
- - Added reset strategies (#487 )
12
+ - Add reset strategies (#487 )
13
13
- Read ` esp-println ` generated ` defmt ` messages (#466 )
14
14
- Add ` --target-app-partition ` argument to flash command (#461 )
15
15
- Add ` --confirm-port ` argument to flash command (#455 )
16
16
- Add ` --chip argument ` for flash and write-bin commands (#514 )
17
17
- Add ` --partition-table-offset ` argument for specifying the partition table offset (#516 )
18
- - Add ` Serialize ` and ` Deserialize ` to ` FlashFrequency ` , ` FlashMode ` and ` FlashSize ` . (#528 )
18
+ - Add ` Serialize ` and ` Deserialize ` to ` FlashFrequency ` , ` FlashMode ` and ` FlashSize ` (#528 )
19
19
- Add ` checksum-md5 ` command (#536 )
20
20
- Add verify and skipping of unchanged flash regions - add ` --no-verify ` and ` --no-skip ` (#538 )
21
21
- Add ` --min-chip-rev ` argument to specify minimum chip revision (#525 )
22
- - Add ` serialport ` feature. (#535 )
22
+ - Add ` serialport ` feature (#535 )
23
23
- Add support for 26 MHz bootloader for ESP32 and ESP32-C2 (#553 )
24
24
- Add CI check to verify that CHANGELOG is updated (#560 )
25
25
- Add ` --before ` and ` --after ` reset arguments (#561 )
@@ -32,18 +32,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
32
- Use partition table instead of hard-coded values for the location of partitions (#516 )
33
33
- Fix a missed ` flush ` call that may be causing communication errors (#521 )
34
34
- Fix "SHA-256 comparison failed: [ ...] attempting to boot anyway..." (#567 )
35
- - Windows: Update RST/DTR order to avoid issues.
35
+ - Windows: Update RST/DTR order to avoid issues ( # 562 )
36
36
- Tolerate non-utf8 data in boot detection (#573 )
37
- - Fix flash/monitoring of 26mhz targets (#584 )
37
+ - Fix flash/monitoring of 26MHz targets (#584 )
38
38
39
39
### Changed
40
40
41
- - Created ` FlashData ` , ` FlashDataBuilder ` and ` FlashSettings ` structs to reduce number of input arguments in some functions (#512 , #566 )
41
+ - Create ` FlashData ` , ` FlashDataBuilder ` and ` FlashSettings ` structs to reduce number of input arguments in some functions (#512 , #566 )
42
42
- ` espflash ` will now exit with an error if ` defmt ` is selected but not usable (#524 )
43
43
- Unify configuration methods (#551 )
44
- - MSRV bumped to ` 1.73.0 ` (#578 )
45
44
- Improved symbol resolving (#581 )
46
45
- Update ESP32-C2 stub (#584 )
46
+ - MSRV bumped to ` 1.74.0 ` (#586 )
47
47
48
48
### Removed
49
49
@@ -204,7 +204,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204
204
205
205
## [ 1.0.0] - 2021-09-21
206
206
207
- [ Unreleased ] : https://github.com/esp-rs/espflash/compare/v2.1.0...HEAD
207
+ [ 3.0.0-rc.1 ] : https://github.com/esp-rs/espflash/compare/v2.1.0...v3.0.0-rc.1
208
208
[ 2.1.0 ] : https://github.com/esp-rs/espflash/compare/v2.0.1...v2.1.0
209
209
[ 2.0.1 ] : https://github.com/esp-rs/espflash/compare/v2.0.0...v2.0.1
210
210
[ 2.0.0 ] : https://github.com/esp-rs/espflash/compare/v2.0.0-rc.4...v2.0.0
0 commit comments