From 28bd14d438affce02c87b7e7b108c3016feba6a4 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> Date: Sat, 3 Oct 2020 19:43:04 +0200 Subject: Add env-var to replace env var in template strings (#175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add env-var to replace env var in template strings * Windows has it’s user in USERNAME --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 552b4bc..1cdf8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - Support for arbitrary tags (#169) +- Replace environment variables in templated strings. If no environment variable can be found the name of the variable will be inserted (#110) + ### Fix - Incorrect parameter name of template (#170) -- cgit v1.2.3