From b1309af25f0b5c6741f16b6ef90e084ac2cb9dd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 00:36:36 +0100 Subject: [PATCH] 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> --- 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