From ea97c26e475b3dfea0565f23c39a5c631e87ac9d Mon Sep 17 00:00:00 2001 From: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:49:25 +0000 Subject: [PATCH] chore(changelog): update changelog (auto) --- 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