diff --git a/README.md b/README.md index f8834d9..6422d72 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,6 @@ shell script manager and runner inspired by rerun[1], bashing[2] and drist[3] Your shell script multi-tool. Automate all the things. Can be used for: 1. Runbooks -2. Launchers -3. Deployment -4. Release Engineering -5. Builds -6. Compiles -7. Testing - -Checkout the companion [ll](https://github.com/tongson/LadyLua) (Lua interpreter) for anything complex with shell scripts. +1. Deployment +1. Builds +1. Configuration management diff --git a/changelog.md b/changelog.md index c69daac..ef7c1f8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,21 @@ +#### 2.0.0 + +Groggy Pauper + +* Removed some external dependencies to slash around 500KiB from the executable size +* New extensive testing suite +* New VARS file for includes and variables +* Changed SSH config from `rr.hosts` to `HOSTS` +* Changed log filename from `rr.json` to `LOG` +* Changed `rrl` mode output headers and log format +* Changed string for "repaired" result/status detection to `__REPAIRED__` +* Changed `__REPAIRED__` output detection from STDOUT to STDERR +* Quicker copying over SSH because of one less SSH connection +* Quicker remote runs, removed SSH hostname matching +* More compact `rrl` mode output +* STDOUT now streamed in terminal mode +* Several code improvements and dependency upgrades + #### 1.0.4 * Update dependencies