From a37d1c96b7fea0dc3e6af1ce8b77441c63493fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Chaves?= Date: Fri, 24 Jul 2026 15:55:57 +0200 Subject: [PATCH] chore(main): release 0.1.31 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93dc0dc0..9fa11e0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.30" + ".": "0.1.31" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c95d1a..96579cb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.31](https://github.com/langwatch/kanban-code/compare/v0.1.30...v0.1.31) (2026-07-24) + + +### Bug Fixes + +* accumulated verified fixes from recent sessions ([d01cd10](https://github.com/langwatch/kanban-code/commit/d01cd1076b85ee30a4fb72f37ec8d1edc16ecf2c)) +* **codex:** make restore-to-turn actually truncate ([8102284](https://github.com/langwatch/kanban-code/commit/8102284b07c85eb4d06c262249c22ffe1311a00b)) +* **migration:** write message.model so claude --resume works ([bdda634](https://github.com/langwatch/kanban-code/commit/bdda634c8890164d7b729c13e2a1be38378e6838)) +* **terminal:** don't glue soft-wrap boundaries in implicit links ([090070d](https://github.com/langwatch/kanban-code/commit/090070d22517b2659e4e3e24d81e12c6806cbbca)) +* **terminal:** trim URL punctuation; parse current codex rollouts ([4442098](https://github.com/langwatch/kanban-code/commit/44420986c94461c43275f40ca8da8962893990b4)) +* **windows:** wrap pinnedCards Zustand selector in useShallow ([#139](https://github.com/langwatch/kanban-code/issues/139)) ([1db691f](https://github.com/langwatch/kanban-code/commit/1db691fd50b2a4af5d738ddc7540c3ca8ec3ca8b)) + ## [0.1.30](https://github.com/langwatch/kanban-code/compare/v0.1.29...v0.1.30) (2026-06-16)