Skip to content

Commit f447c4e

Browse files
Add CHANGELOG (#416)
* docs: ✨ Add changelog * ci: ✨ Add changelog CI check * ci: 🔥 Remove changelog check
1 parent 4a11489 commit f447c4e

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed

CHANGELOG.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
- Add `ESPFLASH_PORT` environment variable (#366)
13+
- Added ESP32-H2 support (#371)
14+
- Generate Shell completions (#388)
15+
- Make the default flashing frequency target specific (#389)
16+
- Add note about permissions on Linux (#391)
17+
- Add a diagnostic to tell the user about the partition table format (#397)
18+
- Add issue templates (#403)
19+
- Add configuration file examples (#405)
20+
### Fixed
21+
22+
- Fix `espflash::write_bin` (#353)
23+
- Fix ESP32-C3 direct boot (#358)
24+
- Restore the cursor when exiting from serial port selection via Ctrl-C (#372)
25+
- Fix chip revision check during flashing for the ESP8266 (#373)
26+
- Fix Raspberry CI (#377)
27+
- Fix config file parsing (#382)
28+
- Limit default partition size (#398)
29+
- Fix Windows installation (#399)
30+
- Reword elf too big error (#400)
31+
32+
### Changed
33+
34+
- Simplify and improve errors (#342)
35+
- Make `Interface` constructor public (#354)
36+
- Update stubs from esptool v4.5 (#359)
37+
- Update documentation (#368)
38+
- Update `toml` dependency and fix errors, feature gate `ctrlc` dependency (#378)
39+
- If exactly one port matches, use it (#374)
40+
- Image header improvements and bug fixes (#375)
41+
- Update to the latest version of addr2line and address breaking changes (#412)
42+
- Do not require the `--partition-table` argument when erasing partitions (#413)
43+
44+
### Removed
45+
46+
47+
48+
## [2.0.0-rc.3] - 2023-01-12
49+
50+
## [2.0.0-rc.2] - 2022-12-07
51+
52+
## [2.0.0-rc.1] - 2022-11-07
53+
54+
## [2.0.0-rc.1] - 2022-11-07
55+
56+
## [1.7.0] - 2022-09-16
57+
58+
## [1.6.0] - 2022-07-11
59+
60+
## [1.5.1] - 2022-05-20
61+
62+
## [1.5.0] - 2022-05-11
63+
64+
## [1.4.1] - 2022-04-16
65+
66+
## [1.4.0] - 2022-04-06
67+
68+
## [1.3.0] - 2022-02-18
69+
70+
## [1.2.0] - 2021-12-15
71+
72+
## [1.1.0] - 2021-10-16
73+
74+
## [1.0.1] - 2021-09-23
75+
76+
## [1.0.0] - 2021-09-21
77+
78+
[unreleased]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.3...HEAD
79+
[2.0.0-rc.3]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.2...v2.0.0-rc.3
80+
[2.0.0-rc.2]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.1...v2.0.0-rc.2
81+
[2.0.0-rc.1]: https://github.com/esp-rs/espflash/compare/v1.7.0...v2.0.0-rc.1
82+
[1.7.0]: https://github.com/esp-rs/espflash/compare/v1.6.0...v1.7.0
83+
[1.6.0]: https://github.com/esp-rs/espflash/compare/v1.5.1...v1.6.0
84+
[1.5.1]: https://github.com/esp-rs/espflash/compare/v1.5.0...v1.5.1
85+
[1.5.0]: https://github.com/esp-rs/espflash/compare/v1.4.1...v1.5.0
86+
[1.4.1]: https://github.com/esp-rs/espflash/compare/v1.4.0...v1.4.1
87+
[1.4.0]: https://github.com/esp-rs/espflash/compare/v1.3.0...v1.4.0
88+
[1.3.0]: https://github.com/esp-rs/espflash/compare/v1.2.0...v1.3.0
89+
[1.2.0]: https://github.com/esp-rs/espflash/compare/v1.1.0...v1.2.0
90+
[1.1.0]: https://github.com/esp-rs/espflash/compare/v1.0.1...v1.1.0
91+
[1.0.1]: https://github.com/esp-rs/espflash/compare/v1.0.0...v1.0.1
92+
[1.0.0]: https://github.com/esp-rs/espflash/releases/tag/v1.0.0
93+
94+

0 commit comments

Comments
 (0)