From ad03b3698bc2de376b0c5b0377c987cf92b8015d Mon Sep 17 00:00:00 2001 From: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Sat, 12 Apr 2025 21:17:44 +0000 Subject: [PATCH] chore(changelog): update changelog (auto) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32777d5..9ffb9f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file. +## [0.11.7](https://github.com/alexpasmantier/television/releases/tag/0.11.7) - 2025-04-12 + +### ⛰️ Features + +- [cb0a46f](https://github.com/alexpasmantier/television/commit/cb0a46fff517e5f3f995ca4828956b6ea1a3ffeb) *(input)* Add action to delete input line by @alexpasmantier in [#464](https://github.com/alexpasmantier/television/pull/464) + +- [de6200e](https://github.com/alexpasmantier/television/commit/de6200e45d30e82864434a1d58b4df0081634e14) *(shell)* Support completion in the middle of a prompt by @dkmar in [#450](https://github.com/alexpasmantier/television/pull/450) + +### 🐛 Bug Fixes + +- [425be1e](https://github.com/alexpasmantier/television/commit/425be1e01b024a0b45433676cb2b05b8820b7f0f) *(ui)* Fix slight responsiveness regression in 0.11.6 by @alexpasmantier in [#461](https://github.com/alexpasmantier/television/pull/461) + +### ⚙️ Miscellaneous Tasks + +- [e23c307](https://github.com/alexpasmantier/television/commit/e23c3076490c7e480561405d0dab9a4d2d41e890) *(changelog)* Update changelog (auto) by @github-actions[bot] in [#458](https://github.com/alexpasmantier/television/pull/458) + +- [6771ecd](https://github.com/alexpasmantier/television/commit/6771ecdde57040f1eb996d9ee4c9c931a18a2c25) *(project)* Migrate from Makefile to Just by @alexpasmantier in [#463](https://github.com/alexpasmantier/television/pull/463) + +- [1693584](https://github.com/alexpasmantier/television/commit/169358442b9d619ddbab2367de8934022f4f241c) *(uncategorized)* Bump to 0.11.7 by @alexpasmantier + + + + +**Full Changelog**: https://github.com/alexpasmantier/television/compare/0.11.6...0.11.7 + + ## [0.11.6](https://github.com/alexpasmantier/television/releases/tag/0.11.6) - 2025-04-09 ### ⛰️ Features