Update Changelog.md for release

This commit is contained in:
github-actions
2022-09-20 21:56:39 +00:00
parent 1bc8e698b4
commit 50acd26804

View File

@@ -2,6 +2,8 @@
## [Unreleased]
## [11.3.9] - 2022-09-20
### Added
- auto release creation
@@ -12,7 +14,7 @@
### Fixed
- #924 - fix of the Fix
- \#924 - fix of the Fix
## [10.6.2] - (2022-07-24)
@@ -63,7 +65,7 @@ Stability Increase
### Changed
- Graphical configuration: select available neural network files (*.tfl,*.tflite) from drop down menu
- Graphical configuration: select available neural network files (_.tfl,_.tflite) from drop down menu
- OTA-update: add option to upload tfl / tflite files to the correct location (`/config/`)
- In the future the new files will also be copied to the `firmware` directory of the repository
- Added Wifi RSSI to MQTT information
@@ -137,6 +139,7 @@ Stability Increase
- Update digital neural network (dig-s1-q-20220102.tflite)
- Increased web-server buffers
- bug fix: compiler compatibility
## [10.0.2] - (2022-01-01)
@@ -155,7 +158,7 @@ Stability Increase
- MQTT: implemented raw value additionally, removal of regex contrain
- Normalized Parameter ``MaxRateValue`` to "change per minute"
- Normalized Parameter `MaxRateValue` to "change per minute"
- HTML: improved input handling
@@ -167,7 +170,7 @@ External Illumination
### Changed
- Direct JSON access: ``http://IP-ADRESS/json``
- Direct JSON access: `http://IP-ADRESS/json`
- Error message in log file in case camera error during startup
- Upgrade analog CNN to v9.1.0
- Upgrade digital CNN to v13.3.0 (added new images)
@@ -217,6 +220,7 @@ External Illumination
**ATTENTION: LICENSE CHANGE - removal of MIT License.**
- Currently no licence published - copyright belongs to author
- If you are interested in a commercial usage or dedicated versions please contact the developer
- no limits to private usage
@@ -233,7 +237,9 @@ External Illumination
### Changed
* Improve server responsiveness
- Improve server responsiveness
- Flow status and prevalue status in overview
- Improved prevalue handling
@@ -241,7 +247,8 @@ External Illumination
### Changed
* GPIO: using the general mqtt main topic for GPIO
- GPIO: using the general mqtt main topic for GPIO
- Upgrade digital CNN to v12.0.0 (added new images)
- Update tfmicro to new master (2021-08-07)
@@ -251,7 +258,9 @@ External Illumination
### Changed
* NEW 8.0.5: bug fix: saving prevalue
- NEW 8.0.5: bug fix: saving prevalue
- NEW 8.0.4: bug fix: load config.ini after upgrade
- NEW 8.0.3: bug fix: reboot during `config.ini` handling, html error
- NEW 8.0.2: saving roundes prevalue, bug fix html server
@@ -268,7 +277,8 @@ External Illumination
### Changed
* NEW: 7.1.2: bug fix setting hostname, Flash-LED not off during reboot
- NEW: 7.1.2: bug fix setting hostname, Flash-LED not off during reboot
- NEW: 7.1.1: bug fix wlan password with "=" (again)
@@ -284,7 +294,8 @@ External Illumination
### Changed
* NEW: 7.0.1: bug fix wlan password with "="
- NEW: 7.0.1: bug fix wlan password with "="
- Upgrade digital CNN to v8.5.0 (added new images)
@@ -298,7 +309,8 @@ External Illumination
### Changed
* NEW 6.7.2: Updated html for setup modus - remove reboot on edit configuration)
- NEW 6.7.2: Updated html for setup modus - remove reboot on edit configuration)
- NEW 6.7.1: Improved stability of camera (back to v6.6.1) - remove black strips and areas
@@ -314,14 +326,18 @@ External Illumination
### Changed
* NEW 6.6.1: failed SD card initialization indicated by fast blinking LED at startup
- NEW 6.6.1: failed SD card initialization indicated by fast blinking LED at startup
- Improved SD-card handling (increase compatibility with more type of cards)
## [6.5.0] Image Processing in Memory - (2021-03-25)
### Changed
* Upgrade digital CNN to v8.2.0 (added new type of digits)
- Upgrade digital CNN to v8.2.0 (added new type of digits)
- Supporting alignment structures in ROI definition
- Bug fixing: definition of hostname in `config.ini`
@@ -329,14 +345,18 @@ External Illumination
### Changed
* Additional alignment marks for settings the ROIs (analog and digit)
- Additional alignment marks for settings the ROIs (analog and digit)
- Upgrade analog CNN to v7.0.0 (added new type of pointer)
## [6.3.1] Image Processing in Memory - (2021-03-16)
### Changed
* NEW: 6.3.1: bug fixing in initial edit reference image and `config.ini` (Spelling error in `InitialRotate`)
- NEW: 6.3.1: bug fixing in initial edit reference image and `config.ini` (Spelling error in `InitialRotate`)
- Initial setup mode: bug fixing, error correction
- Bug-fixing
@@ -344,10 +364,15 @@ External Illumination
### Changed
* NEW 6.2.2: bug fixing
- NEW 6.2.2: bug fixing
- NEW 6.2.1: Changed brightness and contrast to default if not enabled (resolves to bright images)
- Determination of fixed illumination settings during startup - speed up of 5s in each run
- Update digital CNN to v8.1.1 (additional digital images trained)
- Extended error message in MQTT error message
- Image brightness is now adjustable
@@ -358,7 +383,9 @@ External Illumination
### Changed
* Disabling of analog / digital counters in configuration
- Disabling of analog / digital counters in configuration
- Improved Alignment Algorithm (`AlignmentAlgo` = `Default`, `Accurate` , `Fast`)
- Analog counters: `ExtendedResolution` (last digit is extended by sub comma value of CNN)
- `config.ini`: additional parameter `hostname` (additional to wlan.ini)
@@ -369,9 +396,11 @@ External Illumination
### Changed
* **Major change**: image processing fully in memory - no need of SD card buffer anymore
- **Major change**: image processing fully in memory - no need of SD card buffer anymore
- Need to limit camera resolution to VGA (due to memory limits)
- MQTT: Last Will Testament (LWT) implemented: "connection lost" in case of connection lost to `TopicError`
- Disabled `CheckDigitIncreaseConsistency` in default configuration - must now be explicit enabled if needed
- Update digital CNN to v7.2.1 (additional digital images trained)
@@ -384,7 +413,8 @@ External Illumination
### Changed
* Implementation of initial setup modus for fresh installation
- Implementation of initial setup modus for fresh installation
- Code restructuring (full compatibility between pure ESP-IDF and Platformio w/ espressif)
@@ -392,13 +422,14 @@ External Illumination
### Changed
* Bug fixing: internal improvement of file handling (reduce not responding)
- Bug fixing: internal improvement of file handling (reduce not responding)
## [4.1.0] Configuration editor - (2020-11-30)
### Changed
* Implementation of configuration editor (including basic and expert mode)
- Implementation of configuration editor (including basic and expert mode)
- Adjustable time zone to adjust to local time setting (incl. daylight saving time)
@@ -414,7 +445,8 @@ External Illumination
### Changed
* Implementation of rolling log-files
- Implementation of rolling log-files
- Update Tflite-Core to master@20201108 (v2.4)
@@ -427,13 +459,16 @@ External Illumination
- Update digital CNN to v6.5.0 and HTML (Info to hostname, IP, ssid)
- New implementation of "checkDigitConsistency" also for digits
- MQTT-Adapter: user and password for sign in MQTT-Broker
## [3.0.0] MQTT-Client (2020-10-14)
### Changed
* Implementation of MQTT Client
- Implementation of MQTT Client
- Improved Version Control
- bug-fixing
@@ -443,18 +478,21 @@ External Illumination
- Bug-Fixing (hostname in wlan.ini and error handling inside flow)
## [2.2.0| Version Control (2020-09-27)
## \[2.2.0| Version Control (2020-09-27)
### Changed
* Integrated automated versioning system (menu: SYSTEM --> INFO)
- Integrated automated versioning system (menu: SYSTEM --> INFO)
- Update Build-System to PlatformIO - Espressif 32 v2.0.0 (ESP-IDF 4.1)
## [2.1.0] Decimal Shift, Chrome & Edge (2020-09-25)
### Changed
* Implementation of Decimal Shift
- Implementation of Decimal Shift
- Update default CNN for digits to v6.4.0
@@ -485,7 +523,9 @@ External Illumination
### Changed
* **Bug in configuration of analog ROIs corrected** - correction in v.1.0.2 did not work properly
- **Bug in configuration of analog ROIs corrected** - correction in v.1.0.2 did not work properly
- Improved update page for the web server (`/html` can be updated via a zip-file, which is provided in `/firmware/html.zip`)
- Improved Chrome support
@@ -493,28 +533,34 @@ External Illumination
### Changed
* Implementation of "delete complete directory"
- Implementation of "delete complete directory"
**Attention: beside the `firmware.bin`, also the content of `/html` needs to be updated!**
## [1.0.2](2020-09-06)
### Changed
* Bug in configuration of analog ROIs corrected
- Bug in configuration of analog ROIs corrected
- minor bug correction
## [1.0.1](2020-09-05)
### Changed
* preValue.ini Bug corrected
- preValue.ini Bug corrected
- minor bug correction
## [1.0.0](2020-09-04)
### Changed
* **First usable version** - compatible to previous project (<https://github.com/jomjol/water-meter-system-complete>)
- **First usable version** - compatible to previous project (<https://github.com/jomjol/water-meter-system-complete>)
- NEW:
- no docker container for CNN calculation necessary
- web based configuration editor on board
@@ -523,4 +569,8 @@ External Illumination
### Changed
* Initial Version
- Initial Version
[Unreleased]: https://github.com/haverland/AI-on-the-edge-device/compare/11.3.9...HEAD
[11.3.9]: https://github.com/haverland/AI-on-the-edge-device/compare/10.6.2...11.3.9