chore(changelog): update changelog (auto) (#225)

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-06 13:52:13 +01:00 committed by GitHub
parent 6536bbf323
commit 7cd0a9d1b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,32 @@
All notable changes to this project will be documented in this file.
## [0.8.8] - 2025-01-06
### 🚀 Features
- *(ui)* Make background color optional and fallback to terminal default bg color (#219)
- *(ui)* Add new `television` theme that inherits the terminal bg (#220)
- *(ui)* Add support for standard ANSI colors theming and update default theme (#221)
### 🐛 Bug Fixes
- *(cable)* Zsh-history and bash-history cable channels now point to default histfiles locations (#224)
### 🚜 Refactor
- *(ux)* Don't print the list of available channels on channel parsing error (#222)
- *(cable)* More debug information for cable channels (#223)
### 📚 Documentation
- Add shell autocompletion GIF to the README
### ⚙️ Miscellaneous Tasks
- *(changelog)* Update changelog (auto) (#218)
- Bump to 0.8.8
## [0.8.7] - 2025-01-04
### 🐛 Bug Fixes