Skip to content

Releases: paissaheavyindustries/Triggernometry

v1.2.0.7

25 Jul 05:27
c8689d9
Compare
Choose a tag to compare
  • substitutions can now be specified as regular expressions
  • loaded assemblies are now readily available in script actions, PR #111 (thanks MnFeN!)

v1.2.0.6

20 Jul 06:57
Compare
Choose a tag to compare
  • added a new setting to sound config to suppress repeating sound file playback/TTS
  • fixed a problem that caused TTS to crash in some instances

v1.2.0.5

19 Jul 22:31
Compare
Choose a tag to compare
  • fixes an issue where TTS config setting was not applied properly

v1.2.0.4

16 Jul 07:11
Compare
Choose a tag to compare
  • many updates from MnFeN, thank you! see PR for full details (#107)
  • added new options for trigger action sound routing
  • adds an autocomplete enabled-toggle in configuration
  • added option to config to set font globally in the plugin UI
  • added an option to use external application for TTS and sound playback
  • added an option to use an external update channel for providing releases if/when Github is not available
  • sped up launch considerably by initializing scripting asynchoronously(*)
  • reworked configuration screen
  • updated System.Json from 6.0.3 to 8.0.4
  • removed clipboard setting, now uses OS clipboard always
  • removed the old future proofing event separator setting

((*) if you have any triggers running scripts, including startup triggers, they will execute when scripting has finished initing)

v1.2.0.1

28 Jun 07:45
Compare
Choose a tag to compare
  • updates for Dawntrail

v1.2.0.0

02 May 07:22
Compare
Choose a tag to compare

The changes are far too numerous to list here; please refer to the PR links below for a full list. Thank you very much for all the contributions!

  • PR #98 (thanks MnFeN!)
  • PR #100 (thanks MnFeN!)
  • PR #101, Update loglevel for "No plugin instance available" exception (thanks Makar8000!)

v1.1.7.4

25 Sep 04:46
Compare
Choose a tag to compare
  • PR #94, background color fix (thanks MnFeN!)
  • fixed an issue where loop actions were not checked for repository restrictions
  • added security setting for unsafe code execution (disabled by default)

v1.1.7.3

25 Apr 06:35
Compare
Choose a tag to compare
  • Triggernometry now waits for ACT to finish initializing everything else before processing events
  • test input zone ID is now carried through as if we're really in the zone
  • Telesto default port moved away from the ephemeral range to 45678
  • loops now respect action enabled/disabled status
  • loop actions now respect timings and delays
  • _loopiterator added to autocomplete
  • other minor loop and mutex handling improvements

1.1.7.1

29 Jan 19:32
Compare
Choose a tag to compare
  • new endpoint feature to allow outside processes to send things to Triggernometry
  • new endpoint trigger type to enable triggers for the endpoint data
  • additional ¤{...} syntax to specify expressions that are to be passed along instead of parsed (like ${...} would be)

1.1.7.0

20 Jan 07:08
Compare
Choose a tag to compare
  • able to copy/paste multiple actions now
  • keypress action has a feature for listening to keypress
  • keyboard pasting disabled on remote repositories
  • option to set async on/off by default for new actions
  • test input now remembers event destination and zone type over restarts
  • when a trigger is disabled, all auras spawned by it will be removed