From 3d973947abeb85312c58f77d146f2a3ae4cb4a09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 20:50:12 +0100 Subject: [PATCH] chore(changelog): update changelog (auto) (#288) This PR was created by a GitHub Action to update the changelog. Co-authored-by: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb323b..d7403a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ All notable changes to this project will be documented in this file. +## [0.9.3] - 2025-01-19 + +### 🚀 Features + +- *(preview)* Add support for displaying nerd fonts in preview (#286) + +### 🐛 Bug Fixes + +- *(cable)* Cable channels now take precedence over builtins for the cli / shell integration (#278) + +### 🚜 Refactor + +- Exit application on SIGINT / C-c (#274) + +### 📚 Documentation + +- *(readme)* Link to nucleo directly (#266) + +### ⚡ Performance + +- *(preview)* Add partial preview rendering and buffer preview requests (#285) + +### ⚙️ Miscellaneous Tasks + +- *(changelog)* Update changelog (auto) (#265) +- Bump workspace to 0.9.3 (#287) + ## [0.9.2] - 2025-01-09 ### 🐛 Bug Fixes