Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaperno committed Jan 5, 2023
1 parent 2e0fbc7 commit e905917
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Change Log
**Dynamic Script Engine Plugin for Touch Portal**: changes by version number and release date.


---
## 1.1.0.0-beta1 (05-Jan-2023)
- Added Connector (Slider) counterparts for most of the plugin's existing Actions (except "Load Script").
- Added Connector/Slider instance tracking database for managing mapping and lookups of "short" connector IDs (for sending updates back to Touch Portal).
- Added new State to reflect current system user's Touch Portal settings directory path (workaround until TP v3.2 adds native values for that).
- Added new State: "Name of Page currently active on TP device."
- Touch Portal API:
- Added methods and an event for Connector ID lookup/search/tracking, eg. for sending Slider position updates to Touch Portal.
- Added Touch Portal "broadcast" message event passthrough (eg. to notify scripts when user navigates to a new page).
- Added `TP.currentPageName()` lookup function.
- JavaScript Library:
- Added `String.appendLine()` and `String.getLines()` functions (both static and prototype).
- Added `DSE.TP_USER_DATA_PATH` property (current system user's Touch Portal settings directory), `DSE.TP_VERSION_CODE` and `DSE.TP_VERSION_STR`.
- Documentation & Examples:
- Moved Touch Portal API references into their own category.
- Added documentation for new Touch Portal API functions/features.
- New v3 of Color Picker example page and script, using new "native" connector/slider functionality and adding some more features.
- Other minor updates and clarifications.

Thanks for everyone's input so far!

---
## 1.0.0.3 (05-Jan-2023)
- 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.
Expand Down

0 comments on commit e905917

Please sign in to comment.