Skip to content

v1.1.0.1-beta1

Compare
Choose a tag to compare
@mpaperno mpaperno released this 05 Jan 13:59
· 79 commits to next since this release
e905917

v1.1 series initial beta

Changes since v1.0.0.3

  • 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.

The plugin is fully documented at https://dse.tpp.max.paperno.us/

Please report any issues or let me know if you have any questions or requests here on GitHub or in our Discord room.

Thanks for downloading!