From f921d2a081d9e35b972cfa6c8afded8d30d2238a Mon Sep 17 00:00:00 2001 From: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:32:53 +0000 Subject: [PATCH] chore(changelog): update changelog (auto) --- 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