From 510b52858800cc2b813b21030e9266b0028b1c0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:33:18 +0100 Subject: [PATCH] chore(changelog): update changelog (auto) (#261) This PR was created by a GitHub Action to update the changelog. Co-authored-by: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeec2f9..3774c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +## [0.9.1] - 2025-01-09 + +### 🚀 Features + +- *(cli)* Add `no-preview` flag to disable the preview pane (#258) +- *(cable)* Allow custom cable channels to override builtins (#260) + +### 🐛 Bug Fixes + +- *(fish)* Don't add extra space to prompt if it's an implicit cd (`\.`) (#259) + +### 🚜 Refactor + +- *(providers)* Improve cable provider files loading sequence (#254) +- *(cable)* Stream in cable results + better error logging + default delimiter consistency (#257) + +### ⚙️ Miscellaneous Tasks + +- *(changelog)* Update changelog (auto) (#251) +- Bump to 0.9.1 + ## [0.9.0] - 2025-01-07 ### 🚀 Features