@@ -9,51 +9,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ### Removed
17
+
18
+ ## [ 3.2.0]
19
+
20
+ ### Added
21
+
12
22
- Add new chip detect magic value, ability to read chip revision for ESP32-P4 (#686 )
23
+ - Add skip update check option (#689 )
13
24
14
25
### Fixed
15
26
16
27
- Fixed ` partition-table-offset ` argument to accept offsets in hexadecimal (#682 )
17
28
- espflash defmt log didn't display timestamp, according to [ defmt doc] ( https://defmt.ferrous-systems.com/timestamps ) . (#680 )
18
29
- Fixed pattern matching to detect download mode over multiple lines (#685 )
19
- - Add an option to prevent update checks (#689 )
20
-
21
- ### Changed
22
30
23
31
## [ 3.1.1] - 2024-08-15
24
32
25
33
### Added
34
+
26
35
- Add ` hold-in-reset ` and ` reset ` subcommands (#644 )
27
36
- [ cargo-espflash] : Add ` --no-default-features ` flag to mirror cargo features behavior (#647 )
28
37
- Update ` cargo ` and ` bytemuck ` dependencies adapting code (#666 )
29
38
30
39
### Fixed
40
+
31
41
- Downgrade crossterm and update time crates (#659 )
32
42
- Monitor now only sends key presses on key down events
33
43
34
44
### Changed
35
45
36
-
37
46
## [ 3.1.0] - 2024-05-24
38
47
39
48
### Added
49
+
40
50
- Support loading flash size, frequency, and mode from the config file (#627 )
41
51
42
52
### Fixed
53
+
43
54
- Fixed help text for ` size ` parameter of ` read-flash ` subcommand
44
55
- Fixed port detection on ` musl ` when detection returns paths starting with ` /dev/ `
45
56
- [ cargo-espflash] : Always resolve package_id from metadata when finding bootloader and partition table (#632 )
46
57
- Fixed behavior of the ` --target-app-partition ` flag (#634 )
47
58
48
59
### Changed
60
+
49
61
- Update ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-H2, ESP32-S2, ESP32-S3 stub (#638 )
50
62
51
63
## [ 3.0.0] - 2024-03-13
52
64
53
65
### Fixed
66
+
54
67
- Fix timeout while changing the baudrate for some ESP32-S3 targets (#607 )
55
68
56
69
### Changed
70
+
57
71
- Update ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-H2, ESP32-S2, ESP32-S3 stub (#607 , #610 )
58
72
59
73
## [ 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
276
290
277
291
## [ 1.0.0] - 2021-09-21
278
292
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
279
295
[ 3.1.1 ] : https://github.com/esp-rs/espflash/compare/v3.1.0...v3.1.1
280
296
[ 3.1.0 ] : https://github.com/esp-rs/espflash/compare/v3.0.0...v3.1.0
281
297
[ 3.0.0 ] : https://github.com/esp-rs/espflash/compare/v3.0.0-rc.2...v3.0.0
0 commit comments