Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.8.2
    * Fix npm install fails on windows. Update telegram & serial package to ensure node-gyp-build 4.8.4
  • v2.8.2-beta.1
    d66e1abd · 2.8.2-beta.1 ·
    * Try and fix npm install fails on windows. Update node-gyp-build to latest version
  • v2.8.1
    * Review variables in On Socket else response
    * Fix ON SocketIO Message listener overwrites predecessor
    * Fix SocketIO namespace listener is not removed on disconnect
    * Minor fixes
  • v2.8.0 Release: Version 2.8.0
    * Added new Socket.IO Plugin
    * Made Iterate action reset if it has ended before. Iteration will restart next time the state is triggered.
    * Several minor bug fixes and improvements
  • v2.7.2
    * Fix Telegram Create Chat, Edit Chat and Send Poll throw error because API has changed
  • v2.7.1
    * Fix Telegram plugin Error "406 UPDATE_APP_TO_LOGIN" on connect new account
  • v2.7.0
    * Allow to address other levels as variable
    * Allow strings, numbers, arrays and objects as (default) values for level arguments
    * Launch Session recognizes if level config sets a default collection for an argument
    * Changed Launch Session arguments from Options to List
    * Upgrade serialport and axios library to fix vulnerabilities
    * Adapt usb-dmx-pro plugin to latest serialport library
    * Fix error in telegram chat create & update events
    * Fix problem with Telegram On Incoming Message not working with initial message
    * Several minor bug fixes and improvements
  • v2.6.0
    * Add logic Iterate action
    * Add atIndex and length functions
    * Throw some more errors instead of only logging them
    * Minor changes to match client upcoming v2.4.0
    * Add sort, limit and skip option for queries
    * Add array parsing for json string fields
    * Allow nested inline queries and inline regex
    * Fix wrong context binding in remove plugin command
  • v2.5.2
    * Fix fatal error in sound play action if there is no audio player available
    * Fix Telegram On Incoming Message gets stuck if respond list is empty
  • v2.5.1
    * Allow number type distinction into integer and float for OSC message
    * Make Text/Values form style default for setLights
  • v2.5.1-beta.0
    9c11ab89 · 2.5.1-beta.0 ·
    * Make Text/Values form style default for Set Lights action
  • v2.5.0
    * Add On Error action
    * Add "Keep alive and listen" option for most actions
    * Fix broken references when using two references for the same item
    * Fix broken references to Plugin Items if settings have been updated
    * Fix Items not shown when collection was deleted and readded
    * Several minor bug fixes
  • v2.4.2
    * Fix can not listen On Events from devices
  • v2.4.1
    * Fix twilio plugin not working since multiple plugin item types for messengers are allowed
    * Fix twilio plugin crash if credentials are wrong
    * Fix images not shown for npm package readme
  • v2.4.0 Release: Version 2.4.0
    * Add "now" option for dateFormat and dateOffset functions
    * Added Button support for Telegram Bots
    * Fixed and improved Cancel Session action
    * Convert manually entered dates to improve compatibility with auto generated dates
    * Allow regex in database query strings
    * Make query type casting optional for API GET requests
    * Add case sensitive option to regex in all condition capable actions
    * Add POST API endpoint that allows to dispatch game events
    * Many minor bug fixes and improvements (see latest commits)
  • v2.3.0
    * Add "multiple" option to all data actions
    * Allow directories inside functions folder
    * Ignore .json files in functions directory
    * Fix: Lat and Lon in telegram sendGeo preview displayed wrong
    * Get all items that are referenced by query when adding or removing members in Telegram Create Chat and Edit Chat
  • v2.2.0
    * Fixed: permissions could not be set for telegram group chats using Edit Chat
    * Added MQTT Plugin that allows to send MQTT messages and to react on messages that have been published to the network.
    * In addition to Accounts, Telegram Bots can now be connected to adaptor:ex via the Telegram plugin.
    * Improved error feedback when setting up plugins and plugin items
    * Added embedded functions dateTimeOffset and datetimeFormat
    * Some smaller bug fixes and minor adjustments e.g.:
      * Fix logic On Event multiple trigger on quick successive events
      * Fix varibale inside of reference fails if it is on either end of the string
      * session log in action context always print action name not action
  • v2.1.2
    * Improved error message for timeout with broken variables
    * Fix reply in *On Incoming Message* not working
    * Fix level attributes in varibles not available
    * Allow minus `-` character in variables
  • v2.1.1 Release: Version 2.1.1
    * fix telegram typing feature
    * several patches
  • v2.1.0
    * Messenger Listeners only react on initial message/call if listener is first action in this conversation
    * Add random function to embedded functions
    * Minor bug fixes