Skip to content

Commit e53e001

Browse files
committed
version:Update changelog for new version (2.5.3)
1 parent df0b77f commit e53e001

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# v2.5.3
2+
3+
Doc:
4+
- docs: Translate CN ESP-NOW User Guide.
5+
- docs: Modify docs latest branch name.
6+
- docs: Add deploy docs.
7+
- docs: Update espnow_ctrl.h. [#135](https://github.com/espressif/esp-now/pull/135)
8+
9+
Fixed:
10+
- Fix an incompatible pointer type issue. [#145](https://github.com/espressif/esp-now/issues/145)
11+
- Fix compile issue when update IDF to 6.0.
12+
- Improve WebUI accessibility and device info retrieval.
13+
- Update espnow_send_cb to support different ESP-IDF versions.
14+
- Fix the insufficient clearance of sec responder stop.
15+
- Fix web end cannot load the device correctly.
16+
- Fix coin cell build broken due to new button component.
17+
- Fix bug when removing item from bindlist.
18+
- Fix bug when espnow data size is validated for internal consistency but not against the actual received packet length.
19+
- Fix deprecated wakeup cause retrieval allowing multiple wakeup reasons. [#153](https://github.com/espressif/esp-now/pull/153)
20+
- Fix spelling errors in code and documentation (forward, provisioning, length).
21+
22+
Features:
23+
- Allow configuration of espnow_main task stack size and priority, support time sync. [#140](https://github.com/espressif/esp-now/issues/140) [#143](https://github.com/espressif/esp-now/issues/143) [#147](https://github.com/espressif/esp-now/issues/147)
24+
- Add coin cell button v2.
25+
- Add codespell check to CI pipeline for automatic spelling error detection.
26+
127
# v2.5.2
228

329
Doc:

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "2.5.2"
1+
version: "2.5.3"
22
description: This package provides enhanced ESP-NOW functions which will be easy to integrate into product.
33
url: https://github.com/espressif/esp-now
44
issues: https://github.com/espressif/esp-now/issues

0 commit comments

Comments
 (0)