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

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-05 00:36:36 +01:00 committed by GitHub
parent 25adee34d8
commit b1309af25f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file.
## [0.8.7] - 2025-01-04
### 🐛 Bug Fixes
- *(unix)* Use sed instead of tail for bash and zsh default history channels (#216)
### 🚜 Refactor
- *(shell)* Use $HISTFILE for cable history channels (#210)
- *(cable)* Always create default cable channels in user directory if no cable channels exist (#213)
- *(config)* Check for config file existence before processing subcommands (#214)
### ⚙️ Miscellaneous Tasks
- *(changelog)* Update changelog (auto) (#206)
- Bump to 0.8.7 (#217)
## [0.8.6] - 2025-01-01
### 🐛 Bug Fixes