From a90e94c845cded2aeda7b70ea3ec5d6b6085f44a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 15 May 2023 08:18:12 +0200 Subject: Remove bpt from the codebase again The power of the templating tool were not as big as I had hoped. The inclusion of another license also doesn't really seem like it is worth the trouble considering the tool didn't really get me the high level of templating I had desired. The quest for templating continues... --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e752aa..976c578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,12 +69,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The `sync` subcomman will now `stash` any changes before it attempts to `pull`. Afterwards, `stash pop` will be ran to apply the last `stash`ed changes again. -- The `file_template` function has been altered to be able to use various - templating engines. Currently it supports `satpl` (which stands for sed-awk - template, the "original" templating mechanism used in Bashtard) and `bpt` - (which stands for [Bash Pure Templates](https://github.com/husixu1/bpt). The - engine used is defined through the file's extension. If no extension is set, - it will default to `satpl`. ## [1.0.0] - 2022-05-06 -- cgit v1.1