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>
This commit is contained in:
github-actions[bot] 2025-01-09 14:33:18 +01:00 committed by GitHub
parent d00d8e4f84
commit 510b528588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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