about summary refs log tree commit diff stats
path: root/CHANGELOG
blob: c199a558821f38ea3370c089abdb8e841d4daa8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.