From d8eac4da8a738ba6c888874f8c0069d55cd236af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 01:01:07 +0100 Subject: [PATCH] chore(changelog): update changelog (auto) (#177) This PR was created by a GitHub Action to update the changelog. Co-authored-by: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 636535e..8cd5f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. +## [0.8.1] - 2024-12-29 + +### 🐛 Bug Fixes + +- *(channels)* Use the number of actual bytes read and not the sample buffer size when calculating the proportion of printable ASCII characters (#174) +- *(ux)* Make DeletePrevWord trigger channel update (#175) + +### 📚 Documentation + +- Fix broken link in README (#168) +- Update README.md (#171) +- Update readme animations +- Fix broken image in channels.md + +### ⚙️ Miscellaneous Tasks + +- *(changelog)* Update changelog (auto) (#167) +- Update README.md (#172) +- Bump to 0.8.1 (#176) + ## [0.8.0] - 2024-12-29 ### 🚀 Features