From fd9426181fe0c10f00c205136eb7db3f9c7f62fd Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Tue, 19 Nov 2024 20:22:20 -0600 Subject: [PATCH] update changelog --- .changes/v0.5.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/v0.5.0.md b/.changes/v0.5.0.md index 54c359f..193b3e0 100644 --- a/.changes/v0.5.0.md +++ b/.changes/v0.5.0.md @@ -1,7 +1,7 @@ ## v0.5.0 - 2024-11-19 ### Added * Lists can now go in a file. See docs for more information. -* new commands.[name].type: script. Works just like scriptFile, but can take arguments. +* commands.[name].type: script now opens `scriptEnvFile`. * Hooks for Commands.[name]. Error, success, and final. [#12] ### Changed * GetKnownHosts is now a method of Host