Skip to content

Releases: Rayquaza01/tasker-types

v2.0.0

08 Feb 21:54
Compare
Choose a tag to compare

Breaking Change

  • Types should now be included using either a triple slash directive, or a type only import. See README for more details.
  • Previously, functions had to be accessed through the tk interface. Now, they are available globally.

Added

  • Added new functions goHome(), haptics(), and hideScene().

New Contributors

  • @s8wa2 made their first contribution in #2

Full Changelog: v1.0.1...v2.0.0

v1.0.1

19 Apr 23:51
Compare
Choose a tag to compare

Correct the type of the sceneName variable to be a string instead of a boolean.

1.0.0

15 Nov 14:41
Compare
Choose a tag to compare

Initial Release