From eede07871503b66ad56dbbc66d3f11d491564519 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 21:23:59 +0100 Subject: [PATCH] chore(changelog): update changelog (auto) (#312) This PR was created by a GitHub Action to update the changelog. Co-authored-by: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> --- CHANGELOG.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6250ff5..47cb57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. +## [0.10.0] - 2025-01-25 + +### 🚀 Features + +- *(i18n)* Improve support for non-western scripts (#305) + +### 🐛 Bug Fixes + +- Add repaint command to the fish shell scripts (#303) +- *(stdout)* Never quote selected entries (#307) + +### 🚜 Refactor + +- Simplify configuration and build code + leaner crate (#308) + +### ⚡ Performance + +- *(async)* Make overall UI much smoother and snappier (#311) + +### ⚙️ Miscellaneous Tasks + +- *(changelog)* Update changelog (auto) (#294) +- Add zip format in a Windows release assets (#298) +- Flatten workspace into a single crate (#306) +- Bump to 0.10.0 + ## [0.9.4] - 2025-01-20 ### 🐛 Bug Fixes @@ -227,8 +253,7 @@ All notable changes to this project will be documented in this file. ### 🐛 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) +- *(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