mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-02-03 08:10:45 +03:00
Update Changelog.md for release
This commit is contained in:
34
Changelog.md
34
Changelog.md
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [13.0.7] - 2022-12-11
|
||||||
|
|
||||||
**Home Assistant MQTT Discovery Support**
|
**Home Assistant MQTT Discovery Support**
|
||||||
|
|
||||||
### Update Procedure
|
### Update Procedure
|
||||||
@@ -27,11 +29,11 @@
|
|||||||
If anything breaks you can try to enforce manual update as following:
|
If anything breaks you can try to enforce manual update as following:
|
||||||
|
|
||||||
**OTA:**
|
**OTA:**
|
||||||
1\. Make sure the last run of the update completed the **Uploading** step.
|
1. Make sure the last run of the update completed the **Uploading** step.
|
||||||
1\. Call `http://<IP>/ota?task=update&file=<UPLOAD_FILENAME>` to enforce the extraction/flashing.
|
1. Call `http://<IP>/ota?task=update&file=<UPLOAD_FILENAME>` to enforce the extraction/flashing.
|
||||||
|
|
||||||
**Initial Setup:**
|
**Initial Setup:**
|
||||||
1\. Use the initial_esp32_setup.zip ( <https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation> ) as alternative to have a clean install.
|
1. Use the initial_esp32_setup.zip ( <https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation> ) as alternative to have a clean install.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@@ -64,9 +66,9 @@ If anything breaks you can try to enforce manual update as following:
|
|||||||
- NEW v13.0.2: MQTT: Added MQTT topic `status` (Digitalization Status), Timezone to MQTT topic `timestamp`.#
|
- NEW v13.0.2: MQTT: Added MQTT topic `status` (Digitalization Status), Timezone to MQTT topic `timestamp`.#
|
||||||
- NEW v13.0.2: Logging: Disable heap logs by default, cleanup
|
- NEW v13.0.2: Logging: Disable heap logs by default, cleanup
|
||||||
- **NEW v13.0.5**:
|
- **NEW v13.0.5**:
|
||||||
- log NTP server name
|
- log NTP server name
|
||||||
- Improved log messages
|
- Improved log messages
|
||||||
- Various preparations for next release
|
- Various preparations for next release
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
@@ -83,12 +85,12 @@ If anything breaks you can try to enforce manual update as following:
|
|||||||
- NEW v13.0.4: Fix for reboot in case of MQTT not used
|
- NEW v13.0.4: Fix for reboot in case of MQTT not used
|
||||||
- NEW v13.0.5: No reboot in case of missing NTP-connection
|
- NEW v13.0.5: No reboot in case of missing NTP-connection
|
||||||
- **NEW v13.0.5**:
|
- **NEW v13.0.5**:
|
||||||
- Prevent autoreboot on cam framebuffer init error
|
- Prevent autoreboot on cam framebuffer init error
|
||||||
- Properly protect `wlan.ini` against deletion
|
- Properly protect `wlan.ini` against deletion
|
||||||
- Fixed various MQTT topic content issues
|
- Fixed various MQTT topic content issues
|
||||||
- Fix Digit detected as 10 (https://github.com/jomjol/AI-on-the-edge-device/pull/1525)
|
- Fix Digit detected as 10 (<https://github.com/jomjol/AI-on-the-edge-device/pull/1525>)
|
||||||
- Fix frozen time in datafile on error
|
- Fix frozen time in datafile on error
|
||||||
- Various minor fixes
|
- Various minor fixes
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
@@ -110,8 +112,8 @@ Improve **u**ser e**x**perience
|
|||||||
5. Now you can reboot.
|
5. Now you can reboot.
|
||||||
|
|
||||||
If anything breaks you can try to
|
If anything breaks you can try to
|
||||||
1\. Call `http://<IP>/ota?task=update&file=firmware.bin` resp. `http://<IP>/ota?task=update&file=html.zip` if the upload successed but the extraction failed.
|
1. Call `http://<IP>/ota?task=update&file=firmware.bin` resp. `http://<IP>/ota?task=update&file=html.zip` if the upload successed but the extraction failed.
|
||||||
1\. Use the initial_esp32_setup.zip ( <https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation> ) as alternative.
|
1. Use the initial_esp32_setup.zip ( <https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation> ) as alternative.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@@ -763,7 +765,9 @@ External Illumination
|
|||||||
|
|
||||||
- Initial Version
|
- Initial Version
|
||||||
|
|
||||||
[Unreleased]: https://github.com/jomjol/AI-on-the-edge-device/compare/13.0.5...HEAD
|
[Unreleased]: https://github.com/jomjol/AI-on-the-edge-device/compare/13.0.7...HEAD
|
||||||
|
|
||||||
|
[13.0.7]: https://github.com/jomjol/AI-on-the-edge-device/compare/12.0.1...13.0.7
|
||||||
|
|
||||||
[13.0.5]: https://github.com/jomjol/AI-on-the-edge-device/compare/12.0.1...13.0.5
|
[13.0.5]: https://github.com/jomjol/AI-on-the-edge-device/compare/12.0.1...13.0.5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user