From c96d85529033cb509e38114c5c14c3e7ff877cb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:12:13 +0100 Subject: [PATCH] chore(changelog): update changelog (auto) (#85) Co-authored-by: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ca736..1f1aa7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ All notable changes to this project will be documented in this file. +## [unreleased] + +### 🚀 Features + +- *(layout)* Allow reversing the layout and placing input bar on top (#76) + +### 🐛 Bug Fixes + +- *(output)* Quote output string when it contains spaces and points to an existing path (#77) +- *(stdin)* Better handling of long running stdin streams (#81) + +### 🚜 Refactor + +- *(exit)* Use std::process::exit explicitly (#84) + +### 📚 Documentation + +- *(install)* Update the installation section of the README (#79) + +### ⚡ Performance + +- Remove unnecessary clone() calls (#83) + +### ⚙️ Miscellaneous Tasks + +- *(changelog)* Update changelog (auto) (#74) + ## [0.5.3] - 2024-11-24 ### 🚀 Features