Releases: paissaheavyindustries/Triggernometry
Releases · paissaheavyindustries/Triggernometry
v1.2.0.7
v1.2.0.6
- 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
- fixes an issue where TTS config setting was not applied properly
v1.2.0.4
- 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
- updates for Dawntrail
v1.2.0.0
v1.1.7.4
v1.1.7.3
- 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
- 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
- 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