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
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,27 +8,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [Unreleased]
9
9
10
10
### Added
11
+
12
+
### Changed
13
+
14
+
### Fixed
15
+
16
+
### Removed
17
+
18
+
## [4.1.0] - 2025-09-18
19
+
20
+
### Added
21
+
11
22
- Add `--no-addresses` flag to `monitor` subcommand (#942)
23
+
- Add new ESP32-C5 magic values (#940)
12
24
13
25
### Changed
14
26
15
-
-Renamed`--check-app-descriptor` to `--ignore-app-descriptor` (#833)
27
+
-Rename`--check-app-descriptor` to `--ignore-app-descriptor` (#833)
16
28
17
29
### Fixed
18
30
19
-
-[Windows] Fixed a crash in monitor when espflash is connected via USB Serial/JTAG, and the user is typing into the monitor but the device is not reading serial input. (#943)
20
-
-[Linux/MacOS] Fixed espflash hanging when espflash is connected via USB Serial/JTAG, and the user is typing into the monitor but the device is not reading serial input. (#944, #945)
- Fix a crash in monitor when espflash is connected via USB Serial/JTAG, and the user is typing into the monitor but the device is not reading serial input. (#943, #944, #945)
32
+
- Fix ESP32-S2 flash size detection issues (#950)
22
33
- Images are now automatically padded to 4 bytes before writing by the library (previously this was done in the CLI) (#951)
23
34
24
-
### Removed
25
-
26
35
## [4.0.1] - 2025-07-07
27
36
28
37
### Changed
38
+
29
39
-`espflash` now allows wider version ranges on its dependencies(#924)
30
40
31
41
### Fixed
42
+
32
43
-`save-image` now checks if the ELF contains the app descriptor (#920)
33
44
34
45
## [4.0.0] - 2025-07-01
@@ -411,7 +422,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments