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.25"
".": "0.1.26"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.1.26](https://github.com/langwatch/kanban-code/compare/v0.1.25...v0.1.26) (2026-04-14)


### Features

* browser tab shortcuts and new-tab link handling ([3e41a9d](https://github.com/langwatch/kanban-code/commit/3e41a9d428f4ee98bb8d0dedb982af0b57354f00))
* Cmd+Shift+T reopens last closed tab, address bar focused on new tab ([4a1416b](https://github.com/langwatch/kanban-code/commit/4a1416b143e06586298ec3ce9c9407e52904ad75))
* TypeScript CLI for card inspection and agent orchestration ([f0eb6df](https://github.com/langwatch/kanban-code/commit/f0eb6df18ff255d32c9fc590f5ec559629b3b304))


### Bug Fixes

* apply excluded paths filter to CLI card listing ([b7fe51e](https://github.com/langwatch/kanban-code/commit/b7fe51e5cf1ca1389c0e805e9e4dc8eb99dbbc24))
* chat scroll rewrite, send reliability, terminal selection, tmux discovery ([fb3d256](https://github.com/langwatch/kanban-code/commit/fb3d256eb6b649d3fb373111240838d10d8038ff))
* native WebKit inspector via entitlements and autoresizing ([3a93ec9](https://github.com/langwatch/kanban-code/commit/3a93ec9b0d78ca2d4a8cf0c0efdbfff8c768bafa))
* prevent reconcile from reverting configuredProjects ([639ab6a](https://github.com/langwatch/kanban-code/commit/639ab6abc23547ee25d21c319647928acbb46cc4))
* use stable code signing and disable smart text substitutions ([3b6db1b](https://github.com/langwatch/kanban-code/commit/3b6db1ba7d9279b2f4d8dd0d0a4a99c82f51e926))

## [0.1.25](https://github.com/langwatch/kanban-code/compare/v0.1.24...v0.1.25) (2026-04-07)


Expand Down