Skip to content

Commit

Permalink
Add template preview to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed Nov 10, 2023
1 parent 1c2c1f2 commit 2db8d53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2db8d53

Please sign in to comment.