File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22** Dynamic Script Engine Plugin for Touch Portal** : changes by version number and release date.
33
4+ ---
5+ ## 1.0.0.2-beta2 (28-Dec-2022)
6+ - Fix crash on engine environment reset action.
7+ - Fix missing ` Number.prototype.round() ` function.
8+ - Add ` TP.connectorUpdateShort() ` method.
9+ - Add Clipboard and Color Picker examples.
10+
411---
512## 1.0.0.1-beta1 (26-Dec-2022)
613- Initial release!
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.24 )
22
3- set (VERSION_STR 1.0.0.1 )
4- set (VERSION_NUM 1000001 )
5- set (VERSION_SFX -beta1 )
3+ set (VERSION_STR 1.0.0.2 )
4+ set (VERSION_NUM 1000002 )
5+ set (VERSION_SFX -beta2 )
66set (PROJECT_FULL_NAME "Dynamic Script Engine Plugin for Touch Portal" )
77set (PROJECT_SHORT_NAME "Dynamic Script Engine" )
88set (PROJECT_ORG_NAME "DynamicScriptEngine" )
You can’t perform that action at this time.
0 commit comments