You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,16 @@ 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
+
## [4.0.0] - 2025-07-01
19
+
20
+
### Added
21
+
12
22
- Add `non-interactive` flag to `flash` subcommand (#737)
13
23
- Add `no-reset` flag to `monitor` subcommands (#737)
14
24
- Add an environment variable to set monitoring baudrate (`MONITOR_BAUD`) (#737)
@@ -17,10 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
27
- Add `--monitor` option to `write-bin`. (#783)
18
28
- Add `watchdog-reset` strategy to `--after` subcommand (#779)
19
29
- Add `ROM` version of `read-flash` command (#812)
20
-
-`espflash` can detect the log format automatically from ESP-HAL metadata. Requires `esp-println` 0.14 (presumably, yet to be released) (#809)
30
+
-`espflash` can detect the log format automatically from ESP-HAL metadata. Requires `esp-println` 0.14 (#809)
21
31
- Add `--output-format` option to monitor (#818)
22
32
- Added chip detection based on security info, where supported (#814)
23
-
-`espflash` can detect the chip from ESP-HAL metadata to prevent flashing firmware built for a different device. Requires `esp-hal` 1.0.0-beta.0 (presumably, yet to be released) (#816)
33
+
-`espflash` can detect the chip from ESP-HAL metadata to prevent flashing firmware built for a different device. Requires `esp-hal` 1.0.0-beta.0 (#816)
24
34
-`espflash` no longer allows flashing a too-big partition table (#830)
25
35
- Allow specifying a partition label for `write-bin`, add `--partition-table`. (#828)
26
36
-`--mmu-page-size` parameter for `flash` and `save-image` (#835)
@@ -385,7 +395,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments