|
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 function 'reloadLogsInUi' to 'reloadLogsInUI' |
| 8 | +- Using recursive helper functions to convert Container <-> Lua table |
| 9 | + |
| 10 | +## Release 3.3.0 |
| 11 | + |
| 12 | +### Improvements |
| 13 | + |
| 14 | +- Update to EmmyLua annotations |
| 15 | +- Usage of lua diagnostics |
| 16 | +- Documentation updates |
| 17 | +- Load and show temp log on UI by page reload if FileSink is disabled and callbackSink is active |
| 18 | + |
| 19 | +## Release 3.2.0 |
| 20 | + |
| 21 | +### New features |
| 22 | +- setCallbackSinkActive: Function to configure if internal callback sink should be used to process incoming log messages |
| 23 | + |
| 24 | +### Improvements |
| 25 | +- Minor code restructure to separate temp log and file log |
| 26 | +- Module name added to log message |
| 27 | + |
| 28 | +## Release 3.1.0 |
| 29 | + |
| 30 | +### Improvements |
| 31 | +- Minor UI edits |
| 32 | +- Using internal moduleName variable to be usable in merged apps instead of _APPNAME, as this did not work with PersistentData module in merged apps. |
| 33 | + |
| 34 | +## Release 3.0.0 |
6 | 35 |
|
7 | 36 | ### New features |
8 | | -- ... |
| 37 | +- App name changed ('CSK_1stModule_Logger') to start as first app (starting order is different on SAE, so logs of global scope in other CSK modules were missed) |
| 38 | +- Setting max size of the logging file |
9 | 39 |
|
10 | 40 | ### Improvements |
11 | | -- ... |
| 41 | +- Manual refresh of Log messages in UI in FileSinkMode to prevent continuous load of (especially bigger) log file |
| 42 | +- Naming of UI elements and adding some mouse over info texts |
| 43 | +- App name added to log messages |
| 44 | +- Added ENUM |
| 45 | +- Minor edits, docu, added log messages |
12 | 46 |
|
13 | 47 | ### Bugfix |
14 | | -- ... |
| 48 | +- Internal log messages in Controller-script were not recognized |
| 49 | +- UI events notified after pageLoad after 300ms instead of 100ms to not miss |
| 50 | + |
| 51 | +## Release 2.0.0 |
| 52 | +- Initial commit |
| 53 | + |
| 54 | +### New features |
| 55 | +- Make configuration parameters editable via Crown/UI (filepath, log level, setConsoleSinkEnabled, fileSinkActive, attachToEngineLogger) |
| 56 | +- Possible to save configuration parameters as persistent data |
| 57 | +- Handling of persistent data according to CSK_PersistentData module ver. 2.0.0 |
| 58 | + |
| 59 | +## Release 1.0.0 |
| 60 | +- Initial commit |
0 commit comments