From 59bdcaa278638c97e3ebd469be93d683c15c57fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:36:00 +0100 Subject: [PATCH] chore(changelog): update changelog (auto) (#244) This PR was created by a GitHub Action to update the changelog. Co-authored-by: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d122a03..d17d491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## [unreleased] + +### 🚀 Features + +- *(cable)* Add default git diff cable channel (#226) +- *(channels)* Add support for multi selection (#234) +- *(channels)* Allow sending currently selected entries to other channels (#235) +- Add support for CJK unified ideographs (#243) + +### 🐛 Bug Fixes + +- *(ingestion)* Use lossy conversion when source doesn't produce valid utf8 (#240) + +### ⚡ Performance + +- Use FxHash instead of SipHash where it makes sense (#237) +- Only display the first 200 log entries when previewing git-repos (#241) + +### ⚙️ Miscellaneous Tasks + +- *(changelog)* Update changelog (auto) (#225) +- *(linting)* Add workspace lints (#228) +- Fix linting warnings (#230) + ## [0.8.8] - 2025-01-06 ### 🚀 Features