From 20b4f4dae601b9ff4bf466f82cd2dc7ead1be3c0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 8 May 2020 08:57:41 -0500 Subject: Add CHANGELOG --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..c199a55 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,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. -- cgit 1.4.1-21-gabe81