Skip to content

Commit e1d3032

Browse files
committed
# Version 2.0.0
## Repository moved to GitHub organization
1 parent 9a5493a commit e1d3032

29 files changed

Lines changed: 10094 additions & 21 deletions

CHANGELOG.md

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,53 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## Release 0.1.0
5-
- Initial commit
4+
## Release 2.0.0
5+
6+
### Improvements
7+
- Renamed abbreviations (Roi-ROI, Id-ID)
8+
- Using recursive helper functions to convert Container <-> Lua table
9+
10+
## Release 1.4.0
11+
12+
### Improvements
13+
- Update to EmmyLua annotations
14+
- Usage of lua diagnostics
15+
- Documentation updates
16+
17+
### Bugfix
18+
- Some Enum references were missed
19+
20+
## Release 1.3.0
21+
22+
### Improvements
23+
- Using internal moduleName variable to be usable in merged apps instead of _APPNAME, as this did not work with PersistentData module in merged apps.
24+
25+
## Release 1.2.0
626

727
### New features
8-
- ...
28+
- Making use of dynamic viewerIDs -> only one single viewer for all instances
929

1030
### Improvements
11-
- ...
31+
- Naming of UI elements and adding some mouse over info texts
32+
- App name added to log messages
33+
- Added ENUM
34+
- Minor edits, docu, added log messages
1235

1336
### Bugfix
14-
- ...
37+
- "Reset instance" UI button was also binded to "addInstance"
38+
- Parameter of "OnUserLevelServiceActive" was of type string instead of bool
39+
- UI events notified after pageLoad after 300ms instead of 100ms to not miss
40+
41+
## Release 1.1.0
42+
43+
### New features
44+
- Optionally hide content related to CSK_UserManagement
45+
46+
### Improvements
47+
- Loading only required APIs ('LuaLoadAllEngineAPI = false') -> less time for GC needed
48+
- Moved asset content into module folder
49+
- Renamed event "OnNewParametersName" to "OnNewParameterName" (consistent to other modules)
50+
- Minor code edits / docu updates
51+
52+
## Release 1.0.0
53+
- Initial commit
Binary file not shown.
4.63 KB
Loading
6.47 KB
Loading
9.51 KB
Loading
8.85 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"showLoginButton": false
3+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Add project wide CSS settings here */
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}

0 commit comments

Comments
 (0)