Skip to content

Releases: KillerBOSS2019/TouchPortal-API

1.7.10

12 Aug 20:34
0150e34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.9...1.7.10

tppbuild `ADDITIONAL_TPPSDK_ARGS` typo

28 Aug 20:01
Compare
Choose a tag to compare

tppbuild fix

28 Aug 06:13
Compare
Choose a tag to compare

1.7.8 (8/27/2022)

  • Added ADDITIONAL_TPPSDK_ARGS for additional tppsdk args
  • Fixed in tppbuild it will add empty folder at root of the zip

Full Changelog: 1.7.7...1.7.8

bunch fixes and new features. V1.7.7

09 Jul 05:32
Compare
Choose a tag to compare

What's Changed

Added new command line features

  • tppbuild
    Automatically build tpp file for current system
  • tppdoc
    Builds Documentation based on entry.tp or python file that containing entry.tp info
  • tppsdk
    • Added ability to convert entry.tp to Python version entry.tp
  • Added logging to Client

Fixes

  • Fixed in Tools.py convert_to_base64 method won't work on image that does not have "content_type" in its header

And lastly documentation should be updated.

Full Changelog: 1.6.3...1.7.7

Adding support for TP SDK 6.0

29 May 02:45
Compare
Choose a tag to compare

What's Changed

  • Add utility and Client option to desrialize JSON messages into objects; Add choiceUpdate tracking; Add public getters for stored data; Default updateStatesOnBroadcast to False. by @gitagogaming in #20
  • Create CODE_OF_CONDUCT.md by @KillerBOSS2019 in #22

New Contributors

Full Changelog: 1.6.2...1.6.3

typo

14 Jan 20:11
5549b59
Compare
Choose a tag to compare
  • Removed Extra _ from connectorUpdate

Added Support for TouchPortal SDK 4

11 Jan 02:57
429da22
Compare
Choose a tag to compare

1.6.1 (1/10/2022)

  • Fixed connectorUpdate method
    • connectorValue needs to be a string
    • connectorId provided prefix eg "pc_yourpluginid_"

1.6 (8/26/2021)

v1.5 - SDK Features

29 Jul 17:42
66490f5
Compare
Choose a tag to compare

Adds initial version of the SDK. and plugin example file. Documentation is in progress, but for now check the new source files for doc strings.

#13

There are no changes to the API itself in this release.

v1.4 - API Connection Changes

17 Jul 23:58
093f444
Compare
Choose a tag to compare

Removed Socket Object from Callback so you no longer require client to be passed in just need the data
Added a way to send all the states back by itself so when user switch to a page it'll update all the states