mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-27 04:40:39 +03:00
Update Changelog.md
This commit is contained in:
60
Changelog.md
60
Changelog.md
@@ -8,7 +8,7 @@ Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues
|
|||||||
|
|
||||||
#### Core Changes
|
#### Core Changes
|
||||||
Only changes since RC5 are listed:
|
Only changes since RC5 are listed:
|
||||||
- Added basic authentification of the Web Interface and the REST API, see https://jomjol.github.io/AI-on-the-edge-device-docs/Password-Protection/
|
- [#3436](https://github.com/jomjol/AI-on-the-edge-device/pull/3436) Added basic authentification of the Web Interface and the REST API, see https://jomjol.github.io/AI-on-the-edge-device-docs/Password-Protection
|
||||||
- xxx
|
- xxx
|
||||||
|
|
||||||
**:warning: Please check your Homeassistant instance to make sure it is handled correctly!**
|
**:warning: Please check your Homeassistant instance to make sure it is handled correctly!**
|
||||||
@@ -27,14 +27,14 @@ Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues
|
|||||||
|
|
||||||
#### Core Changes
|
#### Core Changes
|
||||||
Only changes since RC4 are listed:
|
Only changes since RC4 are listed:
|
||||||
- Removed `Autostart` parameter and make the flow to be always enabled (#3423)
|
- [#3423](https://github.com/jomjol/AI-on-the-edge-device/pull/3423) Removed `Autostart` parameter and make the flow to be always enabled
|
||||||
- Enable `Flow start` menu entry in UI (#3423)
|
- [#3423](https://github.com/jomjol/AI-on-the-edge-device/pull/3423) Enable `Flow start` menu entry in UI
|
||||||
- Updated the Homeassistant Discovery topics (#3332):
|
- [#3332](https://github.com/jomjol/AI-on-the-edge-device/pull/3332) Updated the Homeassistant Discovery topics :
|
||||||
- `raw` has now set the `State Class` to `measurement`. Before it was always set to `""`.
|
- `raw` has now set the `State Class` to `measurement`. Before it was always set to `""`.
|
||||||
- `value` has now only set the `State Class` to `total_increasing` if the parameter `Allow Negative Rates` is **not** set. Else it uses `measurement` since the rate could also be negative. Before it was always set to `total_increasing`.
|
- `value` has now only set the `State Class` to `total_increasing` if the parameter `Allow Negative Rates` is **not** set. Else it uses `measurement` since the rate could also be negative. Before it was always set to `total_increasing`.
|
||||||
- The `rate_per_time_unit` topic of an **Energy** meter needs a `Device Class`=`power`. For `gas` and `water` it should be `volume_flow_rate`. Before it was always set to `""`.
|
- The `rate_per_time_unit` topic of an **Energy** meter needs a `Device Class`=`power`. For `gas` and `water` it should be `volume_flow_rate`. Before it was always set to `""`.
|
||||||
- Added button for `flow start` (#3415)
|
- [#3415](https://github.com/jomjol/AI-on-the-edge-device/pull/3415) Added button for `flow start`
|
||||||
- Added support for Domoticz MQTT integration (#3359)
|
- [#3359](https://github.com/jomjol/AI-on-the-edge-device/pull/3359) Added support for Domoticz MQTT integration
|
||||||
- Added Date and time to overview page
|
- Added Date and time to overview page
|
||||||
- Updated submodules and models
|
- Updated submodules and models
|
||||||
|
|
||||||
@@ -42,10 +42,10 @@ Only changes since RC4 are listed:
|
|||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
Only changes since RC4 are listed:
|
Only changes since RC4 are listed:
|
||||||
- Added fix for ledintensity (#3418)
|
- [#3418](https://github.com/jomjol/AI-on-the-edge-device/pull/3418) Added fix for ledintensity
|
||||||
- Added fix for OV2640 brightness contrast saturation (#3417)
|
- [#3417](https://github.com/jomjol/AI-on-the-edge-device/pull/3417) Added fix for OV2640 brightness contrast saturation
|
||||||
- Added fix for 'AnalogToDigitTransitionStart' always using 9.2 regardless of the configured value (#3393)
|
- [#3393](https://github.com/jomjol/AI-on-the-edge-device/pull/3393) Added fix for 'AnalogToDigitTransitionStart' always using 9.2 regardless of the configured value
|
||||||
- Added fix for HA menu entry (#3342)
|
- [#3342](https://github.com/jomjol/AI-on-the-edge-device/pull/3342) Added fix for HA menu entry
|
||||||
|
|
||||||
|
|
||||||
## [16.0.0-RC4] - 2024-10-06
|
## [16.0.0-RC4] - 2024-10-06
|
||||||
@@ -58,13 +58,13 @@ Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues
|
|||||||
|
|
||||||
#### Core Changes
|
#### Core Changes
|
||||||
Only changes since RC3 are listed:
|
Only changes since RC3 are listed:
|
||||||
- Update esp32-camera submodule to `v2.0.13` (#3316)
|
- [#3316](https://github.com/jomjol/AI-on-the-edge-device/pull/3316) Update esp32-camera submodule to `v2.0.13`
|
||||||
- Added contributor list (#3317)
|
- [#3317](https://github.com/jomjol/AI-on-the-edge-device/pull/3317) Added contributor list
|
||||||
- Added files for demo mode (#3315)
|
- [#3315](https://github.com/jomjol/AI-on-the-edge-device/pull/3315) Added files for demo mode
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
Only changes since RC2 are listed:
|
Only changes since RC2 are listed:
|
||||||
- Added delay in InitCam (#3313) to fix `Camera not detected` issues
|
- [#3313](https://github.com/jomjol/AI-on-the-edge-device/pull/3313) Added delay in InitCam to fix `Camera not detected` issues
|
||||||
|
|
||||||
|
|
||||||
## [16.0.0-RC3] - 2024-10-05
|
## [16.0.0-RC3] - 2024-10-05
|
||||||
@@ -81,7 +81,7 @@ Only changes since RC2 are listed:
|
|||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
Only changes since RC2 are listed:
|
Only changes since RC2 are listed:
|
||||||
- Re-did revertion of TFlite submodule update as certain modules crash with it (#3269) (change was lost)
|
- [#3269](https://github.com/jomjol/AI-on-the-edge-device/pull/3269) Re-did revertion of TFlite submodule update as certain modules crash with it (change was lost)
|
||||||
|
|
||||||
|
|
||||||
## [16.0.0-RC2] - 2024-10-04
|
## [16.0.0-RC2] - 2024-10-04
|
||||||
@@ -95,13 +95,13 @@ Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues
|
|||||||
#### Core Changes
|
#### Core Changes
|
||||||
Only changes since RC1 are listed:
|
Only changes since RC1 are listed:
|
||||||
- Updated parameter documentation pages
|
- Updated parameter documentation pages
|
||||||
- Rename/remove unused parameters (#3291)
|
- [#3291](https://github.com/jomjol/AI-on-the-edge-device/pull/3291) Rename/remove unused parameters
|
||||||
- Migrate-cam-parameters (#3288)
|
- [#3288](https://github.com/jomjol/AI-on-the-edge-device/pull/3288) Migrate-cam-parameters
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
Only changes since RC1 are listed:
|
Only changes since RC1 are listed:
|
||||||
- Reverted TFlite submodule update as certain modules crash with it (#3269)
|
- [#3269](https://github.com/jomjol/AI-on-the-edge-device/pull/3269) Reverted TFlite submodule update as certain modules crash with it
|
||||||
- Changed the webhook UploadImg to false (#3279)
|
- [#3279](https://github.com/jomjol/AI-on-the-edge-device/pull/3279) Changed the webhook UploadImg to false
|
||||||
- Changed default value from boolean to numeric value in parameter camDenoise documentation
|
- Changed default value from boolean to numeric value in parameter camDenoise documentation
|
||||||
- Updated config page
|
- Updated config page
|
||||||
|
|
||||||
@@ -115,24 +115,24 @@ Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues
|
|||||||
|
|
||||||
#### Core Changes
|
#### Core Changes
|
||||||
Those are just the major changes:
|
Those are just the major changes:
|
||||||
- Add support for OV5640 camera (#3063)
|
- [#3063](https://github.com/jomjol/AI-on-the-edge-device/pull/3063) Add support for OV5640 camera
|
||||||
- New tflite-Models
|
- New tflite-Models
|
||||||
- Homeassistant service discovery: derive node_id when using nested topics (#3088)
|
- [#3088](https://github.com/jomjol/AI-on-the-edge-device/pull/3088) Homeassistant service discovery: derive node_id when using nested topics
|
||||||
- Added Prometheus/OpenMetrics exporter (#3081)
|
- [#3081](https://github.com/jomjol/AI-on-the-edge-device/pull/3081) Added Prometheus/OpenMetrics exporter
|
||||||
- Added Webhook (#3148, #3163, #3174)
|
- [#3148](https://github.com/jomjol/AI-on-the-edge-device/pull/3148), [#3163](https://github.com/jomjol/AI-on-the-edge-device/pull/3163), [#3174](https://github.com/jomjol/AI-on-the-edge-device/pull/3148), [#3163](https://github.com/jomjol/AI-on-the-edge-device/pull/3163), [#3174](https://github.com/jomjol/AI-on-the-edge-device/pull/3174) Added Webhook
|
||||||
- Add rate threshold parameter (#3195)
|
- [#3195](https://github.com/jomjol/AI-on-the-edge-device/pull/3195) Add rate threshold parameter
|
||||||
- Added a Delay between the WiFi reconnections (#3068)
|
- [#3068](https://github.com/jomjol/AI-on-the-edge-device/pull/3068) Added a Delay between the WiFi reconnections
|
||||||
- Web UI improvements
|
- Web UI improvements
|
||||||
- Various minor changes
|
- Various minor changes
|
||||||
- Update platformIO to 6.9.0 (Contains ESP IDF 5.3.1)
|
- Update platformIO to 6.9.0 (Contains ESP IDF 5.3.1)
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
Those are just the major changes:
|
Those are just the major changes:
|
||||||
- Handle crash on corrupted model (#3220)
|
- [#3220](https://github.com/jomjol/AI-on-the-edge-device/pull/3220) Handle crash on corrupted model
|
||||||
- Bugfix for boot loop (#3175)
|
- [#3175](https://github.com/jomjol/AI-on-the-edge-device/pull/3175) Bugfix for boot loop
|
||||||
- Bugfix for time stamp (#3180)
|
- [#3180](https://github.com/jomjol/AI-on-the-edge-device/pull/3180) Bugfix for time stamp
|
||||||
- Handle empty prevalue.ini gracefully (#3162)
|
- [#3162](https://github.com/jomjol/AI-on-the-edge-device/pull/3162) Handle empty prevalue.ini gracefully
|
||||||
- Added note about only TLS 1.2 is supported (#3213)
|
- [#3213](https://github.com/jomjol/AI-on-the-edge-device/pull/3213) Added note about only TLS 1.2 is supported
|
||||||
|
|
||||||
## [15.7.0] - 2024-02-17
|
## [15.7.0] - 2024-02-17
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user