# 0.3.1 Fix -r option `mrgrctrnl -r` didn't actually restart anything, since the command was saved to `/tmp/mrgrctrnl.cmd` before seeing if it needed to restart. Version 0.3.1 fixes the issue with a flag and by moving the restart logic to after processing the command line options. # 0.3.0 Add autossh support `mrgrctrnl` uses `autossh` if it's installed by default, or falls back to a while loop (the old behavior) if it's not. Either command can be forced with a command line option: `-A` forces autossh and `-S` forces ssh. This release is also a soft rewrite of the whole thing, and I cleaned up some of the logic as well. It also marks the first git-tag release I've ever done, so that's something.