From ce17ae58f12e0b307b6a246faa23af20595babd7 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 29 Jun 2022 11:51:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Add=20simple=20Changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a7ff5e9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- Display of configuration options on `-v` toggle + +### Changed + +- Simplified grep invocation to adhere more closely to POSIX + + + + + +### Fixed + +- Custom picker, clipper, and typer command invocation (`BEMOJI_CLIP_CMD`) + + + +