From 314aa93a4592626cfff56957a62f12f3575d53ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:05:17 +0100 Subject: [PATCH] chore(changelog): update changelog (auto) (#202) 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 d9697c3..940cbe3 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.5] - 2024-12-31 + +### 🚀 Features + +- *(ui)* Respect BAT_THEME env var for previewer syntax highlighting theme (#201) + +### 🐛 Bug Fixes + +- *(shell)* Add space if needed when using smart autocomplete (#200) + +### 📚 Documentation + +- *(config)* Fix typo in default configuration file comment (#198) +- Move parts of README to Wiki (#199) + +### ⚙️ Miscellaneous Tasks + +- *(changelog)* Update changelog (auto) (#197) +- Bump to 0.8.5 + ## [0.8.4] - 2024-12-31 ### 🚀 Features