Trigger Master Release Notes
2.0.0.17
improvements to logging
option to ignore logging heartbeats
2.0.0.16
for the Test Trigger tab, make the clearing of commands an option using a checkbox
move to .net 4.7.2
update nuget packages
2.0.0.15
for the status bar and everything related to check for updates, show only the name "Trigger Master" leaving out the "Chameleon " prefix
2.0.0.14
wasn't triggering to players if no regex found for IP
2.0.0.13
write * (alternative to ACK char) to COM port after receiving a command
2.0.0.12
only buffer commands from com ports
2.0.0.11
support for buffered commands
2.0.0.10
add full command support including cii commands for com/422 connections
make the font size of the regex grid smaller
2.0.0.9
for cii commands, parse commands differently to allow unknown prefixes
2.0.0.8
strip \y heartbeats from cii commands
2.0.0.7
make the list of IPs wider
2.0.0.6
if there are multiple IPs, show the list instead of just showing the first
2.0.0.5
minor UI changes
open release notes menu item under the help menu
support for cii commands which are encoded
2.0.0.4
support for verbose logging option in help menu
keep messages from automation on its own thread (as opposed to syncing to GUI thread)
remove automation server client count control - doesn't make sense for automation clients that quickly connect, send, disconnect
2.0.0.3
protect against player port equaling automation port on launch and open
2.0.0.2
support for defining multiple regexes
suppport for splitting commands from automation on \n
support for sending an optional heartbeat reply to automation clients
support for defining a command delimiter from automation
hide to tray on launch if use system tray is selected
2.0.0.1
minimizing the window was causing the app to go to the tray even if it wasn't defined to
add support for a daily timer which deletes old log files and checks for updates
instead of hardcoding encoding, use default encoding
allow specifying a heartbeat string so we can ignore them when sending them out to the players and logs
improve algorthm for checking whether we still have a client connection to automation system
2.0.0.0
have the manual trigger use the regex
standardize the help menu
major UI changes
show a message box warning when the connection to an automation server fails
make using the system tray optional
phase out BL's socket code and use SocketMessaging package
1.0.0.8
echo automation commands
regex support to format automation commands into something players can use
1.0.0.7
build using the fixed blsoft.dll
1.0.0.6
make TM single launch
1.0.0.5
support for tray app
migrated to 2019
1.0.0.4
make the sending of player replies out to automation optional
1.0.0.3
remove the automation command delimiter support
clean up some of the triggering command support
protect against exceptions when sending player data back out to automation
1.0.0.2
support utf8 commands. previously, just supported ascii
have commands coming back from the players socket sent out over the automation socket. this is our way of knowing when a snipe is done playing.
new icon
1.0.0.1
fix check for updates