about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..c199a55 --- /dev/null +++ b/CHANGELOG
@@ -0,0 +1,16 @@
1# 0.3.1 Fix -r option
2
3`mrgrctrnl -r` didn't actually restart anything, since the command was saved
4to `/tmp/mrgrctrnl.cmd` before seeing if it needed to restart. Version 0.3.1
5fixes the issue with a flag and by moving the restart logic to after
6processing the command line options.
7
8# 0.3.0 Add autossh support
9
10`mrgrctrnl` uses `autossh` if it's installed by default, or falls back to a
11while loop (the old behavior) if it's not. Either command can be forced with a
12command line option: `-A` forces autossh and `-S` forces ssh.
13
14This release is also a soft rewrite of the whole thing, and I cleaned up some
15of the logic as well. It also marks the first git-tag release I've ever done,
16so that's something.