From 63308b7af28c4c5165cc620737a7922fae4b5978 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:17:12 +0000 Subject: [PATCH] chore(main): release 0.50.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e38a297..febc17a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.49.0" + ".": "0.50.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a71bbed2..ac6386b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.50.0](https://github.com/buchenberg/yaah/compare/v0.49.0...v0.50.0) (2026-08-06) + + +### Features + +* **tui2:** separate task pane, move provider info to InfoPane ([#160](https://github.com/buchenberg/yaah/issues/160)) ([f28736b](https://github.com/buchenberg/yaah/commit/f28736b992d6782e1ecf935796ee328955b7fc12)) +* **web:** colon-commands, reasoning toggle, search, UX polish ([#162](https://github.com/buchenberg/yaah/issues/162)) ([abcea76](https://github.com/buchenberg/yaah/commit/abcea76c90d03b078ba9103e402ac46c08eeeea8)) + ## [0.49.0](https://github.com/buchenberg/yaah/compare/v0.48.1...v0.49.0) (2026-08-06)