From 2db8d530acabc354d52873eb7e355f551ca5bb54 Mon Sep 17 00:00:00 2001 From: Lucas Pickering Date: Fri, 10 Nov 2023 17:34:25 -0500 Subject: [PATCH] Add template preview to changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f064665..f6f1f720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [Unreleased] - ReleaseDate + +### Added + +- Add ability to preview template values. This will show the rendered value under current settings + - This includes a new modal to toggle the setting on/off, via the `X` key + +### Changed + +- HTTP method is now a plain string, not a template string. This simplifies some internal logic, and I don't think there was a compelling reason to make a template in the first place. + ## [0.5.0] - 2023-11-07 ### Added