diff options
author | Case Duckworth | 2020-05-08 08:57:41 -0500 |
---|---|---|
committer | Case Duckworth | 2020-05-08 08:57:41 -0500 |
commit | 20b4f4dae601b9ff4bf466f82cd2dc7ead1be3c0 (patch) | |
tree | a98fc1bf857d3326b8288287be2de04f82b06efa | |
parent | Version bump (diff) | |
download | mrgrctrnl-20b4f4dae601b9ff4bf466f82cd2dc7ead1be3c0.tar.gz mrgrctrnl-20b4f4dae601b9ff4bf466f82cd2dc7ead1be3c0.zip |
-rw-r--r-- | CHANGELOG | 16 |
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 | ||
4 | to `/tmp/mrgrctrnl.cmd` before seeing if it needed to restart. Version 0.3.1 | ||
5 | fixes the issue with a flag and by moving the restart logic to after | ||
6 | processing 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 | ||
11 | while loop (the old behavior) if it's not. Either command can be forced with a | ||
12 | command line option: `-A` forces autossh and `-S` forces ssh. | ||
13 | |||
14 | This release is also a soft rewrite of the whole thing, and I cleaned up some | ||
15 | of the logic as well. It also marks the first git-tag release I've ever done, | ||
16 | so that's something. | ||