Skip to content

Commit e905917

Browse files
committed
Update CHANGELOG.
1 parent 2e0fbc7 commit e905917

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Change Log
22
**Dynamic Script Engine Plugin for Touch Portal**: changes by version number and release date.
33

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+
426
---
527
## 1.0.0.3 (05-Jan-2023)
628
- 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

Comments
 (0)