Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.30"
".": "0.1.31"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down