Skip to content

Releases: koki-develop/Cork

v0.11.0

14 Jun 07:14
7a7014a

Choose a tag to compare

0.11.0 (2026-06-14)

Features

  • mcp: add update_task_title tool to rename tasks (3dcb33b)
  • ui: add Markdown table support to the task body editor (cfa40b1)
  • ui: support horizontal rules in the task body editor (a22a4c2)

Bug Fixes

  • ui: close dialog on first Escape when tag autocomplete is empty (9ad3608)
  • ui: keep modal dialogs clear of the header in short windows (8ed0e98)
  • ui: reorder Task dialog fields for logical Tab navigation (d963a71)
  • ui: restore Metadata-before-Body order in narrow task dialogs (2bc7043)

v0.10.0

13 Jun 05:39
f12df4c

Choose a tag to compare

0.10.0 (2026-06-13)

Features

  • implement cork CLI to open and focus workspace windows (bd357b8)

v0.9.0

13 Jun 04:21
8bcbfe3

Choose a tag to compare

0.9.0 (2026-06-13)

Features

  • ship cork CLI inside the app bundle and link it onto PATH (81ad0a7)

v0.8.0

12 Jun 23:15
41d58cc

Choose a tag to compare

0.8.0 (2026-06-12)

Features

  • ui: autosave task body while typing instead of only on blur (0226c6b)

Bug Fixes

  • ui: restructure task dialogs with CSS Grid and single TagEditor instance (cae15ee)

v0.7.0

12 Jun 13:04
5fac8d5

Choose a tag to compare

0.7.0 (2026-06-12)

Features

  • allow task titles to contain slashes (c8a9ffc)

v0.6.0

12 Jun 12:17
acc2aaf

Choose a tag to compare

0.6.0 (2026-06-12)

Features

  • ui: add clear-formatting button to floating toolbar (900dab0)
  • ui: auto-link bare URLs in task body editor (b38f2dd)
  • ui: distinguish code blocks and tame highlights in task body editor (bb44a8a)
  • ui: make task body editor links editable via hover panel (78f9ec7)

Bug Fixes

  • clarify in MCP instructions that tasks are updated by editing files directly (aa64d7b)
  • scope sample mcp.json to current window only (37b85b6)
  • ui: make modal panel fully opaque and drop its backdrop blur (e971c54)
  • ui: remove redundant "New Task" heading from create dialog (cda1411)

v0.5.1

12 Jun 05:24
dff6649

Choose a tag to compare

0.5.1 (2026-06-12)

Bug Fixes

  • close calendar and tag autocomplete on dialog backdrop mousedown (555915a)

v0.5.0

12 Jun 04:28
11d9917

Choose a tag to compare

0.5.0 (2026-06-12)

Features

  • add delete_task MCP tool with security guard (8f4cc26)
  • add task due dates (1ac2d42)
  • ui: add selection floating toolbar to task body editor (bfcef57)
  • ui: improve task body editor links, lists, and code blocks (e371957)
  • ui: increase task dialog body default height to 20rem (4101e33)
  • ui: make task body a WYSIWYG Markdown editor (Lexical) (05f7875)
  • ui: make task create/detail dialogs 2-column (bfdf27d)
  • ui: restyle task title and body fields as a borderless document (ec2650b)
  • ui: tighten create dialog body and drop its hover fill (955be14)
  • ui: tighten task dialog title layout and padding (dbc9043)

Bug Fixes

  • deps: pin dependencies (#7) (04a7b6a)
  • ui: confine task body inline formatting to non-code text (86c1127)
  • ui: keep task detail Status/Tags pinned to the top (9f4ca8b)
  • ui: show format toolbar whenever the selection has formattable text (9241421)

v0.4.0

11 Jun 00:05
ec76fac

Choose a tag to compare

0.4.0 (2026-06-11)

Features

  • Add MCP server with list_tasks tool (503fb49)
  • mcp: add create_task tool (a6c378d)
  • mcp: add limit and offset pagination to list_tasks tool (d90b813)
  • mcp: add list_statuses tool (b068c7c)
  • mcp: add list_tags tool (f9b8572)
  • mcp: add query and filters arguments to list_tasks tool (f55cdf3)
  • mcp: add status filter to list_tasks tool (9003ad1)

Bug Fixes

  • mcp: add type field to mcp.json sample config (4026f2f)
  • mcp: preserve field order in mcp.json sample config (008279d)
  • ui: separate Button focus ring from edge with outline-offset (46151ae)

v0.3.0

09 Jun 00:56
1f1b41c

Choose a tag to compare

0.3.0 (2026-06-09)

Features

  • Add Cmd+N shortcut to open task creation dialog (416f3a3)
  • Implement workspaces history (f8774ee)

Bug Fixes

  • Defer .cork.json creation until user changes settings (cdb7599)