You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,28 @@
1
1
# Change Log
2
2
**Dynamic Script Engine Plugin for Touch Portal**: changes by version number and release date.
3
3
4
+
5
+
---
6
+
## 1.1.0.0-beta1 (05-Jan-2023)
7
+
- Added Connector (Slider) counterparts for most of the plugin's existing Actions (except "Load Script").
8
+
- Added Connector/Slider instance tracking database for managing mapping and lookups of "short" connector IDs (for sending updates back to Touch Portal).
9
+
- Added new State to reflect current system user's Touch Portal settings directory path (workaround until TP v3.2 adds native values for that).
10
+
- Added new State: "Name of Page currently active on TP device."
11
+
- Touch Portal API:
12
+
- Added methods and an event for Connector ID lookup/search/tracking, eg. for sending Slider position updates to Touch Portal.
13
+
- Added Touch Portal "broadcast" message event passthrough (eg. to notify scripts when user navigates to a new page).
14
+
- Added `TP.currentPageName()` lookup function.
15
+
- JavaScript Library:
16
+
- Added `String.appendLine()` and `String.getLines()` functions (both static and prototype).
17
+
- Added `DSE.TP_USER_DATA_PATH` property (current system user's Touch Portal settings directory), `DSE.TP_VERSION_CODE` and `DSE.TP_VERSION_STR`.
18
+
- Documentation & Examples:
19
+
- Moved Touch Portal API references into their own category.
20
+
- Added documentation for new Touch Portal API functions/features.
21
+
- New v3 of Color Picker example page and script, using new "native" connector/slider functionality and adding some more features.
22
+
- Other minor updates and clarifications.
23
+
24
+
Thanks for everyone's input so far!
25
+
4
26
---
5
27
## 1.0.0.3 (05-Jan-2023)
6
28
- Fix evaluation at startup of default value expressions for saved states when the default type was set to "use action's expression" and the default value field was left blank.
0 commit comments