|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | | -## Release 0.1.0 |
5 | | -- Initial commit |
| 4 | +## Release 4.0.0 |
| 5 | + |
| 6 | +### Improvements |
| 7 | +- Renamed abbreviations (Id-ID) |
| 8 | +- Renamed 'OnNewSelectedObject' to 'OnNewSelectedInstance' |
| 9 | +- Using recursive helper functions to convert Container <-> Lua table |
| 10 | + |
| 11 | +## Release 3.3.0 |
| 12 | + |
| 13 | +### Improvements |
| 14 | +- Update to EmmyLua annotations |
| 15 | +- Usage of lua diagnostics |
| 16 | +- Documentation updates |
| 17 | + |
| 18 | +## Release 3.2.0 |
6 | 19 |
|
7 | 20 | ### New features |
8 | | -- ... |
| 21 | +- Event "OnNewFullResultWithImageNUM" provides content regarding measured result, class, score and image |
9 | 22 |
|
10 | 23 | ### Improvements |
11 | | -- ... |
| 24 | +- Using internal moduleName variable to be usable in merged apps instead of _APPNAME, as this did not work with PersistentData module in merged apps. |
| 25 | + |
| 26 | +## Release 3.1.0 |
| 27 | + |
| 28 | +### New features |
| 29 | +- Making use of dynamic viewerIDs -> only one single viewer for all instances |
| 30 | +- Configuration of "RegisteredEvent" now also available on UI |
| 31 | +- Possible to forward image incl. result (e.g. to save it with result name on FTP) (setForwardImage, OnNewResultWithImageNUM) |
| 32 | +- New function to reset instances |
| 33 | + |
| 34 | +### Improvements |
| 35 | +- Using now "setInstance" instead of "setSelectedDnnObject" function (naming issue) |
| 36 | +- Naming of UI elements and adding some mouse over info texts |
| 37 | +- Appname added to log messages |
| 38 | +- Renamed page folder accordingly to module name |
| 39 | +- Loading only required APIs ('LuaLoadAllEngineAPI = false') -> less time for GC needed |
| 40 | +- Update of helper funcs to support 4-dim tables for PersistentData |
| 41 | +- Renamed event "OnNewParametersName" to "OnNewParameterName" (consistent to other modules) |
| 42 | +- Added ENUM |
| 43 | +- Minor edits, docu, added log messages |
12 | 44 |
|
13 | 45 | ### Bugfix |
14 | | -- ... |
| 46 | +- UI events notified after pageLoad after 300ms instead of 100ms to not miss |
| 47 | + |
| 48 | +## Release 3.0.0 |
| 49 | + |
| 50 | +### New features |
| 51 | +- Compatible with PersistentData ver 3.0.0 to save camera instances within Parameter binary file |
| 52 | +- PersistentData Parametername now configurable via UI |
| 53 | +- Possible to add new cameras during runtime (see "addInstance() ) |
| 54 | + |
| 55 | +### Improvements |
| 56 | +- Renaming of "objects" to "instances" (e.g. multiRemoteCamerasObjects -> multiRemoteCameras_Instances) |
| 57 | +- Events/Functions for instances are created now dynamically (sample entries available in docu) |
| 58 | +- Forwarding thread internal results to UI via "OnNewValueToForward[NUM]"-event |
| 59 | +- added all UserLevels |
| 60 | + |
| 61 | +### Bugfix |
| 62 | +- UI did not work |
| 63 | + |
| 64 | +## Release 2.1.0 |
| 65 | + |
| 66 | +### New features |
| 67 | +- Added an second processing function to get scores for all classes |
| 68 | +- Added support for user levels, required user level for the whole UI is Maintenance |
| 69 | + |
| 70 | +## Release 2.0.0 |
| 71 | + |
| 72 | +### New features |
| 73 | +- Update handling of persistent data according to CSK_PersistentData module ver. 2.0.0 |
| 74 | + |
| 75 | +## Release 1.0.0 |
| 76 | +- Initial commit |
0 commit comments