From 3a134cb559b4234c5a5b51f1a0bcf50af703431c Mon Sep 17 00:00:00 2001 From: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Sat, 4 Jan 2025 23:33:13 +0000 Subject: [PATCH] chore(changelog): update changelog (auto) --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e13a0..46f49a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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