Skip to content

Commit 7a7014a

Browse files
chore(main): release 0.11.0 (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2bc7043 commit 7a7014a

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/koki-develop/Cork/compare/v0.10.0...v0.11.0) (2026-06-14)
4+
5+
6+
### Features
7+
8+
* **mcp:** add update_task_title tool to rename tasks ([3dcb33b](https://github.com/koki-develop/Cork/commit/3dcb33bae1fe1306c13bcd6d352eeabd05408084))
9+
* **ui:** add Markdown table support to the task body editor ([cfa40b1](https://github.com/koki-develop/Cork/commit/cfa40b1744e180b5267e72e974716b082988d141))
10+
* **ui:** support horizontal rules in the task body editor ([a22a4c2](https://github.com/koki-develop/Cork/commit/a22a4c2ca344611c7a71f3664f77c974a21f5ad9))
11+
12+
13+
### Bug Fixes
14+
15+
* **ui:** close dialog on first Escape when tag autocomplete is empty ([9ad3608](https://github.com/koki-develop/Cork/commit/9ad3608b368fbc296fb04072f7c5bd81a3c06d75))
16+
* **ui:** keep modal dialogs clear of the header in short windows ([8ed0e98](https://github.com/koki-develop/Cork/commit/8ed0e982b4269c5d2c9113c71f5b23a64a6d92df))
17+
* **ui:** reorder Task dialog fields for logical Tab navigation ([d963a71](https://github.com/koki-develop/Cork/commit/d963a7186be0c86354912cd711c49b8cdfa1d863))
18+
* **ui:** restore Metadata-before-Body order in narrow task dialogs ([2bc7043](https://github.com/koki-develop/Cork/commit/2bc70432d247909faee736925b9c50259805ae8b))
19+
320
## [0.10.0](https://github.com/koki-develop/Cork/compare/v0.9.0...v0.10.0) (2026-06-13)
421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cork",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)